var submenu=new Array()

submenu[0]='<span id="subback"> <img src="images/spacer.gif" width="40" height="1"> <a href="../aboutus/index.html">Profile Home</a> <a href="../aboutus/why-vinfotech.htm">Why Vinfotech?</a> <a href="../aboutus/project_management.htm">Project Management</a> <a href="../aboutus/infrastructure.htm">Infrastructure</a> <a href="../aboutus/team.htm">Team Viscus</a> <a href="../aboutus/picture-gallery.htm">Picture Gallery</a> <a href="../careers/index.html">Careers</a> </span>'

submenu[1]='<span id="subback"> <img src="images/spacer.gif" width="135" height="1">  <a href="../services/approach.htm">Our Approach</a> <a href="../web-design/website-design-company.htm">Website Design</a> <a href="../web-development/web-development-company.htm">Web Development</a> <a href="../services/user-interface-graphic-design.htm">GUI Design</a> <a href="../seo-services/index.html">SEO Services</a></span>'

submenu[2]='<span id="subback"> <img src="images/spacer.gif" width="51" height="1"> <a href="../solutions/index.html">Solutions Home</a> <a href="../solutions/corporate-websites.htm">Corporates</a> <a href="../solutions/e-commerce-websites.htm">E-Commerce</a> <a href="../solutions/community-websites.htm">Community</a> <a href="../solutions/content-management.htm">Content Management</a> <a href="../solutions/document-management.htm">Document Management</a> <a href="../solutions/intranet.htm">Intranet 2.0</a></span>'

submenu[3]='<span id="subback"> <img src="images/spacer.gif" width="51" height="1"> <a href="../web-development/asp.net-web-application-development.htm">.NET/ASP.NET</a> <a href="../web-development/php-web-development.htm">PHP</a> <a href="../web-development/ror-development.htm">Ruby on Rails</a> <a href="../web-development/flex-development.htm">Adobe Flex</a> <a href="../web-development/silverlight-development.htm">SilverLight</a> <a href="../web-development/facebook-application-development.htm">Facebook</a> <a href="../web-development/open-source.htm">Open Source</a> <a href="../solutions/drupal-development.htm">Drupal</a> <a href="../solutions/drupal-development.htm">Joomla</a> <a href="../web-development/cloud.htm">Cloud Computing</a></span>'


submenu[10]='<span id="subback"> </span>'



var delay_hide=100

/////No need to edit beyond here

var menuobj=document.getElementById? document.getElementById("subdescribe") : document.all? document.all.subdescribe : 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;
}