//Contents for products


var os=new Array()
os[0]='<a href="#" style="color:#232323;"><B>Web Services</B></a>'
os[1]='<a href="portal/cart.php?a=add&amp;domain=register">Register  domain name</a>'
os[2]='<a href="portal/domainchecker.php">Search  domain availability</a>'
os[3]='<a href="portal/cart.php?a=add&amp;domain=transfer">Transfer  domain name</a>'
os[4]='<a href="portal/cart.php">Web  hosting</a>'
os[5]='<a href="portal/cart.php?gid=3">Dedicated  web servers</a>'
os[6]='<a href="http://www.syscomptech.com/portal/cart.php?gid=4">Get SSL certification</a>'
os[7]='<a href="webserviceform.php">Get e-Payment service</a>'
os[8]='<a href="enquiry.php?sdskjhdwe8e7y834ynhr43u2y5hg4g54g55g435bh45h56h7llk7jn7l8768ln5j6nl422hg32132d32ts32tr7d6732394328094odhsdfdbgvf7r4657465648574598648t9frt9609865409586-5nhfvgfhdgriye694586756654646egudsfnfgiy079896585ujfjdhnshghdgtroypldsnncbvcsf32427304mn4hy6d&amp;web" >Web design</a>'

os[9]='<a href="syssolution1.php" style="color:#232323;"><B>Network Services</B></a>'
os[10]='<a href="internetservice.php" >Internet Service</a>'
os[11]='<a href="vno.php" >Virtual Network Operator (VNO) setup</a>'
os[12]='<a href="vpn.php" >Virtual Private Network(VPN) setup</a>'
os[13]='<a href="lan.php" >Local/wide Area Networking</a>'
os[14]='<a href="fibre.php" >Fibre-optics</a>'
os[15]='<a href="fibre.php" >Internet  Backbone</a>'

os[16]='<a href="#" style="color:#232323;"><B>Bespoke Projects</B></a>'
os[17]='<a href="bprojfrm.php?p=Biometrics & Smart Cards">Biometrics  &amp; Smart Cards</a>'
os[18]='<a href="bprojfrm.php?p=Networks">Networks</a>'
os[19]='<a href="bprojfrm.php?p=Software Development">Software Development</a>'
os[20]='<a href="bprojfrm.php?p=Web Portals">Web  Portals</a>'

os[21]='<a href="#" style="color:#232323;"><B>Enterprise Solutions</B></a>'
os[22]='<a href="msoems.php">Microsoft  Solutions &amp; other OEMs</a>'
os[23]='<a href="smartcard.php">Smart  Card Solutions</a>'
os[24]='<a href="contactus.php">Mobile  Banking Solutions for Corporations &amp; Microfinance Banks</a>'
os[25]='<a href="webserviceform.php" >e-Payment  Solutions</a>'
os[26]='<a href="http://sms.lynev.com" >Bulk  SMS, Short code messaging services</a>'
os[27]='<a href="webserviceform.php" >Billing  &amp; Customer Relations Management Solutions</a>'
os[28]='<a href="http://www.lynev.com/aboutus.php">e-Learning  Services</a>'
os[29]='<a href="assetf.php">Time  &amp; Attendance/ Access Control Solutions</a>'
os[30]='<a href="assetf.php">CCTV&amp;  Other security solutions</a>'
os[31]='<a href="msoems.php">Hotel/  Hospital/ Estate Management Software</a>'




var su=new Array()
su[0]='<a href="contactus.php">Contact us</a>'
su[1]='<a href="contactus.php">Enquiry</a>'
su[2]='<a href="livechat.php">Live Chat</a>'
//su[3]='<a href="studycenter.php">Study Center</a>'
su[3]='<a href="news.php">News Update</a>'

var menuwidth='200px' //default menu width   #ffcc00
var menualign='left'
var menubgcolor='#d34118'  //menu bgcolor
var disappeardelay=100  //250menu 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+';background-color:'+menubgcolor+';text-align:'+menualign+'" 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"
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
