<!--  
  function openwin(page){ 
  fenster = open(page,"merker","directories=0,location=0,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0,width=280,height=130");
  setTimeout("fenster.close()",1200);
  }
  
  function openwinold(page){ 
  // fenster = open("","merker","directories=0,location=0,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0,screenX=100,screenY=50,width=280,height=150");
  fenster = open("","merker","directories=0,location=0,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0,screenX=0,screenY=0,width=1,height=1");
    if(fenster != null) {      
		if(fenster.opener == null)
			fenster.opener=self;
	      fenster.location.href= page;    
		  //fenster.focus();
		  fenster.close();
		  } 
	 else {
     alert("Konnte Fenster nicht laden");}  
	  }
	  
  function openpicwin(page,objekt,anbieter,path,nr){
  fenster = open(page+"&id="+objekt+"&adrid="+anbieter+"&path="+path+"&nr="+nr,"merker","directories=0,location=0,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0,width=650,height=550");
  fenster.focus();
  }
  
  function openwinpara(page,iwidth,iheight){ 
  fenster = open(page,"merker","directories=0,location=0,menubar=0,resizable=1,scrollbars=0,status=0,toolbar=0,width="+iwidth+",height="+iheight);
  fenster.focus();
  }
 
function stadtplan(objguid)
{	var http = '../Immobilien/IS_Stadtplan.asp?oguid=' + objguid ;
	stadtplanwin=window.open( http, 'stadtplan', 'height=440,width=480,scrollbars=0,resizable=1');
	stadtplanwin.focus();
}  
 
//-->

