// JavaScript Document



function Impressum_Fenster_Oeffnen()
{
fenster1=window.open("impressum.html","imprint","width=630,height=500,scrollbars=no,toolbars=no,resizable=yes");
fenster1.moveTo(200,70);
if(window.focus){
fenster1.focus();
}}


function Lageplan_Fenster_Oeffnen()
{
fenster1=window.open("lageplan.html","lage","width=380,height=600,scrollbars=no,toolbars=no,resizable=yes");
fenster1.moveTo(200,70);
if(window.focus){
fenster1.focus();
}}




function close_window() {
    window.close();
}
