function MenuFlash () {
try {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" width="726" height="72" vspace="0" hspace="0">');
    document.write('<param name="movie" value="/flash/menu_2.swf">');
    document.write('<param name="play" value="true">');
    document.write('<param name="loop" value="true">');
    document.write('<param name="quality" value="high">');
    document.write('<param name="wmode" value="transparent">');
    document.write('<embed src="/flash/menu_2.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="726" height="72" wmode="transparent"></embed>');
    document.write('</object>');
    } catch(E){}
}

function LogoFlash () {
  try {
    document.write('<embed src="/flash/logo.swf" width="204" height="55"></embed>');
    document.write('<param name="wmode" value="transparent">');
    } catch(E){}
}

function MainFlash () {
  try {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" width="950" height="380" vspace="0" hspace="0">');
    document.write('<param name="movie" value="/flash/main.swf">');
    document.write('<param name="play" value="true">');
    document.write('<param name="loop" value="true">');
    document.write('<param name="quality" value="high">');
    document.write('<param name="wmode" value="transparent">');
    document.write('<embed src="/flash/main.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="950" height="380" wmode="transparent"></embed>');
    document.write('</object>');
    } catch(E){}
}

function map () {
  try {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" width="270" height="320" vspace="0" hspace="0">');
    document.write('<param name="movie" value="/flash/map.swf">');
    document.write('<param name="play" value="true">');
    document.write('<param name="loop" value="true">');
    document.write('<param name="quality" value="high">');
    document.write('<param name="wmode" value="transparent">');
    document.write('<embed src="/flash/map.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="270" height="320" wmode="transparent"></embed>');
    document.write('</object>');
    } catch(E){}
}



function NewmainFlash () {
  try {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" width="955" height="320" vspace="0" hspace="0">');
    document.write('<param name="movie" value="/flash/newmain.swf">');
    document.write('<param name="play" value="true">');
    document.write('<param name="loop" value="true">');
    document.write('<param name="quality" value="high">');
    document.write('<param name="wmode" value="transparent">');
    document.write('<embed src="/flash/newmain.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="955" height="320" wmode="transparent"></embed>');
    document.write('</object>');
    } catch(E){}
}

function MirFlash (flashURL,flashWIDTH,flashHEIGHT) {
  try {
    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="' + flashWIDTH + '" height="' + flashHEIGHT+ '">');
    document.write('<param name="movie" value="' + flashURL + '">');
    document.write('<param name="quality" value="high">');
	    document.write('<param name="wmode" value="transparent">');
    document.write('<embed src="' + flashURL + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + flashWIDTH + '" height="' + flashHEIGHT + '"></embed>');
    document.write('</object>');
  } catch(E){}
}



