<!--

// Written 02/17/99 - S. Mui

// Updated 8/21/00 - J. Rhodes for Silicon Valley site

// This script writes the HTML source code for the

// drop-down buttons in the navigation menu on the homepage only.



var bName = navigator.appName;

var bVersion = parseInt(navigator.appVersion);



if ( ( (bName == "Netscape") && (bVersion >= 4) ) || ( (bName == "Microsoft Internet Explorer") && (bVersion >= 4) ) ) {



// Client Menu

document.write("<DIV ID='clientMenu'><table border=0 cellspacing=0 cellpadding=0 width=195><tr><td valign=top align=right width=15 rowspan=5><A HREF='' onMouseover='hideLayer(1)' onMouseout='hideLayer(1)'><img src=images/b-1-1.gif width=15 height=180 border=0></a></TD><td colspan=2><A HREF='' onMouseover='hideLayer(1)' onMouseout='hideLayer(1)'><img src=images/b-1-1.gif width=165 height=20 border=0></a></TD><td valign=top align=right width=15 rowspan=5><A HREF='' onMouseover='hideLayer(1)' onMouseout='hideLayer(1)'><img src=images/b-1-1.gif width=15 height=157 border=0></a></TD></TR><tr><td colspan=2><a href=client/candidates.htm><img src=images/b-1-1.gif width=165 height=24 border=0></A></TD></TR><tr><td valign=top align=right><img src=images/dm-l-0.gif width=7 height=124 name=dm border=0></TD><td align=right valign=top><a href=client/candidates.htm onmouseover='imageSwapcl(1,1)' onmouseout='imageSwapcl(1,0)'><img src=images/dm-cl-ab-off.gif width=158 height=18 name=cl1 border=0></A><br><a href=client/career.htm onmouseover='imageSwapcl(2,1)' onmouseout='imageSwapcl(2,0)'><img src=images/dm-cl-cf-off.gif width=158 height=18 name=cl2 border=0></A><br><a href=client/howwrk.htm onmouseover='imageSwapcl(3,1)' onmouseout='imageSwapcl(3,0)'><img src=images/dm-cl-hw-off.gif width=158 height=18 name=cl3 border=0></a><br><a href=client/wheneng.htm onmouseover='imageSwapcl(4,1)' onmouseout='imageSwapcl(4,0)'><img src=images/dm-cl-we-off.gif width=158 height=18 name=cl4 border=0></a><br><a href=client/howeng.htm onmouseover='imageSwapcl(5,1)' onmouseout='imageSwapcl(5,0)'><img src=images/dm-cl-how-off.gif width=158 height=18 name=cl5 border=0></a><br><a href=client/trends.htm onmouseover='imageSwapcl(6,1)' onmouseout='imageSwapcl(6,0)'><img src=images/dm-cl-tr-off.gif width=158 height=18 name=cl6 border=0></a><br><a href=client/request.asp onmouseover='imageSwapcl(7,1)' onmouseout='imageSwapcl(7,0)'><img src=images/dm-cl-rq-off.gif width=158 height=16 name=cl7 border=0></a></TD></TR><tr><td colspan=2><img src=images/dm-bot.gif width=165 height=8 border=0></TD></TR><tr><td colspan=2><A HREF='' onMouseover='hideLayer(1)' onMouseout='hideLayer(1)'><img src=images/b-1-1.gif width=165 height=20 border=0></a></TD></TR></TABLE></DIV>\n");


// Candidate Menu

document.write("<DIV ID='candMenu'><table border=0 cellspacing=0 cellpadding=0 width=195><tr><td valign=top align=right width=15 rowspan=5><A HREF='' onMouseover='hideLayer(0)' onMouseout='hideLayer(0)'><img src=images/b-1-1.gif width=15 height=157 border=0></a></TD><td colspan=2><A HREF='' onMouseover='hideLayer(0)' onMouseout='hideLayer(0)'><img src=images/b-1-1.gif width=165 height=20 border=0></a></TD><td valign=top align=right width=15 rowspan=5><A HREF='' onMouseover='hideLayer(0)' onMouseout='hideLayer(0)'><img src=images/b-1-1.gif width=15 height=157 border=0></a></TD></TR><tr><td colspan=2><a href=candidate/clients.htm><img src=images/b-1-1.gif width=165 height=24 border=0></A></TD></TR><tr><td valign=top align=right><img src=images/cdm-l-0.gif width=7 height=106 name=cdm border=0></TD><td align=right><a href=candidate/clients.htm onmouseover='imageSwapcd(1,1)' onmouseout='imageSwapcd(1,0)'><img src=images/dm-cd-ab-off.gif width=158 height=18 name=cd1 border=0></A><br><a href=candidate/career.htm onmouseover='imageSwapcd(2,1)' onmouseout='imageSwapcd(2,0)'><img src=images/dm-cd-cf-off.gif width=158 height=18 name=cd2 border=0></a><br><a href=candidate/engage.htm onmouseover='imageSwapcd(3,1)' onmouseout='imageSwapcd(3,0)'><img src=images/dm-cd-ep-off.gif width=158 height=18 name=cd3 border=0></a><br><a href=candidate/placement.htm onmouseover='imageSwapcd(4,1)' onmouseout='imageSwapcd(4,0)'><img src=images/dm-cd-pp-off.gif width=158 height=18 name=cd4 border=0></a><br><a href=candidate/trends.htm onmouseover='imageSwapcd(5,1)' onmouseout='imageSwapcd(5,0)'><img src=images/dm-cd-tr-off.gif width=158 height=18 name=cd5 border=0></a><br><a href=candidate/profile.asp onmouseover='imageSwapcd(6,1)' onmouseout='imageSwapcd(6,0)'><img src=images/dm-cd-pr-off.gif width=158 height=16 name=cd6 border=0></a></TD></TR><tr><td colspan=2><img src=images/dm-bot.gif width=165 height=8 border=0></TD></TR><tr><td colspan=2><A HREF='' onMouseover='hideLayer(0)' onMouseout='hideLayer(0)'><img src=images/b-1-1.gif width=165 height=20 border=0></a></TD></TR></TABLE></DIV>\n");
}

//-->