1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php include_once("./_common2.php"); ?> <? if (($category_code == "01") || ($category_code == "02") || ($category_code == "03") ) $_img = "../millennium/img/product/millennium_difference.gif" ?> <? if (($category_code == "07") || ($category_code == "05") || ($category_code == "06") ) $_img = "../millennium/img/product/product_manual_bt.gif" ?>
<title>ÇÁ·Î±×·¥ ºñ±³</title> <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"> <table width="720" height="115" border="0" cellpadding="0" cellspacing="0"> <tr> <td><img src='<?=$_img;?>' onClick="javascript:window.close();" style="cursor:hand;"></td> </tr> </table> <body>
|