// JavaScript Document
document.write('<table width="134" style="position:absolute;display:none;" id="gallery"  border="0" cellspacing="0" cellpadding="0" onMouseOver="document.getElementById(\'gallery\').style.display=\'\';" onMouseOut="document.getElementById(\'gallery\').style.display=\'none\'">\
		<tr>\
		<td>\
			<table width="134" border="0" cellspacing="0" cellpadding="0" >\
			  <tr>\
				<td colspan="3"></td>\
			  </tr>\
			</table>\
		</td>\
	  </tr>\
	  <tr>\
		<td bgcolor="#ffffff" valign="top">\
			<table width="130px" border="0" cellspacing="0" cellpadding="0">\
			  <tr>\
			  	<td height="13px" 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"><img src="images/others/whitebutton.gif"></td>\
						<td><a href="#" class="dropdown">Gerald Dixon</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"><img src="images/others/whitebutton.gif"></td>\
						<td><a href="#" class="dropdown"> Gordon Dixon</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"><img src="images/others/whitebutton.gif"></td>\
						<td><a href="#" class="dropdown">Customer Cars</a></td>\
					  </tr>\
					</table>\
				</td>\
			  </tr>\
			  <tr><td height="10px"></td></tr>\
			   <tr>\
				<td style="padding-left:11px;padding-bottom:10px">\
					<table width="0" border="0" cellspacing="0" cellpadding="0">\
					  <tr>\
						<td style="padding-right:4px"><img src="images/others/whitebutton.gif"></td>\
						<td><a href="#" class="dropdown">Miscellaneous</a></td>\
					  </tr>\
					</table>\
				</td>\
			  </tr>\
			 </table>\
		</td>\
	  </tr>\
	 </table>');

var act_cit_id;
function gallery(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('gallery').style.display="";
	document.getElementById('gallery').style.left = curleft;
	document.getElementById('gallery').style.top = curtop+35;
	document.getElementById('searchpop1').style.display="none";
	document.getElementById('product').style.display="none";

	
}

function gallery_hide1(){
	document.getElementById('gallery').style.display="none";
	//document.getElementById('searchpop3').style.display="none";
	//document.getElementById('searchpop4').style.display="none";
}
