<!--

function pop_up_film(URL)
	{
	aWindow=window.open(URL,"Large","toolbar=no,width=660,height=540,status=no,scrollbars=auto,resize=yes,menubars=no");
   	}


function messeref_popup()
	{
	messeref = open("","messeref","toolbar=no,width=700,height=600,screenX=20,screenY=100,scrollbars=yes,resizable=no,location=no,status=yes");
	messeref.focus();
     	}

function referenzschreiben_popup()
	{
	referenzschreiben = open("","referenzschreiben","toolbar=no,width=650,height=600,screenX=20,screenY=100,scrollbars=yes,resizable=no,location=no,status=yes");
	referenzschreiben.focus();
     	}

function refalpha_popup()
	{
	refalpha = open("","refalpha","toolbar=no,width=650,height=500,screenX=20,screenY=100,scrollbars=yes,resizable=no,location=no,status=yes");
	refalpha.focus();
     	}

function Foto(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);
    }


	
function foto_rotation(bildnummer)
	{
		var Fenster_Breite=820;
	    var Fenster_Hoehe=660;
		var fenster_name = "./bilder_rotation.php?bildnummer="+bildnummer;
        	Fenster_Position_in_der_Breite =(screen.availWidth/2)-(Fenster_Breite/2);
        	Fenster_Position_in_der_Hoehe =10;

    	optionen = "locationbar=no,menubar=no,resizable=yes,status=no,scrollbars=no,height="+Fenster_Hoehe+",width="+Fenster_Breite+",left="+Fenster_Position_in_der_Breite+",top="+Fenster_Position_in_der_Hoehe+",screenx="+Fenster_Position_in_der_Breite+",screeny="+Fenster_Position_in_der_Hoehe+"";

			window.open(fenster_name,"upload",optionen);
            
	}











//-->