var menu1=new Array()
menu1[0]='<a href="ino-business.html" class="">BUSINESS OPPORTUNITY</a>'
menu1[1]='<a href="ino-invite.html" class="">INVITE - NEW IDEAS</a>'

var menu2=new Array()
menu2[0]='<a href="prd-idcards.html" class="">ID CARDS CREATOR</a>'
menu2[1]='<a href="prd-inventry.html" class="">INVENTRY SYSTEM</a>'
menu2[2]='<a href="prd-retail.html" class="">RETAIL MANAGEMENT</a>'
menu2[3]='<a href="prd-visitor.html" class="">VISITOR TRACKING</a>'
menu2[4]='<a href="prd-publication.html" class="">PUBLICATION</a>'
menu2[5]='<a href="prd-organization.html" class="">ORGANIZATION SYSTEM</a>'
menu2[6]='<a href="prd-clinic.html" class="">CLINIC SOFTWARE</a>'
menu2[7]='<a href="prd-lawyers.html" class="">LAWYERS</a>'
menu2[8]='<a href="prd-school.html" class="">SCHOOL / COLLEGE</a>'

var menu3=new Array()
menu3[0]='<a href="sol-university.html" class=""> EDUCATIONAL ERP</a>'
menu3[1]='<a href="sol-college.html" class="">COLLEGE ERP</a>'
menu3[2]='<a href="sol-billboard.html" class="">BILLBOARD MANAGEMENT</a>'
menu3[3]='<a href="sol-cybercafe.html" class="">CYBERCAFE VISITOR TRACKING</a>'

var menu4=new Array()
menu4[0]='<a href="#" class=""><b>PORTALS</b></a>'
menu4[1]='<a href="web-portal-training.html" class=""> - TRAINING INSTITUTES</a>'
menu4[2]='<a href="web-portal-health.html" class=""> HEALTH CARE</a>'
menu4[3]='<a href="web-website-loans.html" class=""> -LOANS</a>'
menu4[4]='<a href="web-website-ins.html" class="">  -INSURANCE</a>'
menu4[5]='<a href="web-website-talent.html" class=""> -TALENT HUNT</a>'
menu4[6]='<a href="web-portal-advocates.html" class=""> LEGAL</a>'
menu4[7]='<a href="web-websites.html" class="">WEB SITES</a>'
menu4[8]='<a href="web-hosting.html" class="">HOSTING</a>'

var menu5=new Array()
menu5[0]='<a href="edu-total.html" class="">TOTAL GRADUATE PROGRAM</a>'
menu5[1]='<a href="edu-open.html" class="">OPEN LEARNERS FORUM</a>'


var menu6=new Array()
menu6[0]='<a href="dwn-presentation.html" class="">PRESENTATIONS</a>'
menu6[1]='<a href="dwn-demo.html" class="">DEMO SOFTWARE</a>'
menu6[2]='<a href="dwn-online.html" class="">ONLINE DEMO</a>'

var menu7=new Array()
menu7[0]='<a href="abt-history-vision.html" class="click">VISION</a>'
menu7[1]='<a href="abt-history-mission.html" class="click">MISSION</a>'

var menu8=new Array()
menu8[0]='<a href="abt-manage-board.html" class="click">BOARD</a>'
menu8[1]='<a href="#" class="click"><b>TEAM</b></a>'
menu8[2]='<a href="abt-manage-tech.html" class="click"> - TECHNICAL</a>'


var menu9=new Array()
menu9[0]='<a href="k2.html" class="click">TECHNOLOGY</a>'
menu9[1]='<a href="keonics.html" class="click">GOVERMENT</a>'
menu9[2]='<a href="rooman.html" class="click">ROOMAN</a>'

var mw='170px' 
var mc=''  
var delay=200  
var OnCLickHide="yes" 

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="myMenu" style="visibility:hidden;width:'+mw+';background-color:'+mc+'" onMouseover="putOffHideMenu()" onMouseout="hideMenuDynamically(event)"></div>')

