
//PopUp Function Image
function openImage(file,xx,yy){
	popupwin=window.open(file, "winpopup", "resizable=no,menubar=no,locationbar=no,scrollbars=yes,height=" + yy + ",width=" + xx);
	popupwin.focus();
}

//PopUp Function Print		
function openWin(url,w,h,scrolling) {
        popupwin = window.open(url, "popupwin", "scrollbars="+scrolling+",resizable=yes,menubar=no,locationbar=no,height="+h+",width="+w);
        window.popupwin.focus();
}

//PopUp Function Kontakt
function openKontakt(file,xx,yy){
	popupwin=window.open(file, "winpopup", "resizable=no,menubar=no,locationbar=no,scrollbars=yes,height=" + yy + ",width=" + xx);
	popupwin.focus();
}