function playFlash(sct) {
	if (document.all) {
		document.getElementById("header").setVariable( "sv", sct);
		document.getElementById("header").Play();
	}
}

function checkForm() {
	if (document.all) {
		playFlash(document.form.section.value);
	}
}

document.writeln('<tr><td style="position: absolute; left: 0; top: 0; width: 768; height: 200" colspan="4" width="768" height="200">');

if (document.all) {
//	document.writeln('<a name="top"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="768" HEIGHT="200" id="header" ALIGN="">');
	document.writeln('<a name="top"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="768" HEIGHT="200" id="header" ALIGN="">');
	document.writeln(' <PARAM NAME=movie VALUE="/flash/header.swf">');
	document.writeln(' <PARAM NAME=play VALUE=false>');
	document.writeln(' <PARAM NAME=loop VALUE=false>');
	document.writeln(' <PARAM NAME=menu VALUE=false>');
	document.writeln(' <PARAM NAME=bgcolor VALUE=#FFFFFF>');
	document.writeln(' <PARAM NAME=quality VALUE=best>');
	document.writeln(' <PARAM NAME=wmode VALUE=transparent>');
	document.writeln('</OBJECT></a>');
} else {
	document.writeln(' <a name="top"><embed src="/flash/header.swf?sv=' + sv + '" play="true" loop="false" menu="false" wmode=transparent quality="best" bgcolor="#FFFFFF" WIDTH="768" HEIGHT="200" NAME="header" ALIGN TYPE="application/x-shockwave-flash"></a>');
}
document.writeln('</td></tr>');
