// company drop down
var company = { 
"Contact &amp; Location Information"    : "contact.html",
"Mission / About Us"    : "mission.html",
"Leadership"    : "leadership.html",
"Working at Infradapt"    : "working_at_infradapt.html",
"Jobs"    : "jobs.html",
"Community Involvement"    : "community_involvement.html", 
"Press Releases / News"    : "press_releases.html"
};
var menu = { "company" : company };
dhtmlmenu_build(menu);

// solutions drowdown
var solutions = { 
"Cloud Computing & Hosted Infrastructure" : "cloud_computing_hosted_infrastructure.html",
"Cloud Communications & On-Premises PBX Platforms" : "voip_asterisk_pbx_call_center.html",
"TotalSupport&trade; Service Solution" : "totalsupport_ims.html"
};
var menu = { "solutions" : solutions };
dhtmlmenu_build(menu);

// expertise drop down
var expertise = { 
"IP Telephony" : "voip_expertise.html",
"Contact Center Applications" : "call_center.html",
"Hardware Virtualization" : "hardware_virtualization.html",
"Business Continuity & Disaster Recovery" : "business_continuity.html",
"Risk / Security Assessment" : "risk.html",
"E-Mail Security & Malware/Spam Pre-Filtering"    : "email_filtering.html",
"Regulatory Compliance"    : "regulatory_compliance.html"
};
var menu = { "expertise" : expertise };
dhtmlmenu_build(menu);

// portal drop down
var portal = { 
"Portal Login"    : "portal.html",
"How to Access Support"    : "support_howto.html"
};
var menu = { "portal" : portal };
dhtmlmenu_build(menu);


