function expand(s, m)
{
   var browser = window.navigator.appName;
   var dif = 0;
   if (browser != "Microsoft Internet Explorer") { dif = 12; }
   var lo = document.getElementById("logo");
   //var it = document.getElementById("imgtop");
   var d = document.getElementById(m);
   var td = document.getElementById(s);
   var left =(screen.width - 680)+ td.offsetLeft+112;
//   var left = td.offsetLeft + 140;
  // var top = td.offsetTop + 82;
   var top = lo.offsetTop + 32;
   var width = td.offsetWidth ;



  // td.style.color = "#FFFFFF";
//   td.style.backgroundColor = "#686496";
   d.style.top = top;
   d.style.left = left;
   d.style.width = width;
   d.style.position = "absolute";
   d.style.visibility = "visible";
   d.style.display = "block";
}


function expand1(s, m)
{
   var browser = window.navigator.appName;
   var dif = 0;
   if (browser != "Microsoft Internet Explorer") { dif = 12; }
   var lo = document.getElementById("logo");
   //var it = document.getElementById("imgtop");
   var d = document.getElementById(m);
   var td = document.getElementById(s);
   var left =(screen.width - 680)+ td.offsetLeft-138;
//   var left = td.offsetLeft + 140;
  // var top = td.offsetTop + 82;
   var top = lo.offsetTop + 32;
   var width = td.offsetWidth ;



  // td.style.color = "#FFFFFF";
//   td.style.backgroundColor = "#686496";
   d.style.top = top;
   d.style.left = left;
   d.style.width = width;
   d.style.position = "absolute";
   d.style.visibility = "visible";
   d.style.display = "block";
}


function rightexpand(s, m)
{
   var browser = window.navigator.appName;
   var dif = 0;
   if (browser != "Microsoft Internet Explorer") { dif = 12; }

   var d = document.getElementById(m);
   var td = document.getElementById(s);
   var left = td.offsetLeft+130;
   var top = td.offsetTop-1;
   var width = td.offsetWidth - dif;
  // td.style.color = "#FFFFFF";
//   td.style.backgroundColor = "#686496";

   d.style.top = top;
   d.style.left = left;
   d.style.width = width;
   d.style.position = "absolute";
   d.style.visibility = "visible";
   d.style.display = "block";
}
function collapse(s, m)
{
   var d = document.getElementById(m);
   var td = document.getElementById(s);

//   td.style.color = "black";
//   td.style.backgroundColor = "#EEEEEE";

   d.style.position = "static";
   d.style.visibility = "hidden";
   d.style.display = "none";
}

function collapseAll()
{
   var menuDiv = document.getElementById("menu");
   var divs = menuDiv.getElementsByTagName("div");
   var div;

   for (i = 0; i < divs.length; i++)
   {
      div = divs[i];
      div.style.visibility = "hidden";
      div.style.display = "none";
   }
}


	function stop()
		{
		scroll = NO
		}
		function start()
		{scroll = start}
var hovercolor = "'#B2CFEF'";
var hovercolor1 = "'#70ACEF'" ;
var subhover = "'#3C4C72'";
var subhovercolor1 = "'#70ACEF'";


document.write('<table width="780" cellpadding="0" cellspacing="0" border="0" align="center">');
document.write('<tr><td height="4" bgcolor="#1D70BE" colspan="6"><img src="images/space.gif" width="1" height="1"></td></tr>');


document.write('<tr bgcolor="white"><td width="4" bgcolor="#1D70BE" height="120"><img src="images/space.gif" width="4" height="1"></td><td valign="middle"><a href="Home.html"><img border="0" src="images/logo1.jpg"></a></td>');
document.write('<td width="212" bgcolor="#ffffff"><img border="0"  src="images/logo2.gif"></td><td width="4" bgcolor="#1D70BE" height="120"><img src="images/space.gif" width="4" height="1"></td></tr>');

document.write('<tr bgcolor="white"><td width="4" bgcolor="#1D70BE" height="20"><img src="images/space.gif" width="4" height="1"></td><td valign="top" width="30"><img src="images/space.gif"></td>');
document.write('<td width="212" bgcolor="#ffffff" class="btxtbold"><marquee  onmouseout="start()" style="cursor:hand;" onmouseover="stop()" behaviour="alternate" direction="right" scrolldelay="140"><a href="clients.html" class="btxtbold"><img src="images/arr.jpg" border="0"></a></marquee></td><td width="4" bgcolor="#1D70BE" height="20"><img src="images/space.gif" width="4" height="1"></td></tr>');




document.write('<tr><td width="4" bgcolor="#1D70BE" height="3"><img src="images/space.gif" width="4" height="1"></td><td width="740" bgcolor="#3C4C72" height="35" class="menutxt" colspan="2" id="logo">');
document.write('<div id="menu">');
document.write('<table width="740" border=0 cellpadding="0" cellspacing="0" height="20" align="right">');
document.write('<tr height="35">');
document.write('<a href="About.html" class="menutxt"><td width="70" style="cursor:hand" class="menutxt" id="item2" onmouseover="javascript:this.style.color=' + hovercolor1 + ';" onmouseout="javascript:this.style.color=' + hovercolor + ';">&nbsp; About Us</td></a>');

