document.write('<TD BGCOLOR="' + descriptionbgcolor + '">')
document.write('<table width=100% background="' + showbg + '" border=0><tr><td>')
//the table hosting the slides
document.write('<table border=0><tr><td  width='+ wmax + '>')
document.write('<div id=con>')

for(i=1;i<=items;i++)document.write('<div id=pic' + i + '><img src="' + img[i].src +'"  width=' + w[i] + ' height=' + h[i] + ' border=0></a></div>')

document.write('</div>')
document.write('<img src="images/spacer20.gif" width=' + wmax + ' height=1>') 
document.write('<img src="images/spacer20.gif" height=' + hmax + ' width=1>')
document.write('</td></tr>')
document.write('</table>')//end of slides
document.write('</td></tr></table>') //end of show area
//descriptions
document.write('<table border=0><tr><td width=' + tablewidth + ' height=40 valign=top>')//description area

document.write('<div id=shell><center>')
document.write('<div id=description><center><img src="images/spacer20.gif" width=' + (tablewidth) + ' height=1 border=1>')
