var cText = ''

cText += '<BODY BGCOLOR=#F8F6FA>'

cText += '<center>'

cText += '<TABLE BGCOLOR=white BORDER=0 width="620" height=15 CELLSPACING="0" cellpadding="0">'
cText += ' <TR bordercolor=black align=center>'
cText += '  <TD valign="bottom"><a href="index.html"><p>Hem</a></TD>'
cText += '  <TD valign="bottom"><a href="infosve.html"><p>Info</a></TD>'
cText += '  <TD valign="bottom"><a href="folk.html"><p>Folk</a></TD>'
cText += '  <TD valign="bottom"><a href="kontakt.html"><p>Kontakt</a></TD>'
cText += '  <TD valign="bottom"><a href="http://styxforlag.user-board.net/"><p>Forum</a></TD>'
cText += '  <TD valign="bottom"><a href="bestall.html"><p>Beställ</a></TD>'
cText += '  <TD valign="bottom"><a href="donera.html"><p><FONT COLOR=red>Donera!</font></a></TD>'

cText += ' </TR>'
cText += '</TABLE>'

cText += '<TABLE bgcolor=white Height="400" BORDER=0 width="620" CELLSPACING="5" cellpadding="0">'
cText += ' <TR>'
cText += '<MAP name="logo">'
cText += '  <AREA alt="In English" href="http://styxforlag.com/indexeng.html" shape="RECT" coords="550, 10, 605, 49">'
cText += '  <AREA alt="lifeclouds.org" href="http://www.lifeclouds.org" shape="RECT" coords="427, 27, 514, 40">'


cText += '    <IMG USEMAP="#logo" NAME="logga" VSPACE="0" Hspace="0" border=0 SRC="pix/logga.jpg" width="620" height="131" ALT="styx förlag">'
cText += '</map>'
cText += ''

cText += ' </TR>'
document.write(cText)

