// JavaScript Document
/*
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr><td class="tnbLeft"></td> <td class="tnbBg">');
document.write('<ul><li><a href="/index.htm">Home</a></li><li><a href="/about_us/index.htm">About Us</a></li><li><a href="/enterprise/index.htm">Enterprise</a></li><li><a href="/wireless/index.htm">Wireless</a></li><li><a href="/consulting/index.htm">Consulting</a></li><li><a href="/jewel/index.htm">Jewel</a></li><li><a href="/instant_net/index.htm">Instant.NET</a></li><li><a href="/career/index.htm">Careers</a></li><li><a href="/contact_us/index.htm">Contact Us</a></li></ul>');
document.write('</td><td class="tnbRight_varient" ><a href="mailto:meet@diaspark.com" style="text-decoration:none;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</a></td></tr></table>');*/




document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr><td class="tnbLeft"></td> <td class="tnbBg"> <div class="horizontalcssmenu">');
document.write('<ul id="cssmenu1"><li><a href="/index.htm">Home</a></li><li><a href="/about_us/index.htm">About Us</a><ul><li><a href="/about_us/index.htm">Company</a></li><li><a href="/about_us/management.htm">Team</a></li><li><a href="/about_us/factsSheet.htm">Factsheet</a></li><li><a href="/about_us/clients.htm">Clients</a></li></ul></li><li><a href="/enterprise/index.htm">Enterprise</a><ul><li><a href="/enterprise/application_development.htm">Application Development</a></li><li><a href="/enterprise/diaspark_iw.htm">Information Worker</a></li><li><a href="/enterprise/diaspark_saas.htm">SaaS</a></li><li><a href="/enterprise/outsourcing.htm">Outsourcing</a></li></ul></li><li><a href="/wireless/index.htm">Wireless</a><ul><li><a href="/wireless/enterprise_mobility.htm" style="width:190px;">Enterprise-Mobility Solutions</a></li><li><a href="/wireless/information_application.htm" style="width:190px;">Information Applications</a></li><li><a href="/wireless/entertainment_application.htm" style="width:190px;">Entertainment Applications</a></li><li><a href="/wireless/game.htm" style="width:190px;">Mobile Games</a></li></ul></li><li><a href="/consulting/index.htm">IT Consulting</a><ul><li><a href="/consulting/placementProcess.htm">Placement Process</a></li><li><a href="/consulting/recruitmentProcessUS.htm">Recruitment Process (US)</a></li><li><a href="/consulting/recruitmentProcess.htm">Recruitment Process</a></li><li><a href="/consulting/benefits.htm">Benefits</a></li><li><a href="/consulting/diversity.htm">Diversity @ Diaspark</a></li></ul></li><li><a href="/jewel/index.htm">Jewel ERP</a><ul><li><a href="/jewel/order_handling.htm">Order Handling</a></li><li><a href="/jewel/production.htm">Production</a></li><li><a href="/jewel/worbag_tracking.htm">Workbag Tracking</a></li><li><a href="/jewel/contractor.htm">Contractor</a></li><li><a href="/jewel/style_defination.htm">Style Setup</a></li><li><a href="/jewel/return_repair.htm">Return And Repair</a></li><li><a href="/jewel/diamond_inventory.htm">Diamond Inventory</a></li><li><a href="/jewel/accounting.htm">Accounting</a></li><li><a href="/jewel/module.htm">Module Overview</a></li></ul></li><li><a href="/instant_net/index.htm">Instant.NET</a><ul><li><a href="/instant_net/features.htm">Features</a></li><li><a href="/instant_net/architecture.htm">Architecture</a></li><li><a href="/instant_net/appModeler.htm">AppModeler</a></li><li><a href="/instant_net/caseStudy.htm">Case Study</a></li></ul></li><li><a href="/career/index.htm">Careers</a><ul><li><a href="/career/OpenPositionUS.htm">Open Positions (US)</a></li><li><a href="/career/OpenPositionIndia.htm">Open Positions (India)</a></li></ul></li><li><a href="/contact_us/index.htm">Contact Us</a></li></ul>');
document.write('</div></td><td class="tnbRight_varient" ><a href="mailto:meet@diaspark.com" style="text-decoration:none;">&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;</a></td></tr></table>');


var cssmenuids=["cssmenu1"] //Enter id(s) of CSS Horizontal UL menus, separated by commas
var csssubmenuoffset=-1 //Offset of submenus from main menu. Default is 0 pixels.

function createcssmenu2(){
for (var i=0; i<cssmenuids.length; i++){
  var ultags=document.getElementById(cssmenuids[i]).getElementsByTagName("ul")
    for (var t=0; t<ultags.length; t++){
			ultags[t].style.top=ultags[t].parentNode.offsetHeight+csssubmenuoffset+"px"
    	var spanref=document.createElement("span")
			spanref.className="arrowdiv"
			spanref.innerHTML="&nbsp;&nbsp;&nbsp;&nbsp;"
			ultags[t].parentNode.getElementsByTagName("a")[0].appendChild(spanref)
    	ultags[t].parentNode.onmouseover=function(){
					this.style.zIndex=100
    	this.getElementsByTagName("ul")[0].style.visibility="visible"
					this.getElementsByTagName("ul")[0].style.zIndex=0
    	}
    	ultags[t].parentNode.onmouseout=function(){
					this.style.zIndex=0
					this.getElementsByTagName("ul")[0].style.visibility="hidden"
					this.getElementsByTagName("ul")[0].style.zIndex=100
    	}
    }
  }
}

if (window.addEventListener)
window.addEventListener("load", createcssmenu2, false)
else if (window.attachEvent)
window.attachEvent("onload", createcssmenu2)