<!--
	function deutschland(){
		window.location="index.php?land=deutschland"
	}

	function osterreich(){
		window.location="index.php?land=osterreich"
	}

	function schweiz(){
		window.location="index.php?land=schweiz"
	}
	function tipps(){
		window.location="index.php?land=tipps"
	}
	function popUp(URL)
  {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=650,height=326,left = 315,top = 279.5');");
  }

	function popUp3(URL)
  {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=700,left = 300,top = 100');");
  }


 	function info(SPARTE)
  {
     day = new Date();
     id = day.getTime();
     URL= "vd_index/glossary.php?sparte="+SPARTE;
     eval("page" + id + " = window.open(URL, '" + SPARTE + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=820,height=750,left = 10,top = 10');");
  }

 	function info_id(SPARTE)
  {
     day = new Date();
     id = day.getTime();
     URL= "glossary.php?id="+SPARTE;
     eval("page" + id + " = window.open(URL, '" + SPARTE + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=820,height=750,left = 10,top = 10');");
  }
//-->
