/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#e8e8e8';			// Background color when mouse is not over - barva pozadi hlavniho menu
	var LowSubBgColor='#eeeeee';			// Background color when mouse is not over on subs - barva pozadi vyklapeciho menu
	var HighBgColor='#ffcc99';			// Background color when mouse is over - barva pozadi hlavhiho menu pri prejeti mysi
	var HighSubBgColor='#FFCC99';			// Background color when mouse is over on subs - barva pozadi vyklapecich titulku pri prejeti mysi
	var FontLowColor='black';			// Font color when mouse is not over - barva pisma hlavniho menu
	var FontSubLowColor='black';			// Font color subs when mouse is not over barva pisma vyklapeciho menu
	var FontHighColor='#000000';			// Font color when mouse is over - barva pisma hlavniho menu pri prejeti mysi
	var FontSubHighColor='#000000';			// Font color subs when mouse is over - barva pisma vyklapeciho menu pri prejeti mysi
	var BorderColor='black';			// Border color - barva okraje hlavniho menu
	var BorderSubColor='black';			// Border color for subs - barva okraje vyklapeciho menu
	var BorderWidth=1;				// Border width - sirka okraje
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0 - okraj mezi prvky ano/ne
	var FontFamily="arial"	// Font family menu items - font (verdana)
	var FontSize=10;				// Font size menu items - velikost fontu menu
	var FontBold=1;				// Bold menu items 1 or 0 - tucne pismo ano/ne
	var FontItalic=0;				// Italic menu items 1 or 0 - pismo kurzivou ano/ne
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right' - centrovani textu polozky vlevo/stred/vpravo
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right' - centrovani menu vodorovne
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static - poloha menu svisle nahore/stred/dole nebo staticky
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=163;				// Menu offset x coordinate - odsazeni menu osa X 163
	var StartLeft=50;				// Menu offset y coordinate - odsazeni menu osa Y 50
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding - posun odleva
	var TopPaddng=2;				// Top padding - posun shora
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=200;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['pfeil.gif',10,10,'pfeil.gif',10,10,'pfeil.gif',10,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

//Menu1=new Array("Über uns","index.html","",0,20,70);

Menu1=new Array("Über unsere Kanzlei","index.html","",6,20,160);
	Menu1_1=new Array("Über unsere Kanzlei","index.html","",0,20,200);
	Menu1_2=new Array("JUDr. Frimmel, Ph.D.","frimmel.html","","",0);	
	Menu1_3=new Array("JUDr. Chobolova","chobolova.html","",0);
	Menu1_4=new Array("Mgr. Souba","souba.html","",0);
	Menu1_5=new Array("JUDr. Stichova","stichova.html","",0);	
	Menu1_6=new Array("JUDr. Adamek","adamek.html","",0);

Menu2=new Array("Tätigkeitsgebiete","taetigkeitsgebiete.html","",8,"",150);
	Menu2_1=new Array("Tätigkeitsgebiete","taetigkeitsgebiete.html","",0,20,250);
	Menu2_2=new Array("Fachgebiete allgemein","fachgebiete.html","","",0);
 	Menu2_3=new Array("Firmengründung und -erwerb","firmengruendung.html","",2);
		Menu2_3_1=new Array("GmbH-Gründung","gmbh.html","",0,20,150); 
		Menu2_3_2=new Array("Vorratsgesellschaften","vorratsgesellschaft.html","","","",0);
	Menu2_4=new Array("Eintreibung von Forderungen","zahlungsklage.html","",0);
	Menu2_5=new Array("Vertretung im Insolvenzverfahren","insolvenz.html","",0);
	Menu2_6=new Array("Spezialgebiete","spezialgebiete.html","",1);
		Menu2_6_1=new Array("Einvernehmensanwalt","einvernehmensanwalt.html","",0,20,170);		
	Menu2_7=new Array("Zwangsvollstreckung in Tschechien","zwangsvollstreckung.html","",0);
	Menu2_8=new Array("Immobilien in Tschechien","immobilie.html","",0);
		
Menu3=new Array("Mandatserteilung","mandatserteilung.html","",1,"",150);
		Menu3_1=new Array("Mandatserteilung","mandatserteilung.html","",0,20,190);
	
Menu4=new Array("Informationen über Tschechien","informationen.html","",5,"",240);
	Menu4_1=new Array("Informationen über Tschechien","informationen.html","",0,20,280);
	Menu4_2=new Array("Handelsregister","handelsregister.html","",1,20,200);
		Menu4_2_1=new Array("Glossar","handelsregister_glossar.html","",0,20,100);
	Menu4_3=new Array("Lohnkosten","lohnkosten.html","",0);
	Menu4_4=new Array("Gebührenrechner","gebuehrenrechner.html","",0);
	Menu4_5=new Array("über Brünn","brno.html","",0);

Menu5=new Array("Kontakt","kontakt.html","",2,"",95);
	Menu5_1=new Array("Kontakt","kontakt.html","","",20,135);
	Menu5_2=new Array("Impressum","impressum.html","",0);
