//
// Menusystem V1.0
// © 1999 Kopka.Net Internet Services
//
//

var useframes=0;

function UA(){
 var PID=P(window.M.Page);
 d=window.M.document;
 //DrawHead();
 MakeMenu(PID);
 DrawMenu('A','T1|115|Home.html|0^||^T2|64|Beratung.html|1','06|03|06|04^28|03|29|09','M',W);
 DrawInfo(window.M.Desc,W);
 DrawMenu('B','|||^'+MD[0]+'^|||','10|05|10|04^11|08|12|09','M',W);
 DrawTop();
}

function UB(){
 d=window.M.document;
 DrawBot();
 DrawMenu('C',MD[1]+(MD[1].length>0?'^':'')+'|||'+(MD[2].length>0?'^':'')+MD[2],'13|05|13|07^14|08|15|07','M',W)
}

function DrawHead(){
 d.writeln(
  '<script language="JavaScript">function Swap(EID,PIC){if(document.images){document.images[EID].src="'+gc+'"+PIC+".gif"}}</script>'+
  '<link rel="stylesheet" href="Style.css"></head>'
 )
}

function DrawTop(){
 d.writeln(
  Tab(W,16,BGColor)+'<tr valign="top">'+
  Edge(20,22)+'<td width="'+(W-60)+'"><img src="'+gb+'26.gif"></td>'+Edge(21,22)+'</tr></table>'+
  '<table width="'+W+'" height="'+(Y-224)+'" cellpadding="0" cellspacing="0"'+a+' bgcolor="'+BGColor+'">'+
  '<tr><td background="'+gb+'22.gif" width="30">&nbsp;</td>'+
  '<td align="center" width="'+(W-60)+'" bgcolor="'+BGColor+'">'
 );
}

function DrawBot(){
 d.writeln(
  '</td><td background="'+gb+'23.gif" width="30">&nbsp;</td></tr></table>'+Tab(W,16,BGColor)+'<tr valign="top">'+
  Edge(24,23)+'<td width="'+(W-60)+'" align="center"><img src="'+gb+'T3.gif" width="440"></td>'+Edge(25,23)+'</tr></table>'
 )
}


