1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?php include_once("./_common2.php"); ?> <body topmargin="0" marginwidth="0" marginheight="0"> <table border="0" cellpadding="0" cellspacing="0"> <td>
<img src="../millennium/img/product/product_banner.gif" usemap="#Product" border="0"> <MAP NAME="Product"> <area shape="rect" onfocus="blur()" coords="157,131,282,155" href="../millennium/productinfo.php?cate2_code=01&category_code=02" target="parentWindow"/> <area shape="rect" onfocus="blur()" coords="157,214,282,237" href="../millennium/productinfo.php?cate2_code=01&category_code=01" target="parentWindow" /> <area shape="rect" onfocus="blur()" coords="157,296,282,320" href="../millennium/productinfo.php?cate2_code=01&category_code=03" target="parentWindow"/> <area shape="rect" onfocus="blur()" coords="157,378,282,401" href="../millennium/productinfo.php?cate2_code=02&category_code=40" target="parentWindow"/> <area shape="rect" onfocus="blur()" coords="157,458,282,482" href="../millennium/productinfo.php?cate2_code=02&category_code=41" target="parentWindow"/> <area shape="rect" onfocus="blur()" coords="157,538,282,562" href="../millennium/product_pdamain.php" target="parentWindow"/> <area shape="rect" onfocus="blur()" coords="157,618,282,642" href="../millennium/productinfo.php?cate2_code=06&category_code=18" target="parentWindow"/> <area shape="rect" onfocus="blur()" coords="157,703,282,735" href="../millennium/easytax_main.php" target="parentWindow"/> </MAP> </td> </table>
|