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 = "/popup/galerie.php?picture="+a+"&comment="+d+"&x="+f;
	window.open(url, "Bild", "width="+b+", height="+c+", "+e);
}

function openwindow2(a,b,c,d,e)
{
	var f = b;
	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;
	window.open(a, "Bild", "width="+b+", height="+c+", "+e);
}

function openMovie()
{
	var url = "/_templates/swf/assist_pharma_film.html";
	window.open(url, "movie", "width=642, height=482");
}

function MM_openBrWindow(theURL,winName,features)
{
	window.open(theURL,winName,features);
}