function gotolink(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,winName,features) {
window.open(theURL,winName,features);
}
function closegoto(url) {
window.opener.location.href = url;
window.opener.focus();
self.focus();  
}
function clearDefault(el) {
  if (el.defaultValue==el.value) el.value = ""
}



/* wohnung-jetzt.de * Copyright e-deas.de 2003 - 2008 */