function writeHeader(whatFLA) {
document.writeln('<div id="header">');
document.writeln('<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('<tr><td><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="1056" height="198" id="header_animation_'+ whatFLA+'" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="header_animation_'+ whatFLA+'.swf" /><param name="quality"value="high" /><param name="bgcolor" value="#ffffff" /><embed src="header_animation_'+ whatFLA+'.swf" quality="high" bgcolor="#ffffff" width="1056" height="198" name="header_animation_'+ whatFLA+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></td></tr>');
document.writeln('<tr><td><img src="img/gestrichelte_linie_unter_he.jpg" alt="" width="1056" height="1" border="0"></td></tr>');
document.writeln('</table>');
document.writeln('</div>');
}

function writeLogoBlock() {
document.writeln('<div id="logoBlock">');
document.writeln('<table border=0 cellpadding=0 cellspacing=0>');

document.writeln('<tr><td><a href="http://www.arcteryx.com" target="_blank"><img src="img/logo_arcteryx.jpg" alt="" width="93" height="65" border="0"></a></td><td><a href="http://www.mammut.ch" target="_blank"><img src="img/logo_mammut.jpg" alt="" width="71" height="65" border="0"></a></td><td rowspan=2><img src="img/logo_block_beine.jpg" alt="" width="144" height="140" border="0"></td></tr>');

document.writeln('<tr><td><a href="http://www.k2snowboarding.com" target="_blank"><img src="img/logo_k2.jpg" alt="" width="93" height="75" border="0"></a></td><td><a href="http://www.wwf.ch" target="_blank"><img src="img/logo_wwf.jpg" alt="" width="71" height="75" border="0"></a></td></tr>');

document.writeln('<tr><td colspan=3><img src="img/right_column_line.gif" alt="" width="209" height="1" border="0"></td></tr>');

document.writeln('</table>');
document.writeln('</div>');
}

function writeVerticalLine(classID) {

document.writeln('<div id="'+classID+'">');
document.writeln('<img src="img/vertical_line_dashed.gif" alt="" width="1" height="3000" border="0"><br><img src="img/vertical_line_dashed.gif" alt="" width="1" height="3000" border="0"><br><img src="img/vertical_line_dashed.gif" alt="" width="1" height="3000" border="0"><br><img src="img/vertical_line_dashed.gif" alt="" width="1" height="3000" border="0">');
document.writeln('</div>');
}

function writeFooter() {
//document.writeln('<div id="footer"><img src="img/footer_line.gif" alt="" width="953" height="1" border="0"></div>');
}

