//AM BESTEN NIEEEE WIEDER ANFASSEN ! DANKE   

function PopUpImg1(URL) {
	popupURL = URL;
	window.open(popupURL, "Info", "left=0,top=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=400,height=400,screenX=100,screenY=10")
}

function saveActiveImg(img){
    //alert("uebergebenes: "+img);
   var link = document.getElementById('popupLink');
   if(link)
       link.href = img;
   var link2 = document.getElementById('popupLink2');
   if(link2)
       link2.href = img;
}

function PopUp(URL) {
	popupURL = URL;
	window.open(popupURL, "Info", "left=0,top=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width=450,height=300,screenX=100,screenY=10")
}

function PopUpImg(URL) {
	popupURL = URL;
	window.open(popupURL, "Info", "left=0,top=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width=650,height=600,screenX=100,screenY=10")
}

function PopUpPassform(URL) {
	popupURL = URL;
	window.open(popupURL, "Info", "left=0,top=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width=600,height=350,screenX=100,screenY=10")
}

function PopUpAnfahrt(URL) {
	popupURL = URL;
	window.open(popupURL, "Info", "left=0,top=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width=600,height=600,screenX=100,screenY=10")
}

