function lageplan_sifi_window()
{
   LageplanSifiWindow = window.open("lageplan_sifi.htm","lageplan_sifi","width=806,height=580,location=no,menubar=no,scrollbars=no");
   LageplanSifiWindow.focus();
}

function streckenplan_sifi_window()
{
   var height = screen.height - 60;
   StreckenplanSifiWindow = window.open("streckenplan_sifi.htm","streckenplan_sifi","width=824,height="+height+",location=no,menubar=no,scrollbars=yes");
   StreckenplanSifiWindow.focus();
}

function streckenplan_holzg_window()
{
   var height = screen.height - 60;
   var scrollBars = 'yes';
   if (height > 750)
   {
      height = 750;
      scrollBars = 'no';
   }
   StreckenplanHolzgWindow = window.open("streckenplan_holzg.htm","streckenplan_holzg","width=723,height="+height+",location=no,menubar=no,scrollbars="+scrollBars);
   StreckenplanHolzgWindow.focus();
}

function lageplan_bb_window()
{
   var height = screen.height - 60;
   var width = screen.width - 60;
   LageplanBbWindow = window.open("lageplan_boeb.pdf","lageplan_bb","width="+width+",height="+height+",location=no,menubar=no,scrollbars=yes");
   LageplanBbWindow.focus();
}

function streckenplan_bb_window()
{
   StreckenplanBbWindow = window.open("images/streckenplan_boeb.jpg","streckenplan_bb","width=870,height=630,location=no,menubar=no,scrollbars=no");
   StreckenplanBbWindow.focus();
}

function streckenprofil_bb_window()
{
   var height = screen.height - 60;
   var width = screen.width - 60;
   StreckenprofilBbWindow = window.open("streckenprofil_boeb.pdf","streckenprofil_bb","width="+width+",height="+height+",location=no,menubar=no,scrollbars=yes");
   StreckenprofilBbWindow.focus();
}

function streckenplan_aidl_window()
{
   StreckenplanAidlWindow = window.open("streckenplan_aidl.htm","streckenplan_aidl","width=690,height=700,location=no,menubar=no,scrollbars=yes");
   StreckenplanAidlWindow.focus();
}

function streckenplan_dag_window()
{
   StreckenplanDagWindow = window.open("streckenplan_dag.htm","streckenplan_dag","width=827,height=700,location=no,menubar=no,scrollbars=yes");
   StreckenplanDagWindow.focus();
}

function streckenplan_kupp_window()
{
   StreckenplanKuppWindow = window.open("streckenplan_kupp.htm","streckenplan_kupp","width=684,height=500,location=no,menubar=no,scrollbars=yes");
   StreckenplanKuppWindow.focus();
}

function schnupper_window()
{
   SchnupperWindow = window.open("schnupper_dag.htm","schnupper","width=400,height=350,location=no,menubar=no,scrollbars=no");
   SchnupperWindow.focus();
}

function aktuell()
{
   AktuellWindow = window.open("http://www.schoenbuch-cup.de/cup-forum/index.htm","cup_forum");
   AktuellWindow.focus();
}

function schcup_abschluss_window(veranst)
{
   SchnupperWindow = window.open("http://lauf.kauffeld-it.de/php/schcup-abschluss.php?veranst="+veranst,"abschluss","width=800,height=600,,location=no,menubar=no,scrollbars=no");
   SchnupperWindow.focus();
}

