function LoadFlash(url,wmode,width,Height)
{ 
document.write(
  '<embed src="' + url + '" wmode=' + wmode +
  ' quality="high" pluginspage=http://www.macromedia.com/go/getflashplayer type="application/x-shockwave-flash" width="' + width + 
  '" height="' + Height + '"></embed>');   
}
/*
function click() {
alert('Forbidden') }
function click1() {
if (event.button==2) {alert('Forbidden') }}
function CtrlKeyDown(){
if (event.ctrlKey) {alert('Forbidden') }}
document.onkeydown=CtrlKeyDown;
document.onselectstart=click;
document.onmousedown=click1;
*/