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 = ""
}

function changepic(picname,changepicname)
{
document.images[picname].src = changepicname
}

(document.getElementById) ? dom = true : dom = false;
function hideIt(textID) {
	if (dom) {document.getElementById(textID).style.visibility='hidden';} 
	if (document.layers) {document.layers[textID].visibility='hide';} 
}
function showIt(textID) { 
	if (dom) {document.getElementById(textID).style.visibility='visible';} 
	if (document.layers) {document.layers[textID].visibility='show';} 
}
/* wohnung-jetzt.de * Copyright e-deas.de 2003 - 2011 */
