<!--
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 5;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
 document.write('<SCRIPT LANGUAGE=VBScript\> \n');
 document.write('on error resume next \n');
 document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');
 document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');
 document.write('<\/SCRIPT\> \n');
}
if ( plugin ) {
 document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1002" height="108" id="flash">');
 document.write('<param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="../flash/nav.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="../flash/nav.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="1002" height="108" name="flash" align="left" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
 document.write(' </OBJECT>');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
document.write('<a href="../index.htm"><img src="../images/logo.jpg" width="403" height="114" border="0" alt=""></a><a href="../how/index.htm"><img src="../images/how.jpg" width="118" height="114" border="0" alt=""></a><a href="../news/index.htm"><img src="../images/news.jpg" width="112" height="114" border="0" alt=""></a><a href="../support/index.htm"><img src="../images/support.jpg" width="102" height="114" border="0" alt=""></a><a href="../intl/index.htm"><img src="../images/intl.jpg" width="152" height="114" border="0" alt=""></a><a href="../press/index.htm"><img src="../images/press.jpg" width="118" height="114" border="0" alt=""></a>');
}
//-->
