function GetFlash()
{
		document.write('<object width="572" height="350" data="start.swf" type="application/x-shockwave-flash">');
		document.write('<param name="movie" value="start.swf">');
		document.write('<param name="wmode" value="opaque">');
		document.write('<param name="quality" value="best">');
		document.write('<img src="images/flash.jpg" width="572" height="350" border="0">');
		document.write('</object>'); 
}