<!--  
var ua,an,ie,mac,win,ns,ns6,ge,moz;
ua=navigator.userAgent;
an=navigator.appName;
ie=ua.indexOf('MSIE')>=0;
mac=ua.indexOf('Mac')>=0;
win=ua.indexOf('Windows')>=0;
unx=ua.indexOf('Unix')>=0;
ns=an.indexOf('Netscape')>=0;
ns6=ua.indexOf('Netscape6')>=0;
ge=ua.indexOf('Gecko')>=0;
moz=ua.indexOf('Mozilla')>=0;
saf=ua.indexOf('Safari')>=0;

var pagew = 9;

if (ie&&win) {
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=3,0,0,0"');
	document.write('STYLE="POSITION: absolute; VISIBILITY:VISIBLE;WIDTH:'+ mantleWidth +'px; HEIGHT:'+ mantleHeight +'px; left:'+ mantleLeft +'px; right:'+ pagew +'px; top:'+ mantleTop +'px">');
	document.write('<PARAM NAME=movie VALUE="'+ mantle_flashFileURL +'"><PARAM NAME=quality VALUE=high><PARAM NAME=wmode value=transparent><PARAM NAME=loop VALUE=false>');
	document.write('</OBJECT>');
} else if(saf&&win) {
	mantleLeft = mantleLeft+8;
	document.write('<EMBED src="'+ mantle_flashFileURL +'"');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"');
	document.write('STYLE="POSITION: absolute; VISIBILITY:VISIBLE;WIDTH:'+ mantleWidth +'px; HEIGHT:'+ mantleHeight +'px; left:'+ mantleLeft +'px; right:'+ pagew +'px; top:'+ mantleTop +'px"');
	document.write('scale="noscale" wmode="Transparent" quality="high" bgcolor="#333333">');
} else {
	document.write('<EMBED src="'+ mantle_flashFileURL +'"');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"');
	document.write('STYLE="POSITION: absolute; VISIBILITY:VISIBLE;WIDTH:'+ mantleWidth +'px; HEIGHT:'+ mantleHeight +'px; left:'+ mantleLeft +'px; right:'+ pagew +'px; top:'+ mantleTop +'px"');
	document.write('scale="noscale" wmode="Transparent" quality="high" bgcolor="#333333">');
}

-->


