/home/mjc1/public_html/receipt/left_menu.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?


echo("
<BR>
<table width='176' bgcolor='gray' cellpadding='0' cellspacing='1' border='0' align='center'>
<tr>
    <td  width='130' height='20' bgcolor='#F7F7F7' align='center'>    
        <A HREF='#'> µµÀå °ü¸®</A>
    </td>
</tr>

</table>
<table width='176' bgcolor='gray' cellpadding='0' cellspacing='1' border='0' align='center'>
<tr>
    <td  width='130' height='20' bgcolor='#F7F7F7' align='center'>    
        <A HREF='#'> °ø±ÞÀÚ</A>
    </td>
</tr>
<tr>
    <td  width='130' height='20' bgcolor='#F7F7F7' align='center'>    
        <A HREF='#'> °ø±Þ ¹Þ´Â ÀÚ</A>
    </td>
</tr>
</table>
"
);



?>