function tmt_fullscreen(url) 

{
    var larg_schermo = screen.availWidth - 30;
    var altez_schermo = screen.availHeight - 150;
    window.open(url, "WindowName", "width=" + larg_schermo + ",height=" + altez_schermo + ",top=0,left=0,status=yes,toolbar=yes,location=yes,scrollbars=yes,resizable=yes");
}
function selection(e)
{ return false; }
function clic()
{ return true; } 

document.onselectstart=new Function ("return false");
if (window.sidebar) {
  document.onmousedown=selection;
  document.onclick=clic;
 }

function clickdroit()
{
alert('Copyright© 1999-2005 Imagebook');
return false;
}



 
 








