function urlencode(ch) {
   ch = ch.replace(/[ ]/g,"+") 
   ch = ch.replace(/[\/]/g,"%2F") 
   return escape(ch) 
}
function openwindow(a,b,c,d,e)
{
	var f = b;
	a = urlencode(a);
	if (d != null) d = urlencode(d); else d = "";
	if (e == "scrollbars=yes") { var f = b-20; }
	else if (e == "scrollbars=no") { var f = b; c = c-30;}
	var url = "parse.php?mlay_id=2999999&image="+a+"&comment="+d+"&x="+f;
	window.open(url,"Bild","width="+b+",height="+c+", "+e);
}
function openwindow2(a,b,c,d,e)
{
	var f = b;
	a = urlencode(a);
	if (d != null) d = urlencode(d); else d = "";
	if (e == "scrollbars=yes") { var f = b-20; }
	else if (e == "scrollbars=no") { var f = b; c = c-30;}
	var url = "../../../www/config/templates/popup_deckblatt.php?image="+a;
	window.open(url,"Bild","width="+b+",height="+c+", "+e);
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
