function openPopup(url, name, wi, hi, le, to){
/*alert(document.getElementsByName('Dilbert').width);*/
Fenster = window.open(url,name,"width=" + wi + ", height=" + hi + ", left=" + le + ", top=" + to + ", status=yes, resizable=yes, menubar=no, toolbar=no, dependent=no, scrollbars=yes, directories=no");
        Fenster.resizeTo(wi,hi);
        Fenster.focus();
}
function resize_window2image() {
	if (navigator.appName == "Microsoft Internet Explorer")
	{
		var new_width = document.img_full.width+50;
		var new_heigth = document.img_full.height+80;
		window.resizeTo(new_width, new_heigth);
	}else
	{
		var new_width = document.img_full.width+100;
		var new_heigth = document.img_full.height+100;
		window.resizeTo(new_width, new_heigth);
	}	
}
function Fullsize(URL,Options)
{
F = open(URL,"Neufenster",Options);
}


function fensterauf(seite, parameter)
{
  F1=open(seite, Fullscreen="yes");
}
function fensterauf1(seite)
{
  F1=open(seite,"fehler","width=630,height=400,screenX=0,screenY=0, resizable= yes");
}
function fensterauf2(seite)
{
  F1=open(seite,"memosound","width=500,height=500,screenX=0,screenY=0, resizable= yes");
}