function InsertFlashMovie()
{
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="951" height="382"><param name="movie" value="/flash/current_header_07.swf"><param name="quality" value="high"><param name="wmode" value="transparent"><EMBED SRC="/flash/current_header_07.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"  WIDTH="951" HEIGHT="382" WMODE="TRANSPARENT" MENU="FALSE" BGCOLOR="BLACK"></EMBED></object>');
}

function InsertFlashMovie2()
{
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="220" height="137"><param name="movie" value="/flash/stats_01.swf"><param name="quality" value="high"><param name="wmode" value="transparent"><EMBED SRC="/flash/stats_01.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"  WIDTH="220" HEIGHT="137" WMODE="TRANSPARENT" MENU="FALSE" BGCOLOR="BLACK"></EMBED></object>');
}

function dropnav(which){
	closenav();
	document.getElementById('dn'+which).style.display = "block";
}

function closenav(){
	document.getElementById('dn1').style.display = "none";
	document.getElementById('dn2').style.display = "none";
	document.getElementById('dn3').style.display = "none";
	document.getElementById('dn4').style.display = "none";
	document.getElementById('dn5').style.display = "none";
}