/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=9;			
	var LowBgColor='black';			
	var LowSubBgColor='white';			
	var HighBgColor='white';			
	var HighSubBgColor='black';			
	var FontLowColor='white';			
	var FontSubLowColor='black';			
	var FontHighColor='black';			
	var FontSubHighColor='white';			
	var BorderColor='black';			
	var BorderSubColor='black';			
	var BorderWidth=1;				
	var BorderBtwnElmnts=1;			
	var FontFamily="verdana,arial,comic sans ms,technical"	
	var FontSize=7;				
	var FontBold=1;				
	var FontItalic=0;				
	var MenuTextCentered='left';			
	var MenuCentered='center';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=0.1;				
	var ChildVerticalOverlap=0.5;			
	var StartTop=0;				
	var StartLeft=0;				
	var VerCorrect=0;				
	var HorCorrect=0;				
	var LeftPaddng=4;				
	var TopPaddng=0;				
	var FirstLineHorizontal=1;			
	var MenuFramesVertical=0;			
	var DissapearDelay=100;			
	var TakeOverBgColor=0;			
	var FirstLineFrame='navigation';			
	var SecLineFrame='content';			
	var DocTargetFrame='content';			
	var TargetLoc='';				
	var HideTop=0;				
	var MenuWrap=1;				
	var RightToLeft=0;				
	var UnfoldsOnClick=0;			
	var WebMasterCheck=0;	
	var ShowArrow=0;				
	var KeepHilite=1;				
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	

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("Introducción","intro.html","",0,12,72);

Menu2=new Array("Protección","proteccion.html","",1);
	Menu2_1=new Array("Protección contra...","protección.html","",5,15,120);	
		Menu2_1_1=new Array("Entrada Forzada","forzada.html","",0,15,120);
		Menu2_1_2=new Array("Saqueos","saqueos.html","",0);
		Menu2_1_3=new Array("Accidentes","accidentes.html","",0);	
		Menu2_1_4=new Array("Armas de Fuego","balistica.html","",0);
		Menu2_1_5=new Array("Explociones","explociones.html","",0);
			
Menu3=new Array("Productos","productos.html","",3);
	Menu3_1=new Array("Seguridad","seguridad.html","",0,15,100);
	Menu3_2=new Array("Protección","lam-proteccion.html","",0);
	Menu3_3=new Array("Control Solar","solar.html","",0);

Menu4=new Array("Vehículos","vehiculos.html","",0);
	
Menu5=new Array("Preguntas","preguntas.html","",1);
	Menu5_1=new Array("Preguntas Frecuentes","preguntas.html","",0,15,120);	

Menu6=new Array("Normas","normas.html","",1);
	Menu6_1=new Array("Normas y Certificados","normas.html","",0,15,120);	

Menu7=new Array("Referencias","referencias.html","",0);

Menu8=new Array("Contactos","contactos.html","",0);

Menu9=new Array("HAVERKAMP","http://www.haverkamp.de","",0);
