function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}

document.oncontextmenu = function(){return false} 

function fotos(url) { 
	link = window.open(url,"Link","toolbar=1,location=1,directories=0,status=0,menubar=1,scrollbars=yes,resizable=1,width=790,height=600,left=0,top=20"); 
	link.focus();
}

if(self!=parent)parent.location.href=self.location.href;
