
 aus = new Image();
 ein = new Image();
 aus.src   = "./pollenschutz-pics/aus.gif";
 ein.src   = "./pollenschutz-pics/ein.gif";
 aus2 = new Image();
 ein2 = new Image();
 aus2.src   = "./pollenschutz-pics/aus2.gif";
 ein2.src   = "./pollenschutz-pics/ein2.gif";
 
 clicked="";
 WhatToClick=""
function hiLite (imgDocID,imgObjName) {
if(imgDocID != clicked){
 document.images[imgDocID].src=eval(imgObjName + ".src");
}
}

function doIT(){
document.images[clicked].src=eval(WhatToClick + '.src');
if(WhatToClick != "ein2"){
document.images['n1'].src=eval('aus.src');
//alert('Hallo');
}
}

function open_news_tdg(){
//alert('hallo');
window.open("http://www.neher.de/html/tdg.htm","news","width=400,height=400,scrollbars=yes,resizable=no");
}
