
function PlayTop() //Top Movie
{
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="980" height="296">\n');
document.write('<param name="movie" value="/flash/top-movie4.swf" />\n');
document.write('<PARAM NAME="wmode" VALUE="transparent">\n');
document.write('<param name="quality" value="high" />\n');
document.write('<embed src="/flash/top-movie4.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="980" height="296" wmode="transparent"></embed>\n');
document.write('</object>\n');
}

function PlayHome() //home
{
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="399" height="690">\n');
document.write('<param name="movie" value="/flash/home2.swf" />\n');
document.write('<PARAM NAME="wmode" VALUE="transparent">\n');
document.write('<param name="quality" value="high" />\n');
document.write('<embed src="/flash/home2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="399" height="690" wmode="transparent"></embed>\n');
document.write('</object>\n');
}

function PlayHome3() //home
{
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="399" height="401">\n');
document.write('<param name="movie" value="/flash/home3.swf" />\n');
document.write('<PARAM NAME="wmode" VALUE="transparent">\n');
document.write('<param name="quality" value="high" />\n');
document.write('<embed src="/flash/home3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="399" height="401" wmode="transparent"></embed>\n');
document.write('</object>\n');
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}








