      
    function picOpen(theURL){
	window.open(theURL,'picture','status=no, toolbar=no, menubar=no, resizeable=no, scrollbars=no, width=810, height=610, left=100, top=120');    
    }

function CaricaFoto(img){
  foto1= new Image();
  foto1.src=(img);
  Controlla(img);
  //setTimeout("isLoaded()", 250);
}

function Controlla(img){
  if((foto1.complete) && (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+", status=no, toolbar=no, menubar=no, resizeable=no";
  //stringa="width=800,height=600, status=no, toolbar=no, menubar=no, resizeable=no";
  finestra=window.open(img,"Image",stringa);
}

function MM_openBrWindow(theURL,winName,features){
	window.open(theURL,winName,features);
}

function openMap(){
	MM_openBrWindow('map.html','Map','resizeable=no,scrollbars=no,width=802,height=466, left=100, top=120');
}
	
function openFlashMap(){
	MM_openBrWindow('flash_map.html','Map','resizeable=no,scrollbars=no,width=802,height=466, left=100, top=120');
}
