
function goOver(bildName) {
if (document.images) {
setTimeout("document.images['" + bildName + "'].src = '../_img/menue/" + bildName + "-1.gif'", 50);
setTimeout("document.images['" + bildName + "'].src = '../_img/menue/" + bildName + "-2.gif'", 100);
}}

function goOut(bildName) {
if (document.images) {
setTimeout("document.images['" + bildName + "'].src = '../_img/menue/" + bildName + "-1.gif'", 50);
setTimeout("document.images['" + bildName + "'].src = '../_img/menue/" + bildName + "-0.gif'", 100);
}}


function openNL()
{
focusfenst = window.open("../_nl/anmeldung.htm","anmeldungNL","width=300,height=300,left=350,top=100,hotkeys=no,location=no,menubar=no,resizable=no,status=no,toolbar=no,scrollbars=no");
focusfenst.focus();
}



function goOverL(bildName) {
if (document.images) {
setTimeout("document.images['" + bildName + "'].src = '../_img/menue/leer-1.gif'", 50);
setTimeout("document.images['" + bildName + "'].src = '../_img/menue/leer-2.gif'", 100);
}}

function goOutL(bildName) {
if (document.images) {
setTimeout("document.images['" + bildName + "'].src = '../_img/menue/leer-1.gif'", 50);
setTimeout("document.images['" + bildName + "'].src = '../_img/menue/leer-0.gif'", 100);
}}