// Sets the on and off backround colors for the td's of the menus
var menuBGOn = '#508FC2';
var menuBGOff = '#446A9D';

// sets default "level" of files
var whichLevel = 1;

navMenus = [
				[
					["navIndustries"],
					["Healthcare", "healthcare.php"],
					["Distribution", "distribution.php"],
					["Government", "government.php"],
					["Manufacturing", "manufacturing.php"],
					["Military", "military.php"],
					["Other Industries", "other.php"]
				],
				
				[
					["navSolutions"],
					["Warehouse &amp; Inventory", "warehouse_inventory.php"],
					["Asset Management &amp; Tracking", "asset_management_tracking.php"],
					["Mobile Assets, Gear &amp; Inventory", "mobile_assets.php"],
					["File Tracking &amp; Storage", "file_tracking_storage.php"],
					["Package Tracking", "package_tracking.php"],
					["Work-in-Process Tracking", "work_in_process.php"],
					["Labeling &amp; Product Marking", "labeling_product.php"]
				],
				
				[
					["navTechnologies"],
					["Wireless", "wireless.php"],
//					["<div style=\"margin-left: 6px;\">BlueTooth</div>", "#"],
//					["<div style=\"margin-left: 6px;\">WLAN (802.11b)</div>", "#"],
//					["<div style=\"margin-left: 6px;\">WWAN (GPRS &amp; CDMA)</div>", "#"],
//					["<div style=\"margin-left: 6px;\">Batch Processing</div>", "#"],
					["Automatic Identification", "identification.php"],
//					["<div style=\"margin-left: 6px;\">Bar Code</div>", "#"],
//					["<div style=\"margin-left: 6px;\">RFID</div>", "#"],
//					["<div style=\"margin-left: 6px;\">Signature Capture</div>", "#"],
					["Labeling &amp; Marking", "labeling_marking.php"]
//					["<div style=\"margin-left: 6px;\">Thermal Printing</div>", "#"],
//					["<div style=\"margin-left: 6px;\">Dot Peen Marking</div>", "#"],
//					["<div style=\"margin-left: 6px;\">Laset Marking</div>", "#"],
//					["<div style=\"margin-left: 6px;\">Inkjet</div>", "#"]
				],
				
				[
					["navServices"],
					["EBS FeatureFit", "ebs_featurefit.php"],
					["EBS Readiness", "ebs_readiness.php"],
					["Project Management", "project_management.php"],
					["Installation", "installation.php"],
					["Training", "training.php"],
					["Programming", "programming.php"]
				],
				
				[
					["navProducts"],
					["EBS Complete&trade; Packages", "complete_packages.php"],
					["Software", "software.php"],
					["Hardware", "hardware.php"]
					
				],
				
				[
					["navContact"],
					["Directions/Maps", "directions.php"],
					["About Us", "about_us.php"]
				]
			]

