// div class wechseln (Mouseover)
function setStyle(id,stat){
  if(!document.layers){
    if(document.all){
       codeStart = "document.all.";
       codeEnd = "";
    }
    else{
       codeStart = "document.getElementById('";
       codeEnd = "')";
    }
    todo = codeStart + id +codeEnd + ".className = \"" + stat + "\";";
    eval(todo);
  }
}
function generateIFrame (myLink,width,height) {
	myLink = myLink.split('">VNG</a>')[0].split('<a href="')[1];
	document.write('<iframe src="' + myLink + '" width="' + width + '" height="' + height + '" scrolling="auto" marginwidth="0" marginheight="0" frameborder="0" name="VNG_IFrame">Bitte benutzen Sie den Internet Explorer ab Version 4.x oder Netscape in einer Version höher als 4.x (bzw. Mozilla) !</iframe>');
}