function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function mmLoadMenus() {
  if (window.mm_menu_0223140752_0) return;
  window.mm_menu_0223140752_0 = new Menu("root",80,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#cccccc","#cccccc","#000000","left","middle",3,0,200,2,0,true,false,true,0,true,true);
  mm_menu_0223140752_0.addMenuItem("Allgemein","location='/junioren/Allgemein/index.html'");
  mm_menu_0223140752_0.addMenuItem("Vorstand","location='/junioren/Vorstand/index.html'");
  mm_menu_0223140752_0.addMenuItem("Damen","location='/junioren/Damen/index.html'");
  mm_menu_0223140752_0.addMenuItem("M&auml;dchen","location='/junioren/Juniorinnen/index.html'");
  mm_menu_0223140752_0.addMenuItem("A&nbsp;1","location='/junioren/A1/index.html'");
  mm_menu_0223140752_0.addMenuItem("A&nbsp;2","location='/junioren/A2/index.html'");
  mm_menu_0223140752_0.addMenuItem("B&nbsp;1","location='/junioren/B1/index.html'");
  mm_menu_0223140752_0.addMenuItem("B&nbsp;2","location='/junioren/B2/index.html'");
  mm_menu_0223140752_0.addMenuItem("C&nbsp;1","location='/junioren/C1/index.html'");
  mm_menu_0223140752_0.addMenuItem("C&nbsp;2","location='/junioren/C2/index.html'");
  mm_menu_0223140752_0.addMenuItem("D&nbsp;1","location='/junioren/D1/index.html'");
  mm_menu_0223140752_0.addMenuItem("D&nbsp;2","location='/junioren/D2/index.html'");
  mm_menu_0223140752_0.addMenuItem("E&nbsp;1","location='/junioren/E1/index.html'");
  mm_menu_0223140752_0.addMenuItem("E&nbsp;2","location='/junioren/E2/index.html'");
  mm_menu_0223140752_0.addMenuItem("E&nbsp;3","location='/junioren/E3/index.html'");
  mm_menu_0223140752_0.addMenuItem("F&nbsp;1","location='/junioren/F1/index.html'");
  mm_menu_0223140752_0.addMenuItem("F&nbsp;2","location='/junioren/F2/index.html'");
  mm_menu_0223140752_0.addMenuItem("F&nbsp;3","location='/junioren/F3/index.html'");
  mm_menu_0223140752_0.addMenuItem("G","location='/junioren/G1/index.html'");
   mm_menu_0223140752_0.hideOnMouseOut=true;
   mm_menu_0223140752_0.menuBorder=0;
   mm_menu_0223140752_0.menuLiteBgColor='#ffffff';
   mm_menu_0223140752_0.menuBorderBgColor='#555555';
   mm_menu_0223140752_0.bgColor='#555555';
  window.mm_menu_0223141903_1 = new Menu("root",78,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#cccccc","#cccccc","#000000","left","middle",3,0,200,2,0,true,false,true,0,true,true);
  mm_menu_0223141903_1.addMenuItem("Allgemein","location='/senioren/Allgemein/index.html'");
  mm_menu_0223141903_1.addMenuItem("Vorstand","location='/senioren/Vorstand/index.html'");
  mm_menu_0223141903_1.addMenuItem("Senioren&nbsp;1","location='/senioren/Sen1/index.html'");
  mm_menu_0223141903_1.addMenuItem("Senioren&nbsp;2","location='/senioren/Sen2/index.html'");
  mm_menu_0223141903_1.addMenuItem("Senioren&nbsp;3","location='/senioren/Sen3/index.html'");
  mm_menu_0223141903_1.addMenuItem("Senioren&nbsp;4","location='/senioren/Sen4/index.html'");
   mm_menu_0223141903_1.hideOnMouseOut=true;
   mm_menu_0223141903_1.menuBorder=0;
   mm_menu_0223141903_1.menuLiteBgColor='#ffffff';
   mm_menu_0223141903_1.menuBorderBgColor='#555555';
   mm_menu_0223141903_1.bgColor='#555555';

  mm_menu_0223141903_1.writeMenus();
} // mmLoadMenus()

function get_LM(dok)
{
        var dLM = new Date(Date.parse(dok.lastModified));

        var year = dLM.getFullYear();
        var month = dLM.getMonth()+1;
        var date = dLM.getDate();
        var hours = dLM.getHours();
        var minutes = dLM.getMinutes();
        var seconds = dLM.getSeconds();

        if (date<10) date = "0"+date;
        if (month<10) month = "0"+month;
        if (hours<10) hours = "0"+hours;
        if (minutes<10) minutes = "0"+minutes;
        if (seconds<10) seconds = "0"+seconds;
		final_String = "("+ date + "." + month + "." + year +")";
		return final_String;
}

