/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='ffffcc';			// Background color when mouse is not over
	var LowSubBgColor='ffffcc';			// Background color when mouse is not over on subs
	var HighBgColor='cccccc';			// Background color when mouse is over
	var HighSubBgColor='cccccc';			// Background color when mouse is over on subs
	var FontLowColor='cc0033';			// Font color when mouse is not over
	var FontSubLowColor='cc0033';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='6f0037';			// Font color subs when mouse is over
	var BorderColor='cc0033';			// Border color
	var BorderSubColor='gray';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial"				// Font family menu items
	var FontSize=9;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='Left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=258;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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='';				// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=1;					// 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

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("Home","index.htm","",0,35,135);

Menu2=new Array("Security Awareness","awareness.htm","",0);
	
Menu3=new Array("Home Security","","",3);
	Menu3_1=new Array("Keys to The Castle","keys_to_the_castle.htm","",0,20,150);
	Menu3_2=new Array("Home Security Info","home_security.htm","",0,20,150);
	Menu3_3=new Array("Home Security Tips","homesecurity_tips.htm","",0,20,300);
	Menu3_4=new Array("DIY Home Security Survey","site_survey.htm","",0);
		Menu3_1_3=new Array("","","",0);
			
Menu4=new Array("Business Security","","",3);
	Menu4_1=new Array("ADA Compliance","ada_compliance.htm","",0,20,150);
	Menu4_2=new Array("Business Security Info","business_security_info.htm","",0,20,150);
	Menu4_3=new Array("Business Security Tips","business_security_tips.htm","",0,20,150);
	Menu4_4=new Array("Key Control","key_control.htm","",1,20,180);
		Menu4_4_1=new Array("Unauthorized Key Duplication","unauthorized_key_duplication.htm","",0,20,180);

Menu5=new Array("Personal Security","","",3);
	Menu5_1=new Array("Identity Theft","identity_theft.htm","",0,20,140);
	Menu5_2=new Array("ATM Security","atm_safety.htm","",0,20,140);
	Menu5_3=new Array("Internet Fraud","internet_fraud.htm","",0,20,140);
	Menu5_4=new Array("","","",0,20,140)

Menu6=new Array("Our Services","","",4,35,150);
	Menu6_1=new Array("Security Audit","site_survey1.htm","",0,20,150);
	Menu6_2=new Array("Hardware Installation","hardware_installation1.htm","",0,20,150);
	Menu6_3=new Array("Hardware Service","our_services.htm","",0,20,150);
	Menu6_4=new Array("Safe Service","safe_services.htm","",0,20,150);	
	Menu6_5=new Array("Keying Services","keying.htm","",0);

Menu7=new Array("Our Products","","",6,35,150);
	Menu7_1=new Array("Access Control","access_controls.htm","",0,20,150);
	Menu7_2=new Array("CCTV","cctv.htm","",0,20,150);
	Menu7_3=new Array("Commercial Hardware","","",0,20,150);
		Menu6_3_1=new Array("Exit Alarms","exit_alarms.htm","",0,20,200);
	Menu7_4=new Array("Security Hardware","security_hardware.htm","",0,20,150);
	Menu7_5=new Array("Safes","","",6);
		Menu7_5_1=new Array("Burglary Safes","burglary_safes.htm","",0,20,200);
		Menu7_5_2=new Array("Depository Safes","depository_safes.htm","",0);
		Menu7_5_3=new Array("Fire Safes","fire_safes.htm","",0);
		Menu7_5_4=new Array("Gun Safes","gun_safes.htm","",0);
		Menu7_5_5=new Array("Media Safes","media_safes.htm","",0);
		Menu7_5_6=new Array("Wall Safes","wall_safes.htm","",0);
	Menu7_6=new Array("New Product Showcase","showcase.htm","",0,20,140);
        
Menu8=new Array("New Products & Technology News","newproducts.htm","",0);
	Menu8_1=new Array("","","",0,20,150);
	Menu8_2=new Array("","","",0,20,150);
	Menu8_3=new Array("","","",0,20,150);
	Menu8_4=new Array("","","",0,20,150);
	Menu8_5=new Array("","","",0);
	Menu8_6=new Array("","","",0);

	
Menu9=new Array("Links","links.htm","",0);
	Menu9_1=new Array("","","",0,20,140);
	Menu9_2=new Array("","","",0,20,140);
	Menu9_3=new Array("","","",0,20,140);
	Menu9_4=new Array("","","",0,20,140);
	Menu9_5=new Array("","","",0,20,140);
	Menu9_6=new Array("","","",0,20,140);

Menu10=new Array("Contact Us","feedback.htm","",0);
	Menu10_1=new Array("","","",0,20,140);
	Menu10_2=new Array("","","",0,20,140);
	Menu10_3=new Array("","","",0,20,140);
	Menu10_4=new Array("","","",0,20,140);

Menu11=new Array("Search Page","search.htm","",0);
	Menu11_1=new Array("","","",0,20,140);
	Menu11_2=new Array("","","",0,20,140);
	Menu11_3=new Array("","","",0,20,140);
	Menu11_4=new Array("","","",0,20,140);

Menu12=new Array("","","",4);
	Menu12_1=new Array("","","",0,20,140);
	Menu12_2=new Array("","","",0,20,140);
	Menu12_3=new Array("","","",0,20,140);
	Menu12_4=new Array("","","",0,20,140);

Menu13=new Array("","","",4);
	Menu13_1=new Array("","","",0,20,140);
	Menu13_2=new Array("","","",0,20,140);
	Menu13_3=new Array("","","",0,20,140);
	Menu13_4=new Array("","","",0,20,140);

Menu14=new Array("","","",4);
	Menu14_1=new Array("","","",0,20,140);
	Menu14_2=new Array("","","",0,20,140);
	Menu14_3=new Array("","","",0,20,140);
	Menu14_4=new Array("","","",0,20,140);

Menu15=new Array("","","",4);
	Menu15_1=new Array("","","",0,20,140);
	Menu15_2=new Array("","","",0,20,140);
	Menu15_3=new Array("","","",0,20,140);
	Menu15_4=new Array("","","",0,20,140);

Menu16=new Array("","","",4);
	Menu16_1=new Array("","","",0,20,140);
	Menu16_2=new Array("","","",0,20,140);
	Menu16_3=new Array("","","",0,20,140);
	Menu16_4=new Array("","","",0,20,140);

Menu17=new Array("","","",4);
	Menu17_1=new Array("","","",0,20,140);
	Menu17_2=new Array("","","",0,20,140);
	Menu17_3=new Array("","","",0,20,140);
	Menu17_4=new Array("","","",0,20,140);

Menu18=new Array("","","",4);
	Menu18_1=new Array("","","",0,20,140);
	Menu18_2=new Array("","","",0,20,140);
	Menu18_3=new Array("","","",0,20,140);
	Menu18_4=new Array("","","",0,20,140);

Menu19=new Array("","","",4);
	Menu19_1=new Array("","","",0,20,140);
	Menu19_2=new Array("","","",0,20,140);
	Menu19_3=new Array("","","",0,20,140);
	Menu19_4=new Array("","","",0,20,140);

Menu20=new Array("","","",4);
	Menu20_1=new Array("","","",0,20,140);
	Menu20_2=new Array("","","",0,20,140);
	Menu20_3=new Array("","","",0,20,140);
	Menu20_4=new Array("","","",0,20,140);