
var menu26=new Array();
	  menu26[0]='<a href="/power-generation">Power Generation</a>';
	  menu26[1]='<a href="/hdt-airbeam-shelters">HDT AirBeam Shelters</a>';
	  menu26[2]='<a href="/hdt-base-x-shelters">HDT Base-X Shelters</a>';
	  menu26[3]='<a href="/environmental-control">Heating/Cooling</a>';
	  menu26[4]='<a href="/cbrn-protection">CBRN Protection</a>';
	  menu26[5]='<a href="/other-products">Other Products</a>';
	  menu26[6]='<a href="/index.cfm?navid=441">Commercial Product List</a>';
var menu99=new Array();
	  menu99[0]='<a href="/engineering-services">Engineering Services</a>';
	  menu99[1]='<a href="/custom-applications">Custom Applications</a>';
	  menu99[2]='<a href="/global-logistical-support-services">Global Logistical Support Services</a>';
	  menu99[3]='<a href="/solution-briefs">Solution Briefs</a>';
var menu100=new Array();
	  menu100[0]='<a href="/power">Power</a>';
	  menu100[1]='<a href="/filtration">CBRN/ColPro Filtration</a>';
	  menu100[2]='<a href="/environmentally-friendly">Energy Efficiency</a>';
	  menu100[3]='<a href="/rapid-deployment">Rapid Deployment</a>';
	  menu100[4]='<a href="/robotics">Robotics</a>';
	  menu100[5]='<a href="/space-and-recovery">Space & Recovery</a>';
var menu30=new Array();
	  menu30[0]='<a href="/hdt-careers-open-positions">Open Positions</a>';
var menu31=new Array();
	  menu31[0]='<a href="/who-we-are">Who We Are</a>';
	  menu31[1]='<a href="/index.cfm/navid-578">Social Media</a>';
	  menu31[2]='<a href="/customers-we-serve">Customers We Serve</a>';
	  menu31[3]='<a href="/board-directors">Board of Directors</a>';
	  menu31[4]='<a href="/management">Management Team</a>';
	  menu31[5]='<a href="/faqs">FAQs</a>';
	  menu31[6]='<a href="/doing-business-with-hdt">Doing Business with HDT</a>';
	  menu31[7]='<a href="/contact-us">Contact Us</a>';


/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

// Some config options
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

// No further editting needed
//---------------------------

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
if(ie4) totaloffset=totaloffset+4 // customization for INSITU to fix offset in IE6
return totaloffset;
}

function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top=-500
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}

function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu

  