var MM_contentVersion = 7;
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('<BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="overflow:hidden">');
    document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="100%" HEIGHT="100%" id="ZONE" ALIGN="">');
    document.write('<PARAM NAME=movie VALUE="main.swf">');
    document.write('<PARAM NAME=menu VALUE=false> ');
    document.write('<PARAM NAME=quality VALUE=high>');
    document.write('<PARAM NAME=scale VALUE=noscale>');
    document.write('<EMBED src="main.swf" menu=false quality=high scale=noscale WIDTH="100%" HEIGHT="100%" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
    document.write('</OBJECT>');
} else{
    document.write('<link href="css/zone.css" rel="stylesheet" type="text/css">');
    document.write('<BODY style="overflow:hidden">');
    document.write('<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">');
    document.write('  <tr>');
    document.write('    <td align="center">');
    document.write('      <table border="0" cellspacing="0" cellpadding="0">');
    document.write('        <tr> ');
    document.write('          <td align="center"><img src="images/zone_logo.gif" title="Zone Radio Imaging" alt="Zone Radio Imaging" border=0></td>');
    document.write('        </tr>');
    document.write('        <tr>');
    document.write('          <td align="center"><br>');
    document.write('            This site has been optimized for Flash MX.<br>Please download the plugin ');
    document.write('            from <a class="noFlash" href="http://www.macromedia.com/go/getflashplayer">Macromedia&#8217;s ');
    document.write('            site</a>.<br>');
    document.write('            <br>');
    document.write('            Thank you.</td>');
    document.write('        </tr>');
    document.write('      </table></td>');
    document.write('  </tr>');
    document.write('</table>');
}

function doMail(user,domain) {
	locationstring = "mailto:" + user + "@" + domain;
	window.location = locationstring;
}

<!--//  popup [Klokie 2000]
IE = navigator.appName=="Microsoft Internet Explorer";
NS = navigator.appName=="Netscape";
bVer = parseInt(navigator.appVersion);

var newWin=null;

function popup(loc, name, width, height) {
        var _params = "width="+width+",height="+height+",resizable=no,status=no,scrollbars=no";

        // CENTER ON BROWSERS WHICH SUPPORT JSCRIPT 1.2
        if (bVer >= 4) {
                 _left = ( (screen.width-width) >>1 );
                 _top = ( (screen.height-height) >>1 );
        } else {
                 _left = ( (800-width) >>1 );
                 _top = ( (600-height) >>1 );
        }

        if (IE) _params += ",top=" + _top + ",left=" + _left;
        else if (NS) _params += ",screenX=" + _left + ",screenY=" + _top;

        newWin = window.open(loc, name, _params);
        if ( newWin!=null && !(IE && bVer<5) )
                newWin.focus(); // MSIE4 DOESN'T FOCUS WINDOWS
}

//-->