// Seitenaufruf im Content
function siteload(datei, frame) { 
	window.open (datei,frame);
} 

function winOpen (datei, w, h, s) {
	window.open (datei, "_blank", "width="+w+", height="+h+", scrollbars="+s);
}

function openIMG (datei, w, h) {
	window.open ("../../includes/imgframe.php?location="+datei+"&width="+w+"&height="+h, "popup", "width="+w+", height="+h+", scrollbars=0");
}
