var navactive;

var subnavactive;






function startNewsletter()
{
if(document.getElementById("nlemail").value=="")


 {



  alert("Bitte geben Sie Ihre E-Mail-Adresse ein!");



  document.getElementById("nlemail").focus();



  return false;	



 }



 else nl.submit();			



}















function getLink(link)
{
 document.location.href=link;
}








	

function openLocation(URL) {

      var widthpos=(screen.width/2)-512;

      var heightpos=(screen.height/2)-400;


      window.open(URL,"location","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=900,height=765,left="+widthpos+",top="+heightpos);

     }
     
     
function getMainNav(id)
{
 //document.getElementById("mainnav"+id).style.color="#FFFFFF";
}


function reMainNav(id)
{
	if(navactive!=id)
{

//document.getElementById("mainnav"+id).style.color="#C4C4C4";
}
} 