    function dialog(nu1,nu2,n83,nu4,inh)
       {
		 dia=window.createPopup();
		 dia.document.body.style.backgroundColor="yellow";
		 dia.document.body.style.marginLeft=5;
		 dia.document.body.style.marginTop=5;
		 dia.document.body.innerHTML=inh;
		 dia.show(nu1,nu2,n83,nu4);
	   }
     function gruen1(nu1,nu2,n83,nu4,inh)
       {
		 dia=window.createPopup();
		 dia.document.body.style.backgroundColor="#CCFFCC";
		 dia.document.body.style.marginLeft=5;
		 dia.document.body.style.marginTop=5;
		 dia.document.body.innerHTML=inh;
		 dia.show(nu1,nu2,n83,nu4);
	   }  
   
   
    function ausbl()
       {
		 dia.hide();
	   }
	   

	function wk(ziel)
       {
		 var fenst=window.open(ziel,'gri','height=200,width=500,scrollbars=yes,resizable=yes, dependent=yes');
		 if (fenst.open) {fenst.close;}
		 fenst.focus();
	   }  
	   
	function gw1(seite,wort)
       {
		 var fenst=window.open("../GrWk/GrWk"+seite+".php#"+wort,'gri','height=200,width=500,scrollbars=yes,resizable=yes, dependent=yes');
		 if (fenst.open) {fenst.close;}
		 fenst.focus();
	   }
	
	function gw2(seite,wort)
       {
		 var fenst=window.open("../../GrWk/GrWk"+seite+".php#"+wort,'gri','height=200,width=500,scrollbars=yes,resizable=yes, dependent=yes');
		 if (fenst.open) {fenst.close;}
		 fenst.focus();
	   }

	function js2(seite,wort)
       {
		 var fenst=window.open("../../graeca/js01/js_"+seite+".php#"+wort,'jacobitz_seiler','height=200,width=500,scrollbars=yes,resizable=yes, dependent=yes');
		 if (fenst.open) {fenst.close;}
		 fenst.focus();
	   }	   
	   
	function gowo(qu)
  	   { 
		 var fenst=window.open(encodeURI ("http://www.dexios.de?qu="+qu), "gowofenst", "menubar=no, locationbar=no, resizeable=yes,  scrollbars=yes, dependent=yes, status=no, height=350, width=450");
	     if (gowofenst.open) {gowofenst.close;}
		 fenst.focus();
	   }
	   
	function gola(qu)
  	   { 
		 var fenst=window.open(encodeURI ("http://www.horreum.de?qu="+qu), "golafenst", "menubar=no, locationbar=no, resizeable=yes,  scrollbars=yes, dependent=yes, status=no, height=350, width=450");
	     if (golafenst.open) {golafenst.close;}
		 fenst.focus();
	   }
	   
	function gore(qu)
  	   { 
	     var fenst=window.open(encodeURI ("http://www.goreo.de/?search="+qu), "gorefenst", "menubar=no, locationbar=no, resizeable=yes,  scrollbars=yes, dependent=yes, status=no, height=550, width=650");
	     if (fenst.open) {fenst.close;}
		 fenst.focus();
	   } // http://www.dict.gr/index?s=Geld&vkbd=y&operation=Suchen

	function dictgr(qu)
  	   { 
	     var fenst=window.open(encodeURI ("http://www.dict.gr/index?s="+qu), "dictgrfenst", "menubar=no, locationbar=no, resizeable=yes,  scrollbars=yes, dependent=yes, status=no, height=450, width=550");
	     if (fenst.open) {fenst.close;}
		 fenst.focus();
	   }

	function lw1(ordner,buchstabe,seite,wort)
       {
		 var fenst=window.open("../latine/kien"+ordner+"/k"+buchstabe+seite+".php#"+wort,'kienle','height=200,width=500,scrollbars=yes,resizable=yes, dependent=yes');
		 if (fenst.open) {fenst.close;}
		 fenst.focus();
	   }

	function lw2(ordner,buchstabe,seite,wort)
       {
		 var fenst=window.open("../../latine/kien"+ordner+"/k"+buchstabe+seite+".php#"+wort,'kienle','height=200,width=500,scrollbars=yes,resizable=yes, dependent=yes');
		 if (fenst.open) {fenst.close;}
         fenst.focus();
	   }
	   
	function com(seite,stelle)
       {
		 var fenst=window.open(seite+".php#"+stelle,"kommentar","height=200,width=500,scrollbars=yes,resizable=yes, dependent=yes");
         fenst.focus();
	   }
