function format_divider()
{
document.write('<table vAlign="bottom" width="95%" border="0" cellspacing="0" cellpadding="0"><tr valign="top"><td width="90%"><img src="../img_style/spacer.gif" alt="" width="3" height="20" /><br /></td></tr></table>');
}

function format_footer()
{
document.write('<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center" vAlign="bottom">');

document.write('<tr><td colspan=3 width="100%" nowrap class="bottom" align="right" vAlign="bottom"/>');
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr><td width="100%" nowrap class="bottommenu" align="right"/><img src="../img_style/spacer.gif" width="180" height="3"></td></tr></table>');
document.write('</td>');
document.write('<td nowrap class="bottommenu" align="left"><p>&nbsp;Top&nbsp;</p></td>');
document.write('<td nowrap class="bottommenu" align="left"><a href="#top"><img src="../img_nav/top_wr.gif" border="0"></a></td></tr>');

document.write('<tr><td nowrap class="bottom" align="left"/><p>&nbsp;<a href="mailto:webmaster[at]hubervini.ch"><i>Webmaster</i></a><img src="../img_style/spacer.gif" width="120" height="3"></p></td>');
document.write('<td nowrap class="bottom" align="left"><p>Update: 29.10.2011</p></td>');
document.write('<td width="100%" nowrap class="bottom" align="center"><p>&copy; All rights reserved</p></td>');
document.write('<td nowrap class="bottom" align="right"><p>&nbsp;Home&nbsp;</p></td>');
document.write('<td nowrap class="bottom" align="right"><a href="../"><img src="../img_nav/top_rw.gif" border="0"></a></td></tr>');
document.write('</table>');
}


function format_bottom()
{
format_divider()
format_footer()
}


