
// Dr.Rosenau, L&uuml;neburg - Central Javascript Data by freiberufung.de


// Footer popups

function open_foot(filename) 

{ 
handle=window.open(filename,"foot","width=460,height=510,resize=yes,scrollbars=yes,menubar=no,directories=no"); 
handle.focus(); 
} 

// Anfahrt popups

function open_anfahrt(filename) 

{ 
handle=window.open(filename,"anfahrt","width=580,height=580,resize=yes,scrollbars=no,menubar=no,directories=no"); 
handle.focus(); 
} 