var mvHeight, mvWidth

if (document.body.clientHeight < 550) {
	mvHeight = "100%";
	mvWidth  = "100%";
	} else {
	mvWidth = "750";
	mvHeight  = "500";
}

document.write("<OBJECT");
document.write("       width=\"" + mvWidth + "\" \n");
document.write("       height=\"" + mvHeight + "\" \n");
document.write("       id=\"Intro\" \n");
document.write("       type=\"application/x-shockwave-flash\" \n");
document.write("       data=\"flash/intro.swf\" \n");
document.write("       >\n");
document.write("<PARAM NAME=menu VALUE=false> \n");
document.write("<PARAM NAME=quality VALUE=high> \n");
document.write("<PARAM NAME=wmode VALUE=transparent> \n");
document.write("<PARAM NAME=bgcolor VALUE=#ffffff> \n");
document.write("</OBJECT> \n");