
function GebGrundmodell()
{
 GrundmodellFenster =
 window.open("GebGrundmodell.htm", "Grundmodell", "width=440,height=390,");
 GrundmodellFenster.focus();
}
function GebGruppenmodell()
{
 GruppenmodellFenster =
 window.open("GebGruppenmodell.htm", "Gruppenmodell", "width=440,height=430,");
 GruppenmodellFenster.focus();
}

function GebTeilzeitmodell()
{
 TeilzeitmodellFenster =
 window.open("GebTeilzeitmodell.htm", "Teilzeitmodell", "width=440,height=380,");
 TeilzeitmodellFenster.focus();
}

function Disclaimer()
{
 DisclaimerFenster =
 window.open("disclaimer.htm", "Disclaimer", "width=440,height=650,scrollbars");
 DisclaimerFenster.focus();
}

function Kontakt()
{
 KontaktFenster =
 window.open("http://getm.helmrichnet.de/kontakt.php", "Kontakt", "width=420,height=600,scrollbars");
 KontaktFenster.focus();
}

function guestbook()
{
 GuestbookFenster =
 window.open("http://www.forumromanum.de/member/forum/forum.cgi?USER=user_30063", "Disclaimer", "width=700,height=650,scrollbars");
 GuestbookFenster.focus();
}

function mailto()
{
 MailtoFenster =
 window.open("http://getm.helmrichnet.de/kontakt.php", "mailto", "width=450,height=560,scrollbars");
 MailtoFenster.focus();
}

function uplan()
{
 UplanFenster =
 window.open("uplan/u_plan_chk.htm", "uplan", "width=450,height=420,scrollbars");
 UplanFenster.focus();
}



function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}


