document.write("<table border=0 cellpadding=0 cellspacing=0 width=100% valign=top style=background-repeat:no-repeat;background-image:url(/images/banner.gif)>");
document.write("	<tr height=20>");
document.write("		<td colspan=4>");
document.write("		</td>");
document.write("	</tr>");
document.write("	<tr align=right>");
document.write("		<td width=20></td>");
document.write("		<td></td>");
document.write("		<td align=right><img src=/images/logo.gif></td>");
document.write("		<td width=25>");
document.write("		</td>");
document.write("	</tr>");
document.write("	<tr height=40>");
document.write("		<td>");
document.write("		</td>");
document.write("		<td>");
document.write("			<table cellspacing=0 cellpadding=0 width= height=100% border=0>");
document.write("				<tr valign=center>");
document.write("					<td><img src=/images/corner_left.gif></td>");
document.write("					<td class=menu_item style=background-image:url(/images/menu.gif)><a id=m1 href=/ class=menu_text>Home</a></td>");
document.write("					<td class=menu_item style=background-image:url(/images/menu.gif) width=20></td>");
document.write("					<td class=menu_item style=background-image:url(/images/menu.gif) onmouseover=menu_open('s2') onmouseout=menu_close('s2')><a id=m2 href=/consulting/services class=menu_text>Consulting</a></td>");
document.write("					<td class=menu_item width=20 style=background-image:url(/images/menu.gif)></td>");
document.write("					<td class=menu_item style=background-image:url(/images/menu.gif) onmouseover=menu_open('s3') onmouseout=menu_close('s3')><a id=m3 href=/resourcing/services class=menu_text>Resourcing</a></td>");
document.write("					<td class=menu_item width=20 style=background-image:url(/images/menu.gif)></td>");
document.write("					<td class=menu_item style=background-image:url(/images/menu.gif)><a id=m4 href=/people class=menu_text>Key&nbsp;People</a></td>");
document.write("					<td class=menu_item width=20 style=background-image:url(/images/menu.gif)></td>");
document.write("					<td class=menu_item style=background-image:url(/images/menu.gif)><a id=m5 href=/contact class=menu_text>Contact&nbsp;Us</a></td>");
document.write("					<td class=menu_item width=20 style=background-image:url(/images/menu.gif)></td>");
document.write("					<td><img src=/images/corner_right.gif></td>");
document.write("					<td width=100></td>");
document.write("				</tr>");
document.write("				<tr width=100% id=s0 style=display:>");
document.write("					<td colspan=13 height=40></td>");
document.write("				</tr>");

document.write("				<tr id=s2 style=display:none>");
document.write("					<td colspan=3 height=40></td>");
document.write("					<td colspan=10 onmouseover=menu_open('s2') onmouseout=menu_close('s2')>");
document.write("						<table cellpadding=0 cellspacing=0 height=100%>");
document.write("							<tr style=background-image:url(/images/sub.jpg)>");
document.write("								<td width=20 height=40 style=background-image:url(/images/sub_left.jpg)></td>");
document.write("								<td><a id=m2s1 href=/consulting/services class=submenu_text>Services</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a id=m2s2 href=/consulting/associates class=submenu_text>Associates</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a id=m2s3 href=/consulting/casestudies class=submenu_text>Types of Assignments</a></td>");
document.write("								<td width=20 style=background-image:url(/images/sub_right.jpg)></td>");
document.write("							</tr>");
document.write("						</table>");
document.write("					</td>");
document.write("				</tr>");

document.write("				<tr id=s3 style=display:none>");
document.write("					<td colspan=5 height=40></td>");
document.write("					<td colspan=8 onmouseover=menu_open('s3') onmouseout=menu_close('s3')>");
document.write("						<table cellpadding=0 cellspacing=0 border=0 height=100%>");
document.write("							<tr style=background-image:url(/images/sub.jpg)>");
document.write("								<td width=20 height=40 style=background-image:url(/images/sub_left.jpg)></td>");
document.write("								<td><a id=m3s1 href=/resourcing/services class=submenu_text>Services</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a id=m3s2 href=/resourcing/testimonials class=submenu_text>Testimonials</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a id=m3s3 href=/resourcing/typesofhires class=submenu_text>Types of Hires</a></td>");
document.write("								<td width=20 style=background-image:url(/images/sub_right.jpg)></td>");
document.write("							</tr>");
document.write("						</table>");
document.write("					</td>");
document.write("				</tr>");
document.write("			</table>");
document.write("		</td>");
document.write("		<td align=right valign=bottom style=color:#57004e;font-size:1em>");
document.write("			<b>Consulting&nbsp;&&nbsp;Resourcing&nbsp;in&nbsp;Financial&nbsp;Services</b><br><br>");
document.write("		</td>");
document.write("		<td>");
document.write("		</td>");
document.write("	</tr>");
document.write("</table>");

if(menu==1)
{
	document.getElementById('m1').style.color='d4be9c';
}

if(menu==2)
{
	document.getElementById('m2').style.color='d4be9c';
	document.getElementById('s0').style.display="none";
	document.getElementById('s2').style.display="";
	if(submenu==1)
	{
		document.getElementById('m2s1').style.color='d4be9c';
	}
	if(submenu==2)
	{
		document.getElementById('m2s2').style.color='d4be9c';
	}
	if(submenu==3)
	{
		document.getElementById('m2s3').style.color='d4be9c';
	}
}

if(menu==3)
{
	document.getElementById('m3').style.color='d4be9c';
	document.getElementById('s0').style.display="none";
	document.getElementById('s3').style.display="";
	if(submenu==1)
	{
		document.getElementById('m3s1').style.color='d4be9c';
	}
	if(submenu==2)
	{
		document.getElementById('m3s2').style.color='d4be9c';
	}
	if(submenu==3)
	{
		document.getElementById('m3s3').style.color='d4be9c';
	}
}

if(menu==4)
{
	document.getElementById('m4').style.color='d4be9c';
}

if(menu==5)
{
	document.getElementById('m5').style.color='d4be9c';
}
