<script language="JavaScript">
function noRightClick(e)
{
if ((document.all) && (event.button==2))
{
i+=30
return false;
}
if ((document.layers) && (e.which == 3))
{
alert(rightClickMsg);
return false;
}
else
return true;
}
if (document.layers) document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=noRightClick;
</script>
<object>
<param name=wmode value=transparent>
<param name=menu value=false>
<embed type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
width="800" height="600"
name="Horizontal_Slideout_Menu" src="file.swf"
bgcolor="#000000" quality="high"
menu=false wmode=transparent
swLiveConnect="true" allowScriptAccess="samedomain"
></embed>
</object>