// JavaScript Document
start = '<table width="100%" border="0" cellpadding="10" background="gfx/Left.gif"><tr><td height="300" class="left" align="left" valign="top">';
links ='<p><br><a class="left" href="foretaget.htm">The Company</a></p><p><a class="left" href="historik.htm">History</a></p><p><a class="left" href="produkter.htm">Products</a></p><p><a class="left" href="referenser.htm">References</a></p><p><a class="left" href="tests.htm">Tests</a></p><p><a class="left" href="media.htm">Media</a></p></td></tr>';
slut ='</table>'
document.write(start+links+slut);