function collectOffSet(ele, ot){
	var tos=(ot=="left")? ele.offsetLeft : ele.offsetTop;
	var pl=ele.offsetParent;
	while (pl!=null){
		tos=(ot=="left")? tos+pl.offsetLeft : tos+pl.offsetTop;
		pl=pl.offsetParent;
	}
return tos;
}
function alterAppearance(ele, evnt, visible, hidden, mw){
	if (ie4||ns6)
		dmo.style.left=dmo.style.top="-500px"
	if (mw!=""){
		dmo.widthobj=dmo.style
		dmo.widthobj.width=mw
	}
	if (evnt.type=="click" && ele.visibility==hidden || evnt.type=="mouseover")
		ele.visibility=visible
	else if (evnt.type=="click")
		ele.visibility=hidden
}

function iecompattest(){
	return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function knockoffbrowseredge(ele, browseredge){
	var edgeoffset=0
	if (browseredge=="rightedge"){
		var wedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
		dmo.contentmeasure=dmo.offsetWidth
		if (wedge-dmo.x < dmo.contentmeasure)
			edgeoffset=dmo.contentmeasure-ele.offsetWidth
	}
	else{
		var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
		var wedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
		dmo.contentmeasure=dmo.offsetHeight
		if (wedge-dmo.y < dmo.contentmeasure){ 
			edgeoffset=dmo.contentmeasure+ele.offsetHeight
			if ((dmo.y-topedge)<dmo.contentmeasure) 
				edgeoffset=dmo.y+ele.offsetHeight-topedge
		}
	}
	return edgeoffset
}

function popUpDropDownMenu(ele){
	if (ie4||ns6)
		dmo.innerHTML=ele.join("")
}
function AppearMenu(ele, evnt, mconts,mw, t,l){
	disappearMenu();
	srcEle = ele;
	mOverColor = t;
	mOutColor = l;
	srcEle.bgColor = mOverColor;
	if (window.event) 
		event.cancelBubble=true
	else if (evnt.stopPropagation) 
		evnt.stopPropagation()
	putOffHideMenu()
	dmo=document.getElementById? document.getElementById("myMenu") : myMenu
	popUpDropDownMenu(mconts)
	if (ie4||ns6){
		alterAppearance(dmo.style, evnt, "visible", "hidden", mw)
		dmo.x=collectOffSet(ele, "left")
		dmo.y=collectOffSet(ele, "top")
		dmo.style.top=dmo.y-knockoffbrowseredge(ele, "bottomedge")+ele.offsetHeight+"px";
		dmo.style.left=dmo.x-knockoffbrowseredge(ele, "rightedge")-1+"px";
	}
	return OnClickReturn()
}
function OnClickReturn(){
	if (ie4||ns6) return false
	else return true
}
function Does_ns_6Contains(ct, rt) {
	while (rt.parentNode)
		if ((rt = rt.parentNode) == ct)
			return true;
	return false;
}
function hideMenuDynamically(evnt){
	if (ie4&&!dmo.contains(evnt.toElement))
		hideMenuAfterInterval()
	else if (ns6&&evnt.currentTarget!= evnt.relatedTarget&& !Does_ns_6Contains(evnt.currentTarget, evnt.relatedTarget))
		hideMenuAfterInterval()
}
function disappearMenu(evnt){
	if (typeof dmo!="undefined"){
		if (ie4||ns6){
			dmo.style.visibility="hidden"
			srcEle.bgColor = mOutColor;
		}
	}
}
function hideMenuAfterInterval(){
	if (ie4||ns6)
		hideInterval=setTimeout("disappearMenu()",delay)
}
function putOffHideMenu(){
	if (typeof hideInterval!="undefined")
		clearTimeout(hideInterval)
}
if (OnCLickHide=="yes")
document.onclick=disappearMenu
