// JavaScript Document


//____________________NAVIGATION_____________________________________________________________________________________________________________________________________ 

function get_to_intro()
{
  parent.oben.location.href = "frame_oben.html";
  parent.unten.location.href = "frame_unten.html";
  parent.inhalt.location.href = "inhalt_intro.html";
  parent.inhalt.focus();
}

function get_to_skip_intro()
{
  parent.oben.location.href = "frame_oben_an.html";
  parent.unten.location.href = "frame_unten_an.html";
  parent.inhalt.location.href = "inhalt_startseite.html";
  parent.inhalt.focus();
}

function get_to_home()
{
  parent.inhalt.location.href = "inhalt_startseite.html";
  parent.inhalt.focus();
}

function get_to_catering()
{
  parent.inhalt.location.href = "inhalt_catering.html";
  parent.inhalt.focus();
}

function get_to_service()
{
  parent.inhalt.location.href = "inhalt_service.html";
  parent.inhalt.focus();
}

function get_to_referenzen()
{
  parent.inhalt.location.href = "inhalt_referenzen.html";
  parent.inhalt.focus();
}

function get_to_anfragen()
{
  parent.inhalt.location.href = "inhalt_anfragen.php";
  parent.inhalt.focus();
}

function get_to_kontakt()
{
  parent.inhalt.location.href = "inhalt_kontakt.php";
  parent.inhalt.focus();
}



//____________________OPEN WINDOW______________________________________________________________________________________________________________________________________

function OpenWindow_impressum()
{
	var OpenWindow=window.open("../impressum.html", "", "scrollbars=yes, width=570, height=400, top=15, left=100"); 

}

function OpenWindow_partner()
{
	var OpenWindow=window.open("../partner.html", "", "scrollbars=no, width=565, height=235, top=100, left=135"); 

}
