function OpenTable() { global $bgcolor1, $bgcolor2; ?> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td background="http://www.mysite.com/top.gif" height="37"></td> </tr> <tr> <td bgcolor="#B7B7B7"> <? }
function CloseTable() { ?> </td> </tr> <tr> <td background="http://www.mysite.com/bottom.gif" height="43"></td> </tr> </table> <? }