function top_menu()
{
	document.write('<OBJECT width="960" height="80" id="top_menu" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">');
	document.write('<PARAM name="movie" value="swf/top_menu.swf?MenuNum='+FlashNum+'">');
	document.write('<PARAM name="quality" value="high">');
	document.write('<PARAM name="wmode" value="transparent">');
	document.write('<PARAM name="bgcolor" value="#FFFFFF">');
	document.write('<EMBED  width="960" height="80" src="swf/top_menu.swf?MenuNum='+FlashNum+'" NAME="top_menu" quality=high bgcolor=#FFFFFF TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" wmode="transparent"></EMBED>');
	document.write('</OBJECT>');
}
function index()
{
	document.write('<OBJECT width="960" height="395" id="index" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">');
	document.write('<PARAM name="movie" value="swf/index.swf?MenuNum='+FlashNum+'">');
	document.write('<PARAM name="quality" value="high">');
	document.write('<PARAM name="wmode" value="transparent">');
	document.write('<EMBED  width="960" height="395" src="swf/index.swf?MenuNum='+FlashNum+'" NAME="index" quality=high TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" wmode="transparent"></EMBED>');
	document.write('</OBJECT>');
}

