<!--
	var basepath = "/images/";	
	var tableWidth = 542;				// The size of the top navigation table
	var delay = 100;					// The length of time to hide the previous layer
	var offsetWidth = 215;				// This is the width between the start of the table to the top navigation
	var layoutSize = 760;				// This is the width of the entire site
	
	// This is where you change the table cells attributes
//	var tdOff = "#B2B2B2";				// The roll off/default color for the table cell
	var tdOff = "#00639F";				// The roll off/default color for the table cell
//	var tdOn = "#CCCCCC";				// The roll over color for the table cell
	var tdOn = "#638CBD";				// The roll over color for the table cell
	var lineSeperatorColor = "#e3e3e3";	// This is the color of the line that seperated the links in the layer
	var border = true;					// Show border if set to true
	var borderColor = "#9F9F9F";		// This will be the border color around the drop down layers
	var tdClass = "class='dropLinks'";	// Class applied to the links in the table cell
	var tdHeight = "height='15'";		// Height of each table cell

	var totalImages = 6;	// Total amount of drop downs

	// [ starting left position, [[text link, actual link],[text link, actual link]], layer width ]
	var dropDownArray = new Array( 

		[0,		[["Home","/index.asp"]], 		56],
		[58, 	[["DC/DC","/productcart/pc/viewCat_P.asp?idCategory=89"],
				 ["AC/DC","/productcart/pc/viewCat_P.asp?idCategory=40"],
 				 ["AC/DC Desktop","/productcart/pc/viewCat_P2.asp?idCategory=147"],
 				 ["AC/DC DIN Rail","/productcart/pc/viewCat_P2.asp?idCategory=450"],
 				 ["AC/DC Enclosed-U Frame","/productcart/pc/viewCat_P2.asp?idCategory=148"],
				 ["AC/DC LED Lighting","/productcart/pc/viewCat_P2.asp?idCategory=552"],
				 ["AC/DC Medical Products","/productcart/pc/viewCat_P2.asp?idCategory=269"],
				 ["AC/DC PCB Mount","/productcart/pc/viewCat_P2.asp?idCategory=268"],
 				 ["AC/DC Open Frame","/productcart/pc/viewCat_P2.asp?idCategory=149"],
				 ["AC/DC Wall Mount","/productcart/pc/viewCat_P2.asp?idCategory=153"],
				 ["Custom Products","/custom.asp"],
				 ["DC/DC 3K-6K Isolation","/productcart/pc/viewCat_P2.asp?idCategory=442"],
				 ["DC/DC Chassis Mount","/productcart/pc/viewCat_P2.asp?idCategory=386"],
			 	 ["DC/DC Medical Products","/productcart/pc/viewCat_P2.asp?idCategory=495"],
				 ["DC/DC Point-of-Load","/productcart/pc/viewCat_P2.asp?idCategory=266"],
				 ["DC/DC Surface Mount","/productcart/pc/viewCat_P2.asp?idCategory=150"],
				 ["DC/DC Through Hole","/productcart/pc/viewCat_P2.asp?idCategory=151"],
				 ["Military Products","/productcart/pc/viewCat_P2.asp?idCategory=445"],
				 ["WM w/Changeable Plugs","/productcart/pc/viewCat_P2.asp?idCategory=344"]],	74], 
		[131, 	[["Representatives","/representatives.asp"]],						117],
		[249, 	[["Technical Notes","/documentation.asp"],
				 ["White Papers","/whitepapers.asp"]],								111],
		[360,	[["About Us","/company.asp"],
				 ["Company Backgrounder","javascript:void window.open('/docs/backgrounder.pdf','backgrounder');"],
				 ["Press Releases","/press.asp"],
				 ["Medical Product Brief","javascript:void window.open('/docs/medicalbrief.pdf');"],
				 ["Military Product Brief","javascript:void window.open('/docs/militarybrief.pdf');"],
				 ["Custom/Modified Product Brief","javascript:void window.open('/docs/custombrief.pdf');"],
				 ["Vehicle Mount Product Brief","javascript:void window.open('/docs/vehiclemountbrief.pdf');"],
				 ["Careers","/careers.asp"],
				 ["Driving Directions","/directions.asp"],
				 ["Factory Tour","javascript:void window.open('/tour/index.htm', 'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=625,height=550,left=100,top=85,directories=no,location=no');"],
				 ["DOSA Information","/dosa.asp"],
				 ["Downloads","/downloads.asp"],
				 ["Company Certifications","/certs.asp"],
				 ["Product Catalog","javascript:void window.open('/docs/downloads/productcatalog.pdf');"]],									 		       100],
		[459, 	[["Contact Us","/contact.asp"]],									84]
	);
// -->