What is the point of script below within the /rectangle_bottom.tpl
Code:
<SCRIPT>
if (navigator.appName.indexOf('Microsoft')>=0)
document.write("<TR><TD height='100%'><img src={$ImagesDir}/spacer.gif width=1 height=1></TD></TR>" );
else
document.write("<TR><TD><img src={$ImagesDir}/spacer.gif width=1 height=1></TD></TR>" );
</SCRIPT>