//Choose Location function start here
//*********************************************************************

function findPosX(obj)
  {
    var curleft = 0;
    if(obj.offsetParent)
        while(1) 
        {
          curleft += obj.offsetLeft;
          if(!obj.offsetParent)
            break;
          obj = obj.offsetParent;
        }
    else if(obj.x)
        curleft += obj.x;
    return curleft-2;
  }

  function findPosY(obj)
  {
    var curtop = 0;
    if(obj.offsetParent)
        while(1)
        {
          curtop += obj.offsetTop;
          if(!obj.offsetParent)
            break;
          obj = obj.offsetParent;
        }
    else if(obj.y)
        curtop += obj.y;
    return curtop+21;
  }
function changeLocation()
{
	mx=findPosX(document.getElementById("location"));	
	my=findPosY(document.getElementById("location"));
	
	document.getElementById("divLocation").style.left = mx;
	document.getElementById("divLocation").style.top = my;
	document.getElementById("divLocation").style.display = "block";

	setTimeout("document.getElementById('divLocation').style.display = 'none'",3000);
	
}

//Choose Location function end here
//**********************************************************************************

document.write('<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0"> ');
	document.write('<TR> ');
	  document.write('<TD><A HREF="../index.html"><IMG SRC="../images/logo.gif" WIDTH="201" HEIGHT="69" BORDER="0"></A></TD> ');
	  document.write('<TD ALIGN="RIGHT" VALIGN="MIDDLE">');
		document.write('<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0"> ');
			document.write('<TR> ');
			  document.write('<TD id="location"><A HREF="javascript:void(0)" ONCLICK="changeLocation()"><IMG SRC="../images/flag_int.gif" BORDER="0" ALIGN="ABSMIDDLE"></A>  </TD>');
			  document.write('<TD><IMG SRC="../images/buttons/pipe_top.gif" BORDER="0" WIDTH="5" HEIGHT="69"></TD>');
			  document.write('<TD><A HREF="../index.html"><IMG SRC="../images/buttons/ico_home.gif" BORDER="0" TITLE="Home page"></A></TD>');
			  document.write('<TD><IMG SRC="../images/buttons/pipe_top.gif" BORDER="0" WIDTH="5" HEIGHT="69"></TD>');
			  document.write('<TD><A HREF="contact_us.html"><IMG SRC="../images/buttons/ico_mail.gif" BORDER="0" TITLE="Contact Us"></A></TD>');
			  document.write('<TD><IMG SRC="../images/buttons/pipe_top.gif" BORDER="0" WIDTH="5" HEIGHT="69"></TD>');
			  document.write('<TD><A HREF="sitemap.html"><IMG SRC="../images/buttons/ico_site_map.gif" BORDER="0" TITLE="Sitemap"></A></TD>');
			document.write('</TR>');
		document.write('</TABLE>');
		//Change location table start here
		document.write('<DIV ID="divLocation" STYLE="display: none; position: absolute;"> ');
		document.write('<TABLE BORDER="0" CELLPADDING="2" CELLSPACING="0" ALIGN="CENTER" BGCOLOR="#ffffff" width="140"> ');
			document.write('<TR> ');
				document.write('<TD CLASS="tblHeadingSmall"><A HREF="../index.html"><IMG SRC="../images/flag_int2.gif" BORDER="0"></A></TD> ');
				document.write('<TD CLASS="tblHeadingSmall"><A HREF="../index.html">International</A></TD> ');
			document.write('</TR> ');
			document.write('<TR> ');
				document.write('<TD CLASS="tblHeadingSmall"><A HREF="../in/index.html"><IMG SRC="../images/flag_ind2.gif" BORDER="0"></A></TD> ');
				document.write('<TD CLASS="tblHeadingSmall"><A HREF="../in/index.html">India</A></TD> ');
			document.write('</TR>');
		document.write('</TABLE>');
		document.write('</DIV>');
		//Search end here
		//document.write('</TD> ');
	  document.write('</TD> ');
	document.write('</TR> ');
document.write('</TABLE> ');
document.write('<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0"> ');
	document.write('<TR> ');
	  document.write('<TD><IMG SRC="../images/buttons/btn_blank_yellow.gif" WIDTH="217" HEIGHT="25" BORDER="0"><A HREF="about_us.html" ONMOUSEOVER="popUp(\'HM_Menu1\', event)" ONMOUSEOUT="popDown(\'HM_Menu1\')"><IMG SRC="../images/buttons/btn_about_us.gif" BORDER="0" WIDTH="74" HEIGHT="25"></A><A HREF="it_services.html" ONMOUSEOVER="popUp(\'HM_Menu2\', event)" ONMOUSEOUT="popDown(\'HM_Menu2\')"><IMG SRC="../images/buttons/btn_it_services.gif" WIDTH="85" HEIGHT="25" BORDER="0"></A><A HREF="healthcare_overview.html" ONMOUSEOVER="popUp(\'HM_Menu3\', event)" ONMOUSEOUT="popDown(\'HM_Menu3\')"><IMG SRC="../images/buttons/btn_bps.gif" WIDTH="178" HEIGHT="25" BORDER="0"></A><A HREF="javascript:void(0)" ONMOUSEOVER="popUp(\'HM_Menu4\', event)" ONMOUSEOUT="popDown(\'HM_Menu4\')"><IMG SRC="../images/buttons/btn_solutions.gif" WIDTH="70" HEIGHT="25" BORDER="0"></A><A HREF="current_opening.html" ONMOUSEOVER="popUp(\'HM_Menu5\', event)" ONMOUSEOUT="popDown(\'HM_Menu5\')"><IMG SRC="../images/buttons/btn_careers.gif" WIDTH="73" HEIGHT="25" BORDER="0"></A><A HREF="news_home.html"><IMG SRC="../images/buttons/btn_news.gif" WIDTH="53" HEIGHT="25" BORDER="0"></A><a href="http://www.bizonecenter.com/user/login.aspx" target="_blank" ><IMG SRC="../images/buttons/btn_login.gif" WIDTH="50" HEIGHT="25" BORDER="0"></a></TD> ');																																																																																																																																																																																																																																																																																																																																																																																																																																																																																	
	document.write('</TR> ');
	document.write('<TR> ');
	  document.write('<TD><IMG SRC="../images/px.gif" WIDTH="1" HEIGHT="1" BORDER="0"></TD> ');
	document.write('</TR> ');
document.write('</TABLE>');