
	var NoOffFirstLineMenus=12; //set number of main menu items
	var LowBgColor='#717A0F';
	var HighBgColor='#339966';
	var FontLowColor='#FFFF00';
	var FontHighColor='#FF6600';
	var BorderColor='white';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial, Helvetica, sans-serif"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=150; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Home","default.htm",0,20,151);

Menu2=new Array("Quem Somos","q_somos.htm",0);
//	Menu2_1=new Array("Livre","default.htm",0,20,127);
	
Menu3=new Array("Serviços","default.htm",2);
	Menu3_1=new Array("Hotel","hotel.htm",0,20,127);	
	Menu3_2=new Array("Escola","escola.htm",0);
	

Menu4=new Array("Galeria","default.htm",2);
	Menu4_1=new Array("Mondioring","gal_mondi.htm",0,20,127);
	Menu4_2=new Array("Obediencia","gal_obedi.htm",0);
	Menu4_3=new Array("Outras","gal_outros.htm",0);
	

Menu5=new Array("Videos","default.htm",3);
	Menu5_1=new Array("Exercicios","videos1.htm",0,20,127);
	Menu5_2=new Array("Provas","videos2.htm",0);
	Menu5_3=new Array("Demonstraçoes","videos3.htm",0);
	      

Menu6=new Array("Eventos","default.htm",1);
	Menu6_1=new Array("Agenda","eventos.htm",0,20,127);
	

Menu7=new Array("Destaques","destaque.htm",0);

Menu8=new Array("Mondioring","mondioring.htm",0);

Menu9=new Array("Malinois","malinois.htm",0);

Menu10=new Array("Demonstrações","default.htm",1);
	Menu10_1=new Array("Petshow2007","petshow2007.htm",0,20,127);
	
Menu11=new Array("Contactos","contactos.htm",0);

Menu12=new Array("Links","links.htm",0);

