function demo()
{
F1 = window.open("http://update.fee-software.com/nsmweb/viewonly.htm","Demo","width="+screen.availWidth+",height="+screen.availHeight+",top=0, left=0, toolbar=no,directories=no,status=no,scrollbars=no,resize=yes,menubar=no,marginwidth=0,marginheight=0,align=center");

}

function fenster(docu)
   {
   //alert(docu);
   //alert("Position: "+ docu.indexOf("anmeldung.asp"));
   showit = false;
   if (docu.indexOf("/kontakt.htm") >= 0) or (docu == "kontakt.htm")
     {
      wwidth=450;
      wheight=500;
	  docu2 = "/kontakt.asp";
      wname ="kontakt";
      showit = true;
     }

   if (docu == "../skontakt.htm")
     {
      wwidth=480;
      wheight=360;
      wname ="support";
	  docu2 = docu;
      showit = true;
     }
	 
   if (docu == "skontakt.htm")
     {
      wwidth=480;
      wheight=360;
      wname ="support";
	  docu2 = docu;
      showit = true;
     }
	 	 
   if (docu == "bewertung.htm")
     {
      wwidth=530;
      wheight=460;
      wname ="bewertung";
	  docu2 = docu;
      showit = true;
     }


   if (docu == "messekontakt.htm")
     {
      wwidth=380;
      wheight=400;
      wname ="messekontakt";
	  docu2 = docu;
      showit = true;
     }

if (docu == "semkontakt.htm")
     {
      wwidth=450;
      wheight=400;
      wname ="semkontakt";
	  docu2 = docu;
      showit = true;
     }


if (docu == "urleintrag.htm")
     {
      wwidth=450;
      wheight=400;
      wname ="urleintrag";
	  docu2 = docu;
      showit = true;
     }
	 
if (docu == "onlinedemoanfrage.asp")
     {
      wwidth=500;
      wheight=500;
      wname ="onlinedemoanfrage";
	  docu2 = docu;
      showit = true;
     }
	 
if (docu.indexOf("anmeldung.asp") >= 0 )
     {
      wwidth=400;
      wheight=450;
      wname ="Anmeldung";
	  docu2 = docu;
      showit = true;
     }
	 
if (docu.indexOf("umstieg.asp") >= 0 )
     {
      wwidth=450;
      wheight=350;
      wname ="Umstieg";
	  docu2 = docu;
      showit = true;
     }	 
 
   if (showit == true)
    {
     msgWindow=window.open(docu2,wname,"toolbar=no,width="+wwidth+",height="+wheight+",directories=no,status=no,scrollbars=no,resize=yes,menubar=no,marginwidth=0,marginheight=0,align=center")
     showit = false;
    }
   }


