//Layer Menu Product(ilm0/lm1:Root2/Root3/Root4)
function Flmp(){
 document.write(
 '<div id="lm0">\n',
 '  <table border="0" cellspacing="0" cellpadding="0">\n',
 '    <tr>\n',
 '      <td><a href="'+Sdir+'contact/product.htm" onMouseOver="Flmc();"><img src="'+Sdir+'img/alcoprb2.gif" width="140" height="32" border="0"></a></td>\n',
 '    </tr>\n',
 '    <tr>\n',
 '      <td><a href="JavaScript:void(0);" onMouseOver="Flmc();"><img src="'+Sdir+'img/shim.gif" width="140" height="1" border="0"></a></td>\n',
 '    </tr>\n',
 '    <tr>\n',
 '      <td><a href="JavaScript:void(0);" onMouseOver="Flma(1,2);" onMouseOut="Flma(2,2);"><img src="'+Sdir+'img/alsaba.gif" width="140" height="32" border="0" name="alsab"></a></td>\n',
 '    </tr>\n',
 '    <tr>\n',
 '      <td><a href="JavaScript:void(0);" onMouseOver="Flmc();"><img src="'+Sdir+'img/shim.gif" width="140" height="1" border="0"></a></td>\n',
 '    </tr>\n',
 '  </table>\n',
 '</div>\n',
 '\n',
 '<div id="lm1"></div>'
 );
}