// JavaScript Document
document.write('<div style="position:absolute;display:none;" id="cc_dropdown"  border="0" cellspacing="0" cellpadding="0" onMouseOver="document.getElementById(\'cc_dropdown\').style.display=\'\';" onMouseOut="document.getElementById(\'cc_dropdown\').style.display=\'none\'" >\
		<table width="195" border="0" cellspacing="0" cellpadding="0">\
		<tr>\
		<td ><img src="images/5.jpg" width="158" height="45"></td>\
		</tr>\
		<tr>\
		<td  valign="top">\
		<div STYLE="WIDTH:196PX;HEIGHT:136PX;background-image:url(\'images/00002.gif\');background-repeat:no-repeat;padding:0px 0px 0px 30px;margin-left:1px;">\
		<table width="115" border="0" cellspacing="0" cellpadding="0"  >\
		<tr>\
		<td width="15" height="35"  ><img src="images/6.jpg" width="8" height="5"></td>\
		<td  ><a href="procedure.htm"><img src="images/pro.jpg" width="89" height="11" border="0" onMouseOver="this.src=\'images/pro_.jpg\'"  onMouseOut="this.src=\'images/pro.jpg\'" ></a></td>\
		</tr>\
		<tr>\
		<td width="15" height="30" ><img src="images/6.jpg" width="8" height="5"  ></td>\
		<td ><a href="material_used.htm"><img src="images/mat.jpg" width="86" height="11" border="0" onMouseOver="this.src=\'images/mat_.jpg\'"  onMouseOut="this.src=\'images/mat.jpg\'"></a></td>\
		</tr>\
		<tr>\
		<td width="15" height="30"  ><img src="images/6.jpg" width="8" height="5" ></td>\
		<td ><a href="mobile_lab.htm"><img src="images/mobile.jpg" width="69" height="11" border="0" onMouseOver="this.src=\'images/mo_.jpg\'"  onMouseOut="this.src=\'images/mobile.jpg\'"></a></td>\
		</tr>\
		</table>\
		</div>\
		</td>\
		</tr>\
		</table>\
	 </div>');

var act_cit_id;
function product(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('cc_dropdown').style.display="";
	document.getElementById('cc_dropdown').style.left = curleft-4+"px";
	document.getElementById('cc_dropdown').style.top = curtop+0+"px";
	
}

function product_hide1(){
	document.getElementById('cc_dropdown').style.display="none";
}

