// JavaScript Document
var path=unescape(location.href);
var lpath = path.toLowerCase();
var parent;
with (document)
{
	write('<table width="100%" border="0"   cellspacing="0" cellpadding="0">')
	write('<tr><td background="images/titlebg.gif" width="12" height="26" align="top"  class = "lefttitle" >&nbsp;&nbsp;Consulting&nbsp;Services</td></tr>')
	write('<table align="left" width="178" border="0" style="border-style:solid;border-width:1px;border-color:#F0F0F0" cellspacing="0" cellpadding="0">')
	write('<tr><td height="5"></td></tr>');
	//Managed Services
	//write('<tr><td width="15" height="25"></td><td width="15"><img src="images/iatop.gif" width="9" height="9"></td><td colspan="2"><a class="left" href="mscallcenter.html">Call Center</a></td></tr>')
	//write('<tr><td width="15" height="20"></td><td width="15" valign="middle"></td><td width="10"><img src="images/iatopg.gif" width="9" height="9"></td><td><a class="left" href="mscallcenter.html"> Call Center</a></td></tr>')
	//Business Process Outsourcing 
	write('<tr><td width="15" height="25"></td><td width="15"><img src="images/iatop.gif" width="9" height="9"></td><td colspan="2"><a class="left" href="msbpo.html">Business Process Outsourcing </a></td></tr>')
	if (lpath.indexOf("msbpo.html") > 1 || lpath.indexOf("msbp.html") > 1 || lpath.indexOf("msbpocallcenter.html") > 1 || lpath.indexOf("mswebenabledcrmservices.html") > 1) 
	{
		write('<tr><td width="15" height="20"></td><td width="15" valign="middle"></td><td width="12"><img src="images/iatopg.gif" width="9" height="9"></td><td><a class="left" href="msbp.html">IT&nbsp;Consulting</a></td></tr>')
		write('<tr><td width="15" height="20"></td><td width="15" valign="middle"></td><td width="12"><img src="images/iatopg.gif" width="9" height="9"></td><td><a class="left" href="msbpocallcenter.html">Helpdesk services</a></td></tr>')
		write('<tr><td width="15" height="20"></td><td width="15" valign="middle"></td><td width="12"><img src="images/iatopg.gif" width="9" height="9"></td><td><a class="left" href="mswebenabledcrmservices.html">Web enabled CRMServices</a></td></tr>')
		
	}
	
	//
	write('<tr><td width="15" height="25"></td><td width="15"><img src="images/iatop.gif" width="9" height="9"></td><td colspan="2"><a class="left" href="msreasonsforoutsourcing.html">Reasons for outsourcing </a></td></tr>')
	write('<tr><td width="15" height="25"></td><td width="15"><img src="images/iatop.gif" width="9" height="9"></td><td colspan="2"><a class="left" href="mswhyour.html">Why our operations from India </a></td></tr>')

	write('<tr><td width="15" height="25"></td><td width="15"><img src="images/iatop.gif" width="9" height="9"></td><td colspan="2"><a class="left" href="msqual.html">Quality Measures</a></td></tr>')
	//What we do
	write('</table>')
}
//End of the JS