if (flashinstalled == 2) {
//alert('qqq')
	var sw=0
	if (window.screen) {
//alert(window.screen);
		var aw = screen.availWidth;
		var ah = screen.availHeight;
		window.moveTo(0,0);
		window.resizeTo(aw,ah);
	}
	if (document.all) {
		sw=document.body.clientWidth-5;
		sh=document.body.clientHeight-1;
	}else{
//alert('NS')
		sw=window.innerWidth-22;
		sh=window.innerHeight-75;
//		if (sw>770) { sw=770 }
//		if (sh>485) { sh=485 }
	}
//alert('flashversion: '+flashversion);
	if (flashversion>3) {
		document.write("<div align=center>")
		document.write("<OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0 ID=S WIDTH="+sw+" Height="+sh)
		document.write('<param name=Movie value=z/mv/f/site58.swf>')
		document.write('<param name=Src value=z/mv/f/site58.swf>')
		document.write('<param name=Quality value=High>')
		document.write('<param name=BGColor value=FFA000>')
		document.write('<param name=Scale value=ExactFit>')
		document.write("<embed src=z/mv/f/site58.swf quality=high bgcolor=#FFA000 WIDTH="+sw+" Height="+sh+" TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash>")
		document.write("</OBJECT>")
		document.write("</div>")
	}else{
//alert("flashinstalled: "+flashinstalled);
//alert("altPage: "+altPage);
 		window.location=altPage; 	
	}
}else if (flashinstalled == 1){
		document.write("<div align=center>")
		document.write("<OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0 ID=S WIDTH="+sw+" Height="+sh)
		document.write('<param name=Movie value=z/mv/f/site58.swf>')
		document.write('<param name=Src value=z/mv/f/site58.swf>')
		document.write('<param name=Quality value=High>')
		document.write('<param name=BGColor value=FFA000>')
		document.write('<param name=Scale value=ExactFit>')
		document.write("<embed src=z/mv/f/site58.swf quality=high bgcolor=#FFA000 WIDTH="+sw+" Height="+sh+" TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash>")
		document.write("</OBJECT>")
		document.write("</div>")
//alert("j:"+j+" k:"+k);
//alert("flashinstalled: "+flashinstalled);
//alert("altPage: "+altPage);
// 	window.location=altPage;
}else{
	document.write("I can't find out if you have Flash installed.");
}
