document.write("<div id='xiala' style='display:none;position:absolute;left:0px; top:0px;width:77px; background-color:#439BE5;text-align:center;font-size:13px;line-height:150%;cursor:hand;font-weight:700;' onmouseover='divshow()' onmouseout='divhidden();'><a href='device.htm' style='color:#ffffff;text-decoration:none;'>Manufacturing Equipments</a><br><a href='device1.htm' style='color:#ffffff;text-decoration:none;'>Testing Devices</a></div>")

function divshow()
{
xiala.style.left="443px";
xiala.style.top="191px";
xiala.style.display="block";
}
function divhidden()
{
xiala.style.display="none";
}
