//bobo: mouseover straight
var submenu=new Array()

//Set submenu contents. Expand as needed. For each content, make sure everything exists on ONE LINE. Otherwise, there will be JS errors.
 
submenu[0]='<table cellpadding=0 cellspacing=0 border=0><tr><td colspan=13 height=8><img src=images/menu_pointing_arrow.gif width=21 height=8></td></tr><tr><td bgcolor=#f1f1f1 height=3><img src=images/blank.gif width=1 height=1></td><td width=2></td><td bgcolor=#f1f1f1 height=3><img src=images/blank.gif width=1 height=1></td><td width=2></td><td bgcolor=#f1f1f1><img src=images/blank.gif width=1 height=1></td><td width=2></td><td bgcolor=#f1f1f1><img src=images/blank.gif width=1 height=1></td><td width=2></td><td bgcolor=#f1f1f1><img src=images/blank.gif width=1 height=1></td><td width=2></td><td bgcolor=#f1f1f1><img src=images/blank.gif width=1 height=1></td><td width=2></td><td bgcolor=#f1f1f1><img src=images/blank.gif width=1 height=1></td></tr><tr><td><a href=software-development-india.html class=navsubmenu>the company</a>&nbsp;&nbsp;&nbsp;</td><td width=2></td><td><a href=it-company-india.html class=navsubmenu>quality</a>&nbsp;&nbsp;&nbsp;</td><td width=2></td><td><a href=ecommerce-web-site.html class=navsubmenu>infrastructure</a>&nbsp;&nbsp;&nbsp;</td><td width=2></td><td><a href=key-people.html class=navsubmenu>key people</a>&nbsp;&nbsp;&nbsp;</td><td width=2></td><td><a href=awards.html class=navsubmenu>awards</a>&nbsp;&nbsp;&nbsp;</td><td width=2></td><td><a href=partner-with-us.asp class=navsubmenu>partner with us</a>&nbsp;&nbsp;&nbsp;</td><td width=2></td><td><a href=press.html class=navsubmenu>press</a>&nbsp;&nbsp;&nbsp;</td></tr></table>'

submenu[1]='<table cellpadding=0 cellspacing=0 border=0><tr><td></td><td colspan=5 height=8><img src=images/menu_pointing_arrow.gif width=21 height=8></td></tr><tr><td width=112></td><td bgcolor=#f1f1f1 height=3><img src=images/blank.gif width=1 height=1></td><td width=2></td><td bgcolor=#f1f1f1><img src=images/blank.gif width=1 height=1></td><td width=2></td><td bgcolor=#f1f1f1><img src=images/blank.gif width=1 height=1></td></tr><tr><td></td><td><a href=web-development-services.html class=navsubmenu>web solutions</a>&nbsp;&nbsp;&nbsp;</td><td width=2></td><td><a href=software_solution.html class=navsubmenu>software solutions</a>&nbsp;&nbsp;&nbsp;</td><td width=2></td><td><a href=outsource-seo.html class=navsubmenu>outsourcing</a>&nbsp;&nbsp;&nbsp;</td></tr></table>'

submenu[2]='<table cellpadding=0 cellspacing=0 border=0><tr><td colspan=5></td><td height=8><img src=images/menu_pointing_arrow.gif width=21 height=8></td><td></td></tr><tr><td width=150></td><td bgcolor=#f1f1f1 height=3><img src=images/blank.gif width=1 height=1></td><td width=2></td><td bgcolor=#f1f1f1 height=3><img src=images/blank.gif width=1 height=1></td><td width=2></td><td bgcolor=#f1f1f1><img src=images/blank.gif width=1 height=1></td><td width=2></td><td bgcolor=#f1f1f1><img src=images/blank.gif width=1 height=1></td></tr><tr><td></td><td><a href=web-design-clients.html class=navsubmenu>client list</a>&nbsp;&nbsp;&nbsp;</td><td width=2></td><td><a href=ebusiness-solution-portfolio.html class=navsubmenu>portfolio</a>&nbsp;&nbsp;&nbsp;</td><td width=2></td><td><a href=client_testimonials.html class=navsubmenu>testimonials</a>&nbsp;&nbsp;&nbsp;</td><td width=2></td><td><a href=web-solutions-casestudy.html class=navsubmenu>case studies</a>&nbsp;&nbsp;&nbsp;</td></tr></table>'

submenu[3]='<table cellpadding=0 cellspacing=0 border=0 align=right><tr><td colspan=4 align=right align=right height=8><img src=images/menu_pointing_arrow.gif width=21 height=8></td><td width=110></td></tr><tr><td bgcolor=#f1f1f1 height=3><img src=images/blank.gif width=1 height=1></td><td width=2></td><td bgcolor=#f1f1f1><img src=images/blank.gif width=1 height=1></td><td></td></tr><tr><td><a href=career-seo-company.html class=navsubmenu>current job openings</a>&nbsp;&nbsp;&nbsp;</td><td width=2></td><td><a href=hotapplyonline.asp class=navsubmenu>apply online</a>&nbsp;&nbsp;&nbsp;</td><td></td></tr></table>'

submenu[4]='<table cellpadding=0 cellspacing=0 border=0 align=right><tr><td colspan=4 align=right align=right height=8><img src=images/menu_pointing_arrow.gif width=21 height=8></td></tr><tr><td bgcolor=#f1f1f1 height=3><img src=images/blank.gif width=1 height=1></td><td width=2></td><td bgcolor=#f1f1f1><img src=images/blank.gif width=1 height=1></td></tr><tr><td><a href=contact-it-services.html class=navsubmenu>contact address</a>&nbsp;&nbsp;&nbsp;</td><td width=2></td><td><a href=enquiry.asp class=navsubmenu>enquiry form</a>&nbsp;&nbsp;&nbsp;</td></tr></table>'




//Set delay before submenu disappears after mouse moves out of it (in milliseconds)
var delay_hide=300

/////No need to edit beyond here

var menuobj=document.getElementById? document.getElementById("describe") : document.all? document.all.describe : document.layers? document.dep1.document.dep2 : ""

function showit(which){
clear_delayhide()
thecontent=(which==-1)? "" : submenu[which]
if (document.getElementById||document.all)
menuobj.innerHTML=thecontent
else if (document.layers){
menuobj.document.write(thecontent)
menuobj.document.close()
}
}

function resetit(e){
if (document.all&&!menuobj.contains(e.toElement))
delayhide=setTimeout("showit(-1)",delay_hide)
else if (document.getElementById&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhide=setTimeout("showit(-1)",delay_hide)
}

function clear_delayhide(){
if (window.delayhide)
clearTimeout(delayhide)
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

