$bgcolor = '#AAAACC'; function echo_td($cellcontent) { global $bgcolor; echo '<td bgcolor="'.$bgcolor.'">'.$cellcontent.'</td>'; }