function gotolink() {
        var myindex=document.bundesland.dest.value;
        location=myindex;
}	
function gotolink2(form) {
        var myindex=form.dest.value;
        location=myindex;
}	
function surfto(form) {
   var myindex=form.dest.selectedIndex
   window.open(form.dest.options[myindex].value,"_self","");
}

function show(what){
what.style.display='';
}

function hide(what){
what.style.display='none';
}

function change(what,which){
what.style.display='';
which.style.display='none';
}	
function openWindow(theURL) {
window.open(theURL,'','width=782,height=600,scrollbars=yes');
}
function closegoto(url) {
window.opener.location.href = url;
window.opener.focus();
self.focus();  
}


/* wohnung-jetzt.de * Copyright e-deas.de 2003 - 2005 */