// JavaScript Document
document.write('<table width="181" style="position:absolute;display:none;"  id="searchpop1" style="border:1px solid #ffffff";  border="0" cellspacing="0" cellpadding="0" onMouseOver="document.getElementById(\'searchpop1\').style.display=\'\';" onMouseOut="document.getElementById(\'searchpop1\').style.display=\'none\'">\
		  <tr>\
		<td bgcolor="#97BAD8" valign="top">\
			<table width="181" border="0" cellspacing="0" cellpadding="0">\
			  <tr>\
			  	<td height="10px" colspan="2"></td>\
			  </tr>\
			  <tr>\
				<td style="padding-left:11px">\
					<table width="0" border="0" cellspacing="0" cellpadding="0">\
					  <tr>\
						<td style="padding-right:4px">&nbsp;</td>\
						<td><a href="construction_services.htm" class="dropdown">Construction / Abatement</a></td>\
					  </tr>\
					</table>\
				</td>\
			  </tr>\
			  <tr><td height="10px"></td></tr>\
			   <tr>\
				<td style="padding-left:11px">\
					<table width="0" border="0" cellspacing="0" cellpadding="0">\
					  <tr>\
						<td style="padding-right:4px">&nbsp;</td>\
						<td><a href="cost_segregation_services.htm" class="dropdown">Cost Segregation</a></td>\
					  </tr>\
					</table>\
				</td>\
			  </tr>\
			  <tr><td height="10px"></td></tr>\
			   <tr>\
				<td style="padding-left:11px">\
					<table width="0" border="0" cellspacing="0" cellpadding="0">\
					  <tr>\
						<td style="padding-right:4px">&nbsp;</td>\
						<td><a href="diligence_services.htm" class="dropdown">Due Diligence</a></td>\
					  </tr>\
					</table>\
				</td>\
			  </tr>\
			  <tr><td height="10px"></td></tr>\
			   <tr>\
				<td style="padding-left:11px">\
					<table width="0" border="0" cellspacing="0" cellpadding="0">\
					  <tr>\
						<td style="padding-right:4px">&nbsp;</td>\
						<td><a href="environmental_services.htm" class="dropdown">Environmental</a></td>\
					  </tr>\
					</table>\
				</td>\
			  </tr>\
			  <tr><td height="10px"></td></tr>\
			 </table>\
		</td>\
	  </tr>\
	 </table>');

var act_cit_id;
function searchpop1(objec1){
act_cit_id=objec1.id;
var curleft = curtop = 0;
		if (objec1.offsetParent) {
		curleft = objec1.offsetLeft
		curtop = objec1.offsetTop
		while (objec1 = objec1.offsetParent) {
			curleft += objec1.offsetLeft
			curtop += objec1.offsetTop;
		}
	}
	document.getElementById('searchpop1').style.display="";
	document.getElementById('searchpop1').style.left = curleft+'px';
	document.getElementById('searchpop1').style.top = curtop + 33+'px';
}

function search_pop_hide1(){
	document.getElementById('searchpop1').style.display="none";
}

