window.status="Musik-Kinesiologie in Berlin";

function schliessen()
{
parent.close();
}

function impressum()
{

var ua = navigator.userAgent;
if(ua.indexOf("MSIE") >=0)
{
window.open("impressum.html", "imp", "width=505, height=305, menubar=no, toolbar=no, status=no, locationbar=no, resizable=no, scrollbars=no, screenX=0, screenY=20");
}
else
{
a=window.open("impressum.html", "imp", "width=505, height=305, menubar=no, toolbar=no, status=no, locationbar=no, resizable=no, scrollbars=no, screenX=0, screenY=20");
a.focus();
}

}

function tagesworkshop()
{

var ua = navigator.userAgent;
if(ua.indexOf("MSIE") >=0)
{
window.open("tagesworkshop.html", "tw", "width=510, height=670, menubar=no, toolbar=no, status=no, locationbar=no, resizable=no, scrollbars=no, screenX=130, screenY=100");
}
else
{
a=window.open("tagesworkshop.html", "tw", "width=510, height=670, menubar=no, toolbar=no, status=no, locationbar=no, resizable=no, scrollbars=no, screenX=130, screenY=100");
a.focus();
}

}