| Code: |
<?php
function OpenTable() {
echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\"><tr>
<td width=\"15\" height=\"15\"><img src=\"themes/XtremeDream/images/up-left2.gif\" alt=\"\" border=\"0\"></td>
<td background=\"themes/XtremeDream/images/up2.gif\" align=\"center\" width=\"100%\" height=\"15\">&</td>
<td><img src=\"themes/XtremeDream/images/up-right2.gif\" width=\"15\" height=\"15\" alt=\"\" border=\"0\"></td></tr>
<tr>
<td background=\"themes/XtremeDream/images/left2.gif\" width=\"15\">&</td>
<td bgcolor=\"fffcd9\" width=\"100%\">";
}
function OpenTable2() {
echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\"><tr>
<td width=\"15\" height=\"15\"><img src=\"themes/XtremeDream/images/up-left2.gif\" alt=\"\" border=\"0\"></td>
<td background=\"themes/XtremeDream/images/up2.gif\" align=\"center\" height=\"15\">&</td>
<td><img src=\"themes/XtremeDream/images/up-right2.gif\" width=\"15\" height=\"15\" alt=\"\" border=\"0\"></td></tr>
<tr>
<td background=\"themes/XtremeDream/images/left2.gif\" width=\"15\">&</td>
<td bgcolor=\"fffcd9\">";
}
function CloseTable() {
echo "</td>
<td background=\"themes/XtremeDream/images/right2.gif\">&</td></tr>
<tr>
<td width=\"15\" height=\"15\"><img src=\"themes/XtremeDream/images/down-left2.gif\" alt=\"\" border=\"0\"></td>
<td background=\"themes/XtremeDream/images/down2.gif\" align=\"center\" height=\"15\">&</td>
<td><img src=\"themes/XtremeDream/images/down-right2.gif\" width=\"15\" height=\"15\" alt=\"\" border=\"0\"></td></tr>
</td></tr></table>
<br>";
}
function CloseTable2() {
echo "</td>
<td background=\"themes/XtremeDream/images/right2.gif\">&</td></tr>
<tr>
<td width=\"15\" height=\"15\"><img src=\"themes/XtremeDream/images/down-left2.gif\" alt=\"\" border=\"0\"></td>
<td background=\"themes/XtremeDream/images/down2.gif\" align=\"center\" height=\"15\">&</td>
<td><img src=\"themes/XtremeDream/images/down-right2.gif\" width=\"15\" height=\"15\" alt=\"\" border=\"0\"></td></tr>
</td></tr></table>
<br>";
}
?> |