// left-nav javascript

document.write('<td class="tblorange"><img src="/images/x.gif" border="0" width="1" height="1" alt=""></td></tr><tr><td class="tblwhite" colspan="2"><img src="/images/x.gif" border="0" width="1" height="1" alt=""></td></tr><tr><td class="tblorange" colspan="2"><img src="/images/x.gif" border="0" width="1" height="3" alt=""></td></tr><tr><td class="tbldarkorange" colspan="2"><img src="/images/x.gif" border="0" width="1" height="1" alt=""></td></tr></table><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"><tr><td valign="top" background="/images/menu_bottom.gif" style="background-position:bottom; background-repeat:no-repeat;"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td><img src="/images/x.gif" border="0" width="1" height="3" alt=""></td></tr><tr><td><table width="100%" border="0" cellpadding="2" cellspacing="0"><tr><td class="menu"><img src="/images/x.gif" border="0" width="10" height="1" alt=""><img src="/images/orangearrow.gif" border="0" alt=""><img src="/images/x.gif" border="0" width="7" height="1" alt=""><a href="/eng/products/default.cfm" class="menu">Overview</a></td></tr></table></td></tr><tr><td><img src="/images/menu_line1.gif" border="0" alt=""></td></tr><tr><td background="/images/menu_fade.gif"><table width="100%" border="0" cellpadding="2" cellspacing="0"><tr><td class="menu"><img src="/images/x.gif" border="0" width="10" height="1" alt=""><img src="/images/orangearrow.gif" border="0" alt=""><img src="/images/x.gif" border="0" width="7" height="1" alt=""><a href="/eng/products/productsuite.cfm" class="menu">Product Suite</a></td><td align="right"><a href="/eng/products/productsuite.cfm"><img src="/images/arrowdown.gif" border="0" alt=""></a><img src="/images/x.gif" border="0" width="5" height="1" alt=""></td></tr></table></td></tr><tr><td><img src="/images/menu_line2.gif" border="0" alt=""></td></tr><tr><td><table width="100%" border="0" cellpadding="2" cellspacing="0"><tr><td class="menu"><img src="/images/x.gif" border="0" width="10" height="1" alt=""><img src="/images/orangearrow.gif" border="0" alt=""><img src="/images/x.gif" border="0" width="7" height="1" alt=""><a href="/eng/products/industrysolutions.cfm" class="menu">Industry Solutions</a></td><td align="right"><a href="/eng/products/industrysolutions.cfm"><img src="/images/arrowdown.gif" border="0" alt=""></a><img src="/images/x.gif" border="0" width="5" height="1" alt=""></td></tr></table></td></tr><tr><td><img src="/images/menu_line1.gif" border="0" alt=""></td></tr><tr><td background="/images/menu_fade.gif"><table width="100%" border="0" cellpadding="2" cellspacing="0"><tr><td class="menu"><img src="/images/x.gif" border="0" width="10" height="1" alt=""><img src="/images/orangearrow.gif" border="0" alt=""><img src="/images/x.gif" border="0" width="7" height="1" alt=""><a href="/eng/products/businesssolutions.cfm" class="menu">Business Solutions</a></td><td align="right"><a href="/eng/products/businesssolutions.cfm"><img src="/images/arrowdown.gif" border="0" alt=""></a><img src="/images/x.gif" border="0" width="5" height="1" alt=""></td></tr></table></td></tr><tr><td><img src="/images/menu_line2.gif" border="0" alt=""></td></tr><tr><td><table width="100%" border="0" cellpadding="2" cellspacing="0"><tr><td class="menu"><img src="/images/x.gif" border="0" width="10" height="1" alt=""><img src="/images/orangearrow.gif" border="0" alt=""><img src="/images/x.gif" border="0" width="7" height="1" alt=""><a href="/eng/products/difference.cfm" class="menu">The Difference</a></td><td align="right"><!-- <a href="/eng/products/difference.cfm"><img src="/images/arrowdown.gif" border="0" alt=""></a> --><img src="/images/x.gif" border="0" width="5" height="1" alt=""></td></tr></table></td></tr><tr><td><img src="/images/menu_line3.gif" border="0" alt=""></td></tr></table><br><img src="/images/x.gif" border="0" width="1" height="10" alt=""><br><div align="center"><a href="http://www.recruitmax.com/eng/products/demorequest.cfm" onmouseover="imgOn(\'demorequest\')" onmouseout="imgOff(\'demorequest\');"><img name="demorequest" src="/images/demorequest.gif" border="0" alt="REQUEST AN ONLINE DEMONSTRATION"></a></div><br><img src="/images/x.gif" border="0" width="1" height="60" alt=""><br></td><td class="tblbordergrey" width="1"><img src="/images/x.gif" border="0" width="1" height="1" alt=""></td></tr></table></td><td  width="574" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="bread" align="right"><img src="/images/t.gif" width="1" height="22" alt=""></td>');


// preload mouseover images

	if (document.images) {

	  demorequest_on = new Image();
	  demorequest_on.src = "/images/demorequest_on.gif";

	  demorequest_off = new Image();
	  demorequest_off.src = "/images/demorequest.gif";


	}

// call mouseover images
	function imgOn(imgName) {
		if (document.images) {
			document[imgName].src = eval(imgName + "_on.src");
		}
	}

	function imgOff(imgName) {
		if (document.images) {
			document[imgName].src = eval(imgName + "_off.src");
		}
	}