
function imglarge(img, lange, hohe) {
	portrait=window.open("blankpage.htm", "", "toolbar=false,directories=false,status=false,menubar=false,scrollbars=0,resizable=0,width="+lange+",height="+hohe+"");
	portrait.document.writeln('<html><head><title>'+img+'</title></head><body bgcolor="white" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><img src="'+img+'"></body></html>');
}

function openWin(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function galpopup(gallery, picno) {
	dummy=window.open("./include/popupgallery.php?gallery="+gallery+"&picno="+picno+"", "", "toolbar=false,directories=false,status=false,menubar=false,scrollbars=0,resizable=0,width=420,height=435");
}


