// Create slide header

// IE: no size info til body, but (incorrectly) can set styles here
if (is.ie) setStyle();

// background
document.write('					\
<div id=bgndlayer>					\
<img width=',1024*xscale,' height=',768*yscale,'	\
     src=template/background.jpg>			\
</div>							\
');

// start of body (w/ title)
document.write('						\
<div id=bodylayer>						\
<table border=0 cellpadding=0 cellspacing=0 hspace=0 vspace=0>	\
  <tr valign=center><td height=',titleHeight,'			\
     ><h1>',slidetitle,'&nbsp;</h1></td></tr>			\
</table>							\
<img width=1 height=1 align=right src=template/clear.gif>	\
');
