
var menu1=new Array()
menu1[1]='<a href="associates-degree.html" class="header_menu">Associates Degree</a>'
menu1[2]='<a href="bachelors-degree.html" class="header_menu">Bachelors Degree</a>'
menu1[3]='<a href="masters-degree.html" class="header_menu">Masters Degree</a>'
menu1[4]='<a href="doctoral-degree.html" class="header_menu">Doctoral Degree</a>'
menu1[5]='<a href="mba-degree.html" class="header_menu">MBA Degree</a>'
menu1[6]='<a href="degree-completion.html" class="header_menu">Degree Completion</a>'
menu1[7]='<a href="certificate-programs.html" class="header_menu">Certificate Programs</a>'
menu1[8]='<a href="post-baccalaureate.html" class="header_menu">Post-Baccalaureate</a>'
menu1[9]='<a href="post-gradcourses.html" class="header_menu">Post-Grad Courses</a>'

var menu2=new Array()
menu2[1]='<a href="art-design.html" class="header_menu">Art &amp; Design</a>'
menu2[2]='<a href="business.html" class="header_menu">Business</a>'
menu2[3]='<a href="#" class="header_menu">Law &amp; Criminal Justice</a>'
menu2[4]='<a href="#" class="header_menu">Culinary</a>'
menu2[5]='<a href="education.html" class="header_menu">Education</a>'
menu2[6]='<a href="engineering.html" class="header_menu">Engineering</a>'
menu2[7]='<a href="healthcare-nursing.html" class="header_menu">Healthcare / Nursing</a>'
menu2[8]='<a href="#" class="header_menu">Hospitality Management</a>'
menu2[9]='<a href="#" class="header_menu">Human Services</a>'
menu2[10]='<a href="#" class="header_menu">Liberal Arts &amp; Humanities</a>'
menu2[11]='<a href="nursing.html" class="header_menu">Nursing</a>'
menu2[12]='<a href="science-math.html" class="header_menu">Science &amp; Math</a>'
menu2[13]='<a href="technology-it.html" class="header_menu">Technology &amp; IT</a>'


var menu3=new Array()
menu3[1]='<a href="administrative-assistant.html" class="header_menu">Administrative Assistant</a>'
menu3[2]='<a href="auto-mechanic.html" class="header_menu">Auto Mechanic</a>'
menu3[3]='<a href="bridal-consultant.html" class="header_menu">Bridal Consultant</a>'
menu3[4]='<a href="carpenter-and-construction.html" class="header_menu">Carpenter & Construction</a>'
menu3[5]='<a href="culinary.html" class="header_menu">Culinary</a>'
menu3[6]='<a href="hvac-technician.html" class="header_menu">HVAC Technician</a>'
menu3[7]='<a href="landscaping.html" class="header_menu">Landscaping</a>'
menu3[8]='<a href="plumber-and-technician.html" class="header_menu">Plumber &amp; Technician</a>'
menu3[9]='<a href="online-ged.html" class="header_menu">Online GED</a>'
menu3[10]='<a href="training-certificates.html" class="header_menu">and more...</a>'


var menu4=new Array()
menu4[1]='<a href="#" class="header_menu">Kaplan University</a>'
menu4[2]='<a href="#" class="header_menu">Walden University</a>'
menu4[3]='<a href="#" class="header_menu">AIU Online</a>'
menu4[4]='<a href="#" class="header_menu">Capella University</a>'
menu4[5]='<a href="#" class="header_menu">Grand Canyon University</a>'
menu4[6]='<a href="#" class="header_menu">Ashford University</a>'
menu4[7]='<a href="#" class="header_menu">University of Phoenix</a>'
menu4[8]='<a href="#" class="header_menu">more universities..</a>'



var menu5=new Array()
menu5[1]='<a href="/corporate/" class="header_menu">Corporate</a>'
menu5[2]='<a href="/finance/" class="header_menu">Finance</a>'
menu5[3]='<a href="/sales-management/" class="header_menu">Sales Management</a>'
menu5[4]='<a href="/sales-force/" class="header_menu">Sales Force</a>'
menu5[5]='<a href="/glocent-features/" class="header_menu">Glocent Features</a>'
menu5[6]='<a href="/sap-partnership/" class="header_menu">SAP Partnership</a>'




var menu6=new Array()
menu6[1]='<a href="guide-to-an-online-education.html" class="header_menu">Guide to Online Education</a>'
menu6[2]='<a href="find-colleges.html" class="header_menu">Find Colleges</a>'
menu6[3]='<a href="#" class="header_menu">Online vs. Traditional</a>'
menu6[4]='<a href="#" class="header_menu">Earn More Money</a>'
menu6[5]='<a href="prove-yourself.html" class="header_menu">Prove Yourself</a>'
menu6[6]='<a href="find-your-passion.html" class="header_menu">Find Your Passion</a>'


var menu7=new Array()
menu7[1]='<a href="online-ged.html" class="header_menu">Online GED</a>'


var menu8=new Array()
menu8[1]='<a href="school-loans.html" class="header_menu">School Loans</a>'
menu8[2]='<a href="fafsa.html" class="header_menu">FAFSA</a>'
menu8[3]='<a href="financial-aid.html" class="header_menu">Financial Aid</a>'
menu8[4]='<a href="grants-scholarships.html" class="header_menu">Grants &amp; Scholarships</a>'





var menuwidth='150px' //default menu width
var menuheight='' //default menu height

var menubgcolor='#FFFFFF'  //menu bgcolor
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; width:'+menuwidth+';  height:'+menuheight+'; background-color:'+menubgcolor+'" 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;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
/*dropmenuobj.style.left=dropmenuobj.style.top="-500px"*/
dropmenuobj.style.left=dropmenuobj.style.top="500px"
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"
//alert(clearbrowseredge(obj, "bottomedge"));
dropmenuobj.style.top=dropmenuobj.y-0+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;


