
//---------------------------------Fenster šffnen

function FOeffnen(w,h,titel,url) 
	{

	//	ImpFenster=window.open(url,titel,"screenx=20,screeny=20,innerWidth=" + 100 + ",innerHeight=" + 100 + ",resizable=yes,scrollbars=no,toolbar=no,status=no,directories=no,menubar=no,location=no");
		//ImpFenster.resizeto(100,100);
		nh=h;
		nw=w;
	//	nurL=URL;//"http//www.end-if.de/E/MEDIA_PRODUCTS/" + URL
			//alert(nh + '-' + nw);
			{e=window.open(url,url,'Width=' + nw + ',Height=' + nh + ',resizable=yes,scrollbars=no,toolbar=no,status=no,directories=no,menubar=yes,location=no');
		    e.location.href=url;
		  
		    e.focus();
		//if (e.innerWith!=nw || e.innerHeight!=nh){
			e.resizeTo(nw,nh+20);
	
		//};

        }

	}
//---------------------------------Neue Inhalte laden



//---------------------------------Fenster šffnen

