//Contents for about
var menu1=new Array()
menu1[0]='<a href="/index.html">Overview</a>'
menu1[1]='<a href="/team.html">Executive Team</a>'
menu1[2]='<a href="/testimonials.html">Testimonials</a>'
menu1[3]='<a href="/careers.html">Careers</a>'

//Contents for solutions
var menu2=new Array()
menu2[1]='<a href="/applications.html">Applications</a>'
menu2[2]='<a href="/consulting.html">Consulting</a>'
menu2[3]='<a href="/infrastructure.html">IT Services</a>'
menu2[4]='<a href="/managedservices.html">Managed Services</a>'
menu2[5]='<a href="/outsourcing.html">Outsourcing</a>'
menu2[6]='<a href="/product.html">Product</a>'

//Contents for markets
var menu3=new Array()
menu3[0]='<a href="/corpenterprise.html">Corporate Enterprise</a>'
menu3[1]='<a href="/corpsmb.html">Corporate SMB</a>'
menu3[2]='<a href="/government.html">Government</a>'
menu3[3]='<a href="/healthcare.html">Healthcare</a>'
menu3[4]='<a href="/highered.html">Higher Education</a>'
menu3[5]='<a href="/education.html">K-12 Education</a>'



//Contents for news
var menu4=new Array()
menu4[0]='<a href="/associations.html">Associations</a>'
menu4[1]='<a href="/comm_rel.html">Community Relations</a>'
menu4[2]='<a href="/events.html">Events</a>'
menu4[3]='<a href="/press.html">Press</a>'

//Contents for contact
var menu5=new Array()
menu5[0]='<a href="/location.html">Location</a>'

//Contents for partners
var menu6=new Array()
menu6[0]='<a href="/partners.html">Overview</a>'
menu6[1]='<a href="/partners_apple.html">Apple</a>'
menu6[2]='<a href="/partners_ca.html">CA</a>'
menu6[3]='<a href="/partners_cisco.html">Cisco</a>'
menu6[4]='<a href="/partners_hp.html">HP</a>'
menu6[5]='<a href="/partners_ic.html">Infinite Campus</a>'
menu6[6]='<a href="/partners_microsoft.html">Microsoft</a>'
menu6[7]='<a href="/partners_vmware.html">VMware</a>'

//Contents for contact
var menu7=new Array()
menu7[0]='<a href="https://usm.channelonline.com/customonline/storesite/Login/?destination=/customonline/storesite/" target=_blank>Product Portal</a>'
		
var menuwidth='140px' //default menu width
var menubgcolor='lightyellow'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?