var saTable = new Array();
saTable['1'] = new Array(); //1 = number of cells
saTable['1']['start'] = '<BR><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=600><TR><TD VALIGN=TOP>';
saTable['1']['middle'] = '</TD><TD><IMG SRC="images/spacer.gif" WIDTH="15" HEIGHT="1" BORDER=0></TD></TR>';
saTable['1']['end'] = '</table>';

saTable['3'] = new Array();
saTable['3']['start'] = '<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="600"><TR><TD VALIGN=TOP>';
saTable['3']['middle'] = '</TD><TD><IMG SRC="images/spacer.gif" WIDTH="15" HEIGHT="1" BORDER=0></TD><TD VALIGN=TOP>';
saTable['3']['end'] = '</TD><TD><IMG SRC="images/spacer.gif" WIDTH="15" HEIGHT="1" BORDER=0></TD></TR></TABLE>';