<!--

function resize() {
	var width=screen.availWidth;
	var height=screen.availHeight;
	self.moveTo(0,0);
	self.resizeTo(Math.ceil(width), Math.ceil(height));
}

function flash(SwfFileName){
	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(' WIDTH="100%" HEIGHT="100%" ID="SWF" ALIGN="">');
	document.write(' <PARAM NAME=movie VALUE="' + SwfFileName +'"> <PARAM NAME=menu VALUE=true> <PARAM NAME=scale VALUE=noscale> ');
	document.write(' <PARAM NAME=quality VALUE=best> <PARAM NAME=salign VALUE=L> <PARAM NAME=bgcolor VALUE=#FFFFFF>  ');
	document.write(' <EMBED src="' + SwfFileName +'" menu=true quality=best bgcolor=#FFFFFF scale=noscale  salign=L');
	document.write(' swLiveConnect=FALSE WIDTH="100%" HEIGHT="100%" NAME="SWF" ALIGN=""');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
}

function noflash(){
	document.write('<TABLE width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">');
	document.write('<TR><TD height="140" background="img/bcg_top.jpg">&nbsp;</TD></TR>');
	document.write('<TR><TD height="15" bgcolor="#DADADA">&nbsp;</TD></TR>');
	document.write('<TR><TD height="15" bgcolor="#FFFFFF">&nbsp;</TD></TR>');
	document.write('<TR><TD height="15" bgcolor="#DADADA">');
	document.write('<TABLE width="100%"  border="0" cellpadding="5" cellspacing="0" background="img/noflash_center_bcg.gif">');
	document.write('<TR><TD height="435" align="center">');
	document.write('<IMG src="img/noflash_center_img.gif" alt="Get Flash Player !" width="370" height="250" border="0" usemap="#Map">');
	document.write('</TD></TR></TABLE></TD></TR>');
	document.write('<TR><TD height="15" bgcolor="#FFFFFF">&nbsp;</TD></TR>');
	document.write('<TR><TD height="15" bgcolor="#DADADA">&nbsp;</TD></TR>');
	document.write('<TR><TD height="140" background="img/bcg_bottom.jpg">&nbsp;</TD></TR></TABLE>');
	document.write('<MAP name="Map"><AREA shape="rect" coords="138,198,227,229" ');
	document.write('href="http://www.macromedia.com/go/getflashplayer/" target="_blank"></MAP>');
}

//-->

