    var lM_time;
	document.write("<div class=\"handpoint\" id=\"lm_Menu\" style=\"z-index:858;POSITION:absolute;overflow: hidden;display:none;\"></div>");
    function leftMenu_show(lM_eID,lM_pID,lM_Menu,evt) {
	  if (lM_time)
	  {
	    clearTimeout(lM_time);
	  }
	  var isIE = (navigator.appName == "Microsoft Internet Explorer");
	  if (isIE)	{
	    var lM_src = event.srcElement;
	  } else {
	    var lM_src = evt.target;
	  }
	  isIE = null;
	  var lM_obj = document.getElementById('lm_Menu');
	  var lM_MenuArr = lM_Menu.split('|');
	  var lM_Html = "<table border='0' cellspacing='1' cellpadding='0' bgcolor='#5bb201' align='left' ><tr bgcolor='#FFFFFF'>";
	  var _eFlag = false;
	  var s = 1;
	  for (i=0;i<lM_MenuArr.length;i++ )
	  {
	    switch (lM_MenuArr[i])
	    {
	    case "企业产销":
		  lM_Html += "<td width='60' align='center'><a href='http://chem.2006b2b.com/especial/list-bid-" + lM_eID + "-type_Id-1-page-1.html' target='_blank'>企业产销</a></td>";
		  _eFlag = true;
		  break;
		case "国内行情":
		  lM_Html += "<td width='60' align='center'><a href='http://chem.2006b2b.com/especial/list-bid-" + lM_eID + "-type_Id-2-page-1.html' target='_blank'>国内行情</a></td>";
		  _eFlag = true;
		  break;
		case "国际行情":
		  lM_Html += "<td width='60' align='center'><a href='http://chem.2006b2b.com/especial/list-bid-" + lM_eID + "-type_Id-3-page-1.html' target='_blank'>国际行情</a></td>";
		  _eFlag = true;
		  break;
		case "产品价格":
		  lM_Html += "<td width='60' align='center'><a href='http://chem.2006b2b.com/product/?bid=" + lM_pID + "' target='_blank'>产品价格</a></td>";			  
		  break;
	    }
		s++;
	  }
	  if (_eFlag)
	  {
	    lM_Html += "<td width='60' align='center'><a href='http://chem.2006b2b.com/especial/?bid=" + lM_eID + "' target='_blank'>查看更多</a></td>";
		s++;
	  }
	  lM_obj.style.width = (s*60) + 'px';
	  s = null;
	  lM_Html += "</tr></table>";
	  _eFlag = null;
	  lM_MenuArr = null;
	  lM_eID = null;
	  lM_pID = null;
	  lM_Menu = null;
	  this.setLocation = function() {
	    var x,y;
		x = 0;
		y = 0;
	    x = lM_src.offsetLeft;
		y = lM_src.offsetTop;
		while (lM_src = lM_src.offsetParent)
		{
		  x += lM_src.offsetLeft;
		  y += lM_src.offsetTop;
		}
		y += 15;
		lM_obj.style.left = x + 'px';
		lM_obj.style.top = y + 'px';
		x = null;
		y = null;
	  }
	  this.closeMenu = function() {
	    lM_obj.style.display = 'none';
	  }
	  this.setLocation();
	  lM_obj.innerHTML = lM_Html;
	  lM_src = null;
	  lM_Html = null;
	  lM_obj.style.display = 'inline';
	  lM_obj.onmouseout = function() {
	   lM_obj.style.display = 'none';
	  }
	  lM_obj.onmouseover = function() {
	   lM_obj.style.display = 'inline';
	  }
	  lM_time = setTimeout("closeMenu()",4000);
	}
