
<!--

var ua, uos, checkFlashPlugin = false;
if (navigator.userAgent.indexOf("MSIE 3", 0) >= 0) ua = "IE3";
else if (navigator.userAgent.indexOf("MSIE 4", 0) >= 0) ua = "IE4";
else if (navigator.userAgent.indexOf("MSIE 4.5", 0) >= 0) ua = "IE4.5";
else if (navigator.userAgent.indexOf("MSIE", 0) >= 0) ua = "IE";
else if (navigator.appName.indexOf("Netscape", 0) >= 0) ua = "NN"
else us = "UNKNOWN";
if (navigator.userAgent.indexOf("Win", 0) >= 0) uos = "WIN";
else if (navigator.userAgent.indexOf("Mac", 0) >= 0) uos = "MAC";
else uos = "UNKNOWN";
if(ua != "IE3" || ua == "NN") {
	if (uos == "WIN" && ua.indexOf("IE", 0) >= 0) {
		document.writeln('<script language=\"VBscript\">on error resume next');
		document.writeln('checkFlashPlugin = IsObject(CreateObject(\"ShockwaveFlash.ShockwaveFlash.8\"))<\/script>');
	} else if (((uos == "MAC" && ua == "IE") || ua == "NN") && navigator.plugins["Shockwave Flash"]) {
		if (parseFloat(navigator.plugins["Shockwave Flash"].description.substring(navigator.plugins["Shockwave Flash"].description.indexOf("Flash") + 6, navigator.plugins["Shockwave Flash"].description.lastIndexOf(" "))) >= 8) checkFlashPlugin = true;
	}
}
if (!checkFlashPlugin) location.href = "noplugin.htm";

function winop(url,wid,hei,wn,scr) {
var sw=(screen.width - wid) / 2;
var sh=(screen.height - hei) / 2;
fea="top="+sh+",left="+sw+",width="+wid+",height="+hei+",scrollbars="+scr+",resizable=0,menubar=0,toolbar=0,status=0";
  window.open(url,wn,fea);
}


function swf() {
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
document.write(' codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"');
document.write(' width="760" height="540" id="base" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="base.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="opaque" />');
document.write('<param name="bgcolor" value="#fffef0" />');
var str1 = window.location.search.replace("?", "");
if (str1.length == 3) {
	document.write('<param name="flashvars" value="md=' + str1 + '">');
}
document.write('<embed src="base.swf" quality="high" bgcolor="#fffef0" wmode="opaque" width="760" height="540" name="base" align="middle"');
if (str1.length == 3) {
	document.write(' flashvars="md=' + str1 + '"');
}
document.write(' allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>');
document.write('</object>');
}

//-->
