// JavaScript Document

function getflash(URL)
{
   var str="";
   str+="<div style=\"position:absolute\">";
   str+="<div style=\"position:absolute; width: 734px; height: 123px; left: -405px; top: 2px; text-align:left\">";
   str+="<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=\"788\" height=\"177\">";
   str+="<param name=\"movie\" value="+URL+" />";
   str+="<param name=\"wmode\" value=\"transparent\" />";
   str+="<param name=\"quality\" value=\"high\" />";
   str+="<embed src="+URL+" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"788\" height=\"177\"></embed>";
   str+="</object>";
   str+="</div>";
   str+="</div>";
   document.write(str);
}

function setmenu(zindex)
{
  document.getElementById("menu"+zindex).src="Images/menu_"+zindex+".jpg";
}
<!-- 
//if (window.Event) 
//document.captureEvents(Event.MOUSEUP); 
//function nocontextmenu(){ 
// event.cancelBubble = true 
// event.returnValue = false; 
// return false; 
//} 
//function norightclick(e){ 
// if (window.Event){ 
//  if (e.which == 2 || e.which == 3) 
//  return false; 
// } 
// else 
//  if (event.button == 2 || event.button == 3){ 
//   event.cancelBubble = true 
//   event.returnValue = false; 
//   return false; 
//  } 
//} 
//document.oncontextmenu = nocontextmenu; // for IE5+ 
//document.onmousedown = norightclick; // for all others 
//document.onselectstart=function(){return false;}
//--> 