
	var NoOffFirstLineMenus=6;		// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFFF';	// Background color when mouse is not over on subs
	var HighBgColor='black';		// Background color when mouse is over
	var HighSubBgColor='e5e5e3';	// Background color when mouse is over on subs
	var FontLowColor='black';		// Font color when mouse is not over
	var FontSubLowColor='#4A4841';	// Font color subs when mouse is not over
	var FontHighColor='white';		// Font color when mouse is over
	var FontSubHighColor='#4A4841';	// Font color subs when mouse is over
	var BorderColor='';				// Border color
	var BorderSubColor='#8E8E8E';	// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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='center';		// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';	// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;	// vertical overlap child/ parent
	var StartTop=96;				// Menu offset x coordinate
	var StartLeft=180;				// 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 0 FOR HORIZONTAL MENU, 1 FOR VERTICAL
	var MenuFramesVertical=1;		// Frames in cols or rows 1 or 0
	var DissapearDelay=800;			// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/Images/tri.gif',5,10,'/Images/triDown.gif',10,5,'/Images/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);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("rollover:../../../Images/img_menu_off_01.gif:../../../Images/img_menu_on_01.gif","/company/","",4,24,92);
	Menu1_1=new Array("Profile","/company/","",0,20,130);	
	Menu1_2=new Array("For OEMs","/company/oem.htm","",0);
	Menu1_3=new Array("Employment","/company/employment.htm","",0);
	Menu1_4=new Array("Application Request","/company/application_request.php","",0);

Menu2=new Array("rollover:../../../Images/img_menu_off_02.gif:../../../Images/img_menu_on_02.gif","/products/index.php","",8,24,98);
	Menu2_1=new Array("Digitizers for PCI Bus","/products/pci_family.htm","",4,20,169);	
		Menu2_1_1=new Array("8 Bit Family","/products/digitizer_pci/8_bit/","",0,20,95);
		Menu2_1_2=new Array("12 Bit Family","/products/digitizer_pci/12_bit/","",0);
		Menu2_1_3=new Array("14 Bit Family","/products/digitizer_pci/14_bit/","",0);
		Menu2_1_4=new Array("16 Bit Family","/products/digitizer_pci/16_bit/","",0);
	Menu2_2=new Array("USB CompuScopes","/products/USB/","",0);
	Menu2_3=new Array("eXpert FPGA Technology","/products/eXpert_FPGA_technology/","",0);
	Menu2_4=new Array("Analog Ouput","/products/analog_out/","",0);
	Menu2_5=new Array("Digital I/O","/products/digital/","",0);
	Menu2_6=new Array("Mainframe Systems","/products/mainframe/","",0);
	Menu2_7=new Array("Software","/products/software/","",0);
	Menu2_8=new Array("Turn-Key Solutions","/products/turnkey/","",0);

Menu3=new Array("rollover:../../../Images/img_menu_off_03.gif:../../../Images/img_menu_on_03.gif","/support/","",4,24,90);
	Menu3_1=new Array("FAQ","/support/faq.htm","",0,20,130);
	Menu3_2=new Array("Software & Manuals","/support/softwares.php","",0);
	Menu3_3=new Array("Application Request","/support/application_request.php","",0);
	Menu3_4=new Array("Support Request","/support/support_form.php","",0);

Menu4=new Array("rollover:../../../Images/img_menu_off_04.gif:../../../Images/img_menu_on_04.gif","/news/","",3,24,110);
	Menu4_1=new Array("Press Releases","/news/","",0,20,110);
	Menu4_2=new Array("Recent Articles","/news/recent_articles.htm","",0);
	Menu4_3=new Array("Trade Shows","/news/tradeshows.htm","",0);

Menu5=new Array("rollover:../../../Images/img_menu_off_05.gif:../../../Images/img_menu_on_05.gif","/applications/","",2,24,117);
	Menu5_1=new Array("Case Studies","/applications/caseStudies.php","",0,20,127);	
	Menu5_2=new Array("Application Request","/applications/application_request.php","",0);
	

Menu6=new Array("rollover:../../../Images/img_menu_off_06.gif:../../../Images/img_menu_on_06.gif","/company/contacts.htm","",3,24,108);
	Menu6_1=new Array("Contacts","/company/contacts.htm","",0,20,170);	
	Menu6_2=new Array("Driving Directions & Map","/company/map.htm","",0);
	Menu6_3=new Array("Distributors/Representatives","/company/distributors.htm","",0);	