function wechsel(NAV, WORK){
parent.nav.location.href=NAV;
parent.work.location.href=WORK;
}

function wechsel2(NAV, WORK, OBEN){
parent.nav.location.href=NAV;
parent.work.location.href=WORK;
parent.oben.location.href=OBEN;
}

function wechsel3(NAV, WORK, OBEN, UNTEN){
parent.nav.location.href=NAV;
parent.work.location.href=WORK;
parent.oben.location.href=OBEN;
parent.unten.location.href=UNTEN;
}


function wechsel5(NAV, WORK, OBEN, UNTEN){
window.opener.parent.focus();	
window.opener.parent.nav.location.href=NAV;
window.opener.parent.work.location.href=WORK;
window.opener.parent.oben.location.href=OBEN;
window.opener.parent.unten.location.href=UNTEN;
}


function lvwechsel(url1,url2){
parent.zurueck.location.href=url1;
parent.lvtext.location.href=url2;
}

function infowechsel(url1,url2){
parent.zurueck.location.href=url1;
parent.text.location.href=url2;
}

function seite(verweis){
open (verweis,"Gewinnspiel","width=500,height=500,status=no,toolbar=no,menubar=no");
}

function popfenster(){
open ("sonst/xmas2002.htm","xmas","width=406,height=276,status=no,toolbar=no,menubar=no");
}
