function FlashFotos(swf,largura,altura,LocalId){
STRFlash = '<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="'+largura+'" height="'+altura+'" >'
STRFlash += '<param name="movie" value="'+swf+'" />'
STRFlash += '<param name="quality" value="high" />'
STRFlash += '<param name="wmode" value="transparent" />'
STRFlash += '<embed src="'+swf+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+largura+'" height="'+altura+'" wmode="transparent"></embed>'
STRFlash += '</object>'
document.getElementById(LocalId).innerHTML = STRFlash;
} 

function click() {
if (event.button==2||event.button==3) {
 oncontextmenu='return false';
  }
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")

function novajanela(url,w,h) {
var newWin = window.open(""+url, "newWin","toolbar=no,status=no,menubar=no,scrollbars=yes,width="+w+",height="+h+",hotkeys=no,location=no,resizable=no,screenX=10,screenY=30,status=no,top=80,left=140");
}
