function lwsSizeFlash()
{
	var width, height;
	
	width = Math.round(screen.availWidth*80/100);
	height = Math.round(width * 400 / 650);
	
	document.write("<pre>\n");
	document.write("<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"\n");
	document.write("codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"");
	document.write("WIDTH="+width+" HEIGHT="+height+" id=\"foyer\" ALIGN=\"\">\n");
	document.write("<PARAM NAME=movie VALUE=\"showroom.swf\">  <PARAM NAME=menu VALUE=false>  <PARAM NAME=quality VALUE=high> ");
	document.write("<PARAM NAME=devicefont VALUE=true> <PARAM NAME=bgcolor VALUE=#154D75> ");
	document.write("<EMBED src=\"showroom.swf\" menu=false quality=high devicefont=true bgcolor=#154D75  ");
	document.write("WIDTH="+width+" HEIGHT="+height+" NAME=\"foyer\" ALIGN=\"\"\n");
	document.write("TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED>\n");
	document.write("</OBJECT>");
	document.write("</pre>\n");
}
		 
function lwsSizeFlash2()
{
	document.write("test");
}
