tmenu_1_0=new Image();tmenu_1_0.src="file/tmenu/home_0.gif";
tmenu_1_1=new Image();tmenu_1_1.src="file/tmenu/home_1.gif";
tmenu_2_0=new Image();tmenu_2_0.src="file/tmenu/studios_0.gif";
tmenu_2_1=new Image();tmenu_2_1.src="file/tmenu/studios_1.gif";
tmenu_3_0=new Image();tmenu_3_0.src="file/tmenu/facilities_0.gif";
tmenu_3_1=new Image();tmenu_3_1.src="file/tmenu/facilities_1.gif";
tmenu_4_0=new Image();tmenu_4_0.src="file/tmenu/services_0.gif";
tmenu_4_1=new Image();tmenu_4_1.src="file/tmenu/services_1.gif";
tmenu_5_0=new Image();tmenu_5_0.src="file/tmenu/clients_0.gif";
tmenu_5_1=new Image();tmenu_5_1.src="file/tmenu/clients_1.gif";
tmenu_6_0=new Image();tmenu_6_0.src="file/tmenu/contact_0.gif";
tmenu_6_1=new Image();tmenu_6_1.src="file/tmenu/contact_1.gif";

function CaricaFoto(img){
  foto1= new Image();
  foto1.src=(img);
  Controlla(img);
}
function Controlla(img){
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(img);
  }
  else{
    funzione="Controlla('"+img+"')";
    intervallo=setTimeout(funzione,20);
  }
}
function viewFoto(img){
  largh=foto1.width+20;
  altez=foto1.height+20;
  stringa="width="+largh+",height="+altez;
  finestra=window.open(img,"",stringa);
}

