/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=9;			// 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='#CC0033';			// Background color when mouse is over
	var HighSubBgColor='maroon';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='#FFFF00';			// Font color when mouse is over
	var FontSubHighColor='#FFFF00';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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='center';			// 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','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=90;				// Menu offset x coordinate
	var StartLeft=3;				// 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=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	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='index';			// Frame where first level appears
	var SecLineFrame='index';			// Frame where sub levels appear
	var DocTargetFrame='index';			// 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=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,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);


Menu1=new Array("Home","http://www.identatronics.com","",0,20,84);

Menu2=new Array("About Us","http://www.identatronics.com/about/index.html","",0);

Menu3=new Array("Products","http://www.identatronics.com/products/index.html","",6);

	Menu3_1=new Array("Card Printers","http://www.identatronics.com/products/card_printers/index.html","",2,20,150);
		Menu3_1_1=new Array("Zebra","http://www.identatronics.com/products/card_printers/zebra/index.html","",0,20,150);
		Menu3_1_2=new Array("Evolis","http://www.identatronics.com/products/card_printers/evolis/index.html","",0);
	
	
	Menu3_2=new Array("ID Accessories","http://www.identatronics.com/products/IDaccessories/index.html","",7,20,150);
		Menu3_2_1=new Array("Backdrop Cloths","http://www.identatronics.com/products/IDaccessories/backdrop.html","",0,20,150);
		Menu3_2_2=new Array("Badge Holders","http://www.identatronics.com/products/IDaccessories/holders.html","",0);
		Menu3_2_3=new Array("Badge Racks","http://www.identatronics.com/products/IDaccessories/badgeracks.html","",0);
		Menu3_2_4=new Array("Lanyards","http://www.identatronics.com/products/IDaccessories/lanyards.html","",0,20,150);
		Menu3_2_5=new Array("Slot Punches","http://www.identatronics.com/products/IDaccessories/slotpunch.html","",0);
		Menu3_2_6=new Array("Strap Clips","http://www.identatronics.com/products/IDaccessories/strapclips.html","",0);	
		Menu3_2_7=new Array("Polaroid Film","http://www.identatronics.com/products/IDaccessories/polaroid.html","",0);
	
	Menu3_3=new Array("ID Cards","http://www.identatronics.com/products/IDcards/index.html","",0);

	
	
	Menu3_4=new Array("Image Components","http://www.identatronics.com/products/image_components/index.html","",4);
		Menu3_4_1=new Array("CCD Cameras","http://www.identatronics.com/products/image_components/CCD.html","",0,20,150);
		Menu3_4_2=new Array("Digital Cameras","http://www.identatronics.com/products/image_components/digital_cameras.html","",0);
		Menu3_4_3=new Array("Signature Tablets","http://www.identatronics.com/products/image_components/signature_tablets.html","",0);
		Menu3_4_4=new Array("Fingerprint Scanners","http://www.identatronics.com/products/image_components/fingerprint_scanner.html","",0);
	
	
	Menu3_5=new Array("Software Solutions","http://www.identatronics.com/products/software/index.html","",7);
		Menu3_5_1=new Array("Access Control","http://www.identatronics.com/products/software/idaxxess.html","",0,20,150);
		Menu3_5_2=new Array("Employee ID Management","http://www.identatronics.com/products/software/idimage.html","",0);
		Menu3_5_3=new Array("Visitor Management","http://www.identatronics.com/products/software/idvisitor.html","",0);
		Menu3_5_4=new Array("Search and Rescue","http://www.identatronics.com/products/software/srv-id.html","",0);
		Menu3_5_5=new Array("Healthcare Visitor","http://www.identatronics.com/products/software/hcv-id.html","",0);
		Menu3_5_6=new Array("vIDix","http://www.identatronics.com/products/software/vidix.html","",0,20,150);
		Menu3_5_7=new Array("System Requirements","http://www.identatronics.com/products/software/system_requirements.html","",0,20,150);
		
		
	Menu3_6=new Array("Traditional ID","http://www.identatronics.com/products/traditionalID/index.html","",4);
		Menu3_6_1=new Array("Instant ID Cameras","http://www.identatronics.com/products/traditionalID/instant_cameras.html","",0,20,150);
		Menu3_6_2=new Array("Laminators","http://www.identatronics.com/products/traditionalID/laminators.html","",0);
		Menu3_6_3=new Array("Photo Die Cutters","http://www.identatronics.com/products/traditionalID/diecutters.html","",0);
		Menu3_6_4=new Array("Pouches","http://www.identatronics.com/products/traditionalID/pouchindex.html","",0);
		


		

Menu4=new Array("Services","http://www.identatronics.com/services/index.html","",4);
	Menu4_1=new Array("Card Services","http://www.identatronics.com/services/card_services.html","",0,20,160);
	Menu4_2=new Array("Product Registration","http://www.identatronics.com/services/registration.html","",0);
	Menu4_3=new Array("Product Training & Service","http://www.identatronics.com/services/training.html","",0);
	Menu4_4=new Array("Tech Support & Downloads","http://www.identatronics.com/services/techsupport.html","",0);
        
	
Menu5=new Array("Partners","http://www.identatronics.com/partners/index.html","",5);
	Menu5_1=new Array("Identatronics Partners","http://www.identatronics.com/partners/partners.html","",0,20,160);
	Menu5_2=new Array("Partner Vendors","http://www.identatronics.com/partners/partner_vendors.html","",0,20,0);
	Menu5_3=new Array("Become a partner","http://www.identatronics.com/partners/becomepartner.html","",0,20,0);
        Menu5_4=new Array("Partner Pages Registration","http://www.identatronics.com/partners/partner_register.html","",0);
	Menu5_5=new Array("Log on to Partner Pages","http://www.identatronics.com/private/index.html","",0);

Menu6=new Array("News","http://www.identatronics.com/new/index.html","",0);

Menu7=new Array("Contact Us","http://www.identatronics.com/contacts/index.html","",0);

Menu8=new Array("Order","http://www.identatronics.com/contacts/order_form.htm","",0);
	
Menu9=new Array("Search","http://www.identatronics.com/search/index.html","",0);

	