document.write('<a href="Services.html" class="menutxt"><td width="80" id="item1" class="menutxt" onmouseover="expand1(this.id,'+ "'menu1'" + ');this.style.color=' + hovercolor1 + ';" onmouseout="collapse(this.id,' + "'menu1'" + ');this.style.color=' + hovercolor  + ';" style="cursor:hand">&nbsp; Our Services');
document.write('<div id="menu1"  onmouseout="collapse('+ "'item1'" + ' ,this.id);">');
document.write('<table width="140" border=0 bgcolor="#B2CFEF" cellspacing="1" height="50">');
document.write('<tr  align="center" bgcolor=' + subhover + ' class="submenutxt" style="cursor:hand"><a href="recruitment.html" class="submenutxt"><td onmouseover="javascript:this.style.color=' + subhovercolor1 + ';" onmouseout="javascript:this.style.color=' + hovercolor + ';"><p style="margin-left:5px">Recruitment</p></td></a></tr>');
document.write('<tr  align="center" bgcolor=' + subhover + ' class="submenutxt" style="cursor:hand"><a href="training.html" class="submenutxt"><td onmouseover="javascript:this.style.color=' + subhovercolor1 + ';" onmouseout="javascript:this.style.color=' + hovercolor + ';"><p style="margin-left:5px">Training</p></td></a></tr>');
document.write('<tr  align="center"  bgcolor=' + subhover + ' class="submenutxt" style="cursor:hand"><a href="staffing.html" class="submenutxt"><td onmouseover="javascript:this.style.color=' + subhovercolor1 + ';" onmouseout="javascript:this.style.color=' + hovercolor + ';"><p style="margin-left:5px">Staffing</p></td></a></tr>');
document.write('<tr  align="center" bgcolor=' + subhover + ' class="submenutxt" style="cursor:hand"><a href="placement.html" class="submenutxt"><td onmouseover="javascript:this.style.color=' + subhovercolor1 + ';" onmouseout="javascript:this.style.color=' + hovercolor + ';"><p style="margin-left:5px">Placement</p></td></a></tr>');
document.write('</table>');
document.write('</div>');
document.write('</td></a>');

document.write('<a href="hrteam.html" class="menutxt"><td width="100" align="center" style="cursor:hand" class="menutxt" id="item2" onmouseover="javascript:this.style.color=' + hovercolor1 + ';" onmouseout="javascript:this.style.color=' + hovercolor + ';">&nbsp; Zen HR Team</td></a>');

document.write('<a href="Candidate.html" class="menutxt"><td width="100" id="item2" class="menutxt" onmouseover="expand(this.id,'+ "'menu2'" + ');this.style.color=' + hovercolor1 + ';" onmouseout="collapse(this.id,' + "'menu2'" + ');this.style.color=' + hovercolor  + ';" style="cursor:hand">&nbsp; Candidate Zone');
document.write('<div id="menu2"  onmouseout="collapse('+ "'item2'" + ' ,this.id);">');
document.write('<table width="130" border=0 bgcolor="#B2CFEF" cellspacing="1" height="50">');
document.write('<tr  align="center" bgcolor=' + subhover + ' class="submenutxt" style="cursor:hand"><a href="vacancies.asp" class="submenutxt"><td onmouseover="javascript:this.style.color=' + subhovercolor1 + ';" onmouseout="javascript:this.style.color=' + hovercolor + ';" height="2"><p style="margin-left:5px">Current Openings</p></td></a></tr>');
document.write('<tr  align="center" bgcolor=' + subhover + ' class="submenutxt" style="cursor:hand"><a href="register.html" class="submenutxt"><td onmouseover="javascript:this.style.color=' + subhovercolor1 + ';" onmouseout="javascript:this.style.color=' + hovercolor + ';" height="2"><p style="margin-left:5px">Register Your Profile</p></td></a></tr>');
document.write('</table>');
document.write('</div>');
document.write('</td></a>');



document.write('<a href="login.asp" class="menutxt"><td width="90" style="cursor:hand" class="menutxt" id="item2" onmouseover="javascript:this.style.color=' + hovercolor1 + ';" onmouseout="javascript:this.style.color=' + hovercolor + ';">&nbsp; Admin Login</td></a>');
document.write('<a href="feed.html" class="menutxt"><td width="60" style="cursor:hand" class="menutxt" id="item2" onmouseover="javascript:this.style.color=' + hovercolor1 + ';" onmouseout="javascript:this.style.color=' + hovercolor + ';">&nbsp;Feedback</td></a>');
document.write('<td width="140"><img src="images/space.gif" width="1" height"1"></td>');
document.write('<a href="Home.html" class="menutxt"><td width="60" style="cursor:hand" class="menutxt" align="right" id="item2" onmouseover="javascript:this.style.color=' + hovercolor1 + ';" onmouseout="javascript:this.style.color=' + hovercolor + ';">&nbsp; Home</td></a>');
document.write('<a href="Contact.html" class="menutxt"><td width="70" style="cursor:hand" class="menutxt" id="item2" align="right" onmouseover="javascript:this.style.color=' + hovercolor1 + ';" onmouseout="javascript:this.style.color=' + hovercolor + ';">&nbsp; Contact Us</td></a>');
document.write('</tr></table>');
document.write('</div>');



document.write('</td><td width="4" bgcolor="#1D70BE" height="3"><img src="images/space.gif" width="4" height="1"></td></tr>');
document.write('</table>');
collapseAll();