document.write ('<ilayer id="main" width=&{scrollerwidth}; height=&{scrollerheight}; bgColor=&{scrollerbgcolor}; background=&{##F3EDCF}; visibility=hide>')
document.write ('<layer id="first" left=0 top=1 width=&{scrollerwidth};>')
if (document.layers)
document.write(messages[0])
document.write ('</layer>')
document.write ('<layer id="second" left=0 top=0 width=&{scrollerwidth}; visibility=hide>')
if (document.layers)
document.write(messages[dyndetermine=(messages.length==1)? 0 : 1])
document.write ('</layer>')
document.write ('</ilayer>')