var cText = ''
cText += ''
cText += '<img class="logo" src="pix/logga.gif">'

cText += '<div id="head">'
cText += '	<div class="horline clearboth"><img src="pix/tom.jpg" width="1" height="1" alt=""></div>'
cText += '	<div class="menu">'
cText += '		<a class="blue" href="index.html"> Introduction </a>'
cText += '		<a class="white" href="background.html"> Project description / Background / Participants</a>'

cText += '		<a class="white" href="http://www.styxforlag.com" style="float: right"> <span class="thin">a part of Styx förlag</span></a>'
cText += '	</div>'
cText += '	<div class="horline clearboth"><img src="pix/tom.jpg" width="1" height="1" alt=""></div>'
cText += '</div>'

cText += ''

document.write(cText)

