var flashcolor		= "FFFFFF"		// FLASH BACKGROUND COLOR
var headerheight	= "50"			// HEADER height (IN PIXELS)
var flashheight		= "100"			// height OF THE FLASH (IN PIXELS)
var flashwidth		= "750"			// width OF THE FLASH (IN PIXELS)

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" height="'+headerheight+'" bgcolor="#'+flashcolor+'" class="header"><tr><td align="left" valign="center">');
document.write('<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="'+flashwidth+'" height="'+flashheight+'" id="logo">');
document.write('<param name="movie" value="logo.swf">');
document.write('<param name="quality" value="high">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<param name="scale" value="exactfit">');
document.write('<param name="bgcolor" value="#'+flashcolor+'">');
document.write('<embed src="logo.swf" quality="high" wmode="transparent" scale="exactfit" bgcolor="#'+flashcolor+'" width="'+flashwidth+'" height="'+flashheight+'" name="logo" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><br />');
document.write('</td></tr></table>');

function Sound()
{
if (document.all)
 {
  document.all.sound.src = "click.wav";
 }
}

document.write('<div id="soundlocation" style="left: -50px; position: absolute; top: 5px;">');
document.write('<bgsound id="sound" />');
document.write('</div>');