function openNewWindow(URLtoOpen, windowName, windowFeatures) { 
  newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}

var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
        var words = navigator.plugins["Shockwave Flash"].description.split(" ");
        for (var i = 0; i < words.length; ++i)
        {
        if (isNaN(parseInt(words[i])))
        continue;
        var MM_PluginVersion = words[i]; 
        }
    var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.appVersion.indexOf("Win") != -1)) {
    document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
    document.write('on error resume next \n');
    document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
    document.write('</SCR' + 'IPT\> \n');
}
if ( MM_FlashCanPlay ) {
    document.write('<CENTER><br>');
    document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
    document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
    document.write(' ID="nthfinite" WIDTH="90%" HEIGHT="90%" ALIGN="">');
    document.write(' <PARAM NAME=movie VALUE="nthfinite.swf"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#000033>  '); 
    document.write(' <EMBED src="nthfinite.swf" menu=false quality=best bgcolor=#000033  ');
    document.write(' swLiveConnect=FALSE WIDTH="90%" HEIGHT="90%" NAME="nthfinite" ALIGN=""');
    document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
    document.write(' </EMBED>');
    document.write(' </OBJECT>');
    document.write('</CENTER>');
} else{
    document.write('<br>');
    document.write('<table align="center" border="0" cellpadding="0" cellspacing="0" width="480">');
    document.write('<tr valign="top">');
    document.write('<td colspan="3"><img name="splices_r1_c1" src="altpage/splices_r1_c1.jpg" width="480" height="120" border="0"></td>');
    document.write('</tr>');
    document.write('<tr valign="top">');
    document.write('<td><img name="splices_r2_c1" src="altpage/splices_r2_c1.jpg" width="80" height="240" border="0"></td>');
    document.write('<td><img name="shim" src="shim.gif" width="320" height="1" border="0"><p align="center">');
    document.write('<strong><font size="4" face="Verdana, Arial, Helvetica, sans-serif">Flash Player 6.0<br>');
    document.write('or higher is required.</font></strong></p>');
    document.write('  <p align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Your'); 
    document.write('    browser must have Flash Player 6.0 or higher installed to'); 
    document.write('    view this site. Click the link below to update your player or download');
    document.write('    a new one:</strong></font></p>');
    document.write('  <p align="center"><a href="javascript:openNewWindow(\'http://www.macromedia.com/go/getflashplayer/\',\'flashpop\',\'menubar=yes,status=yes,scrollbars=yes,resizable,width=770,height=500\')"><img src="altpage/get_flashplayer.gif" width="88" height="31" border="0"></a></p>');
    document.write('  <p align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><a href="javascript:location.reload()" target="_self">Click');
    document.write('    here when the install is complete</a></strong></font></p>');
    document.write('</td>');
    document.write('<td><img name="splices_r2_c3" src="altpage/splices_r2_c3.jpg" width="80" height="240" border="0"></td>');
    document.write('</tr>');
    document.write('<tr valign="top">');
    document.write('<td colspan="3"><img name="splices_r3_c1" src="altpage/splices_r3_c1.jpg" width="480" height="120" border="0"></td>');
    document.write('</tr>');
    document.write('</table>');
}
