

function writeF001(p1,p2,p3,p4,p5,p6)
{
// Ausgabe Kopf der site
writeW180H005VerticalSpace();
document.write('<table border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width=005 height=130><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=580 height=130>'); writeLogoBox(); document.write('</td>');
document.write('<td width=005 height=130><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=180 height=130>'); writeGlobe(); document.write('</td>');
document.write('</tr>');
document.write('</table>');
writeW180H005VerticalSpace();
// HauptEinteilung der site in drei Spalten 175/410/180
document.write('<table border=0 cellspacing=0 cellpadding=0>');
document.write('<tr valign="top">');
document.write('<td width=005><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=175>'); writeHomeBox(); writeW175H005VerticalSpace(); writeMagazinBox(); writeW175H005VerticalSpace(); writeServicesBox(); writeW175H005VerticalSpace(); writeLinkTippsBox(); writeW175H005VerticalSpace(); writeInfoBox(); document.write('</td>');
document.write('<td width=410><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=180>'); writeJetBoatImage(p1,p2,p3,p4,p5,p6); writeW180H005VerticalSpace(); writeOffRoadImage(p1,p2,p3,p4,p5,p6);  document.write('</td>');
document.write('</tr>');
document.write('</table>');
// Ausgabe Fuss der site
document.write('<table border=0 cellspacing=0 cellpadding=0>');
document.write('<tr valign="top">');
document.write('<td width=005><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=770>'); writeFooter(p1,p2,p3,p4,p5,p6); document.write('</td>');
document.write('</tr>');
document.write('</table>');
writeW180H005VerticalSpace();
}

function writeLogoBox()
{
document.write('<table width=175 height=002 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td></tr>');
document.write('</table>');

document.write('<table width=175 height=008 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td  width=002 height=008 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=173 height=008 bgcolor=#fffff><img src="../Images/block0101.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');

document.write('<table width=175 height=065 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td  width=002 height=065 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=018 height=065 bgcolor=#ffffff><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=155 height=065 bgcolor=#123456 align=center><a href="../mainSites/aTV3.0S1.html" title="zur Startseite"><img src="../Images/aToursLogo36px.gif" border="0"></a></td>');
document.write('</tr>');
document.write('</table>');

document.write('<table width=580 height=030 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td  width=002 height=030 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=003 height=030 bgcolor=#ffffff><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=579 height=030 bgcolor=#71879a><img src="../Images/aToursLogo02.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');

document.write('<table width=175 height=015 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td  width=002 height=015 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=018 height=015 bgcolor=#ffffff><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=155 height=015 bgcolor=#123456><img src="../Images/block0101.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');

document.write('<table width=175 height=008 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td  width=002 height=008 bgcolor=#ffffff><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=173 height=008 bgcolor=#ffffff><img src="../Images/block0101.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');

document.write('<table width=175 height=002 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td bgcolor=#ffffff><img src="../Images/block0101.gif" border="0"></td></tr>');
document.write('</table>');
}


function writeGlobe()
{
document.write('<table width=005 height=130 bgcolor=#71879a border=0 cellspacing=0 cellpadding=0 valign=bottom>');
document.write('<tr><td><img src="../Images/globe03.gif" border="0"></td></tr>');
document.write('</table>');
}


function writeJetBoatImage(p1,p2,p3,p4,p5,p6)
{if  (p1=='notBoxR01') {} else
{
document.write('<table border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width="180px" height="130px" bgcolor="#71879a"><img src="../Images/bbbjetboat.gif" width="180px" height="125px" border="0"></td>');
document.write('</tr>');
document.write('</table>');
}
}


function writeOffRoadImage(p1,p2,p3,p4,p5,p6)
{if  (p2=='notBoxR02') {} else
{
document.write('<table border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width="180px" height="130px" bgcolor="#71879a"><img src="../Images/offRoad202.gif" width="180px" height="130px" border="0"></td>');
document.write('</tr>');
document.write('</table>');
}
}


function writeW180H005VerticalSpace()
{
document.write('<table width=180 height=005 border=0 cellspacing=0 cellpadding=0><tr><td width=180 height=005><img src="../Images/block0101.gif" border="0"></td></tr></table>');
}


function writeHomeBox()
{
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td width=175 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width=020 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=155 bgcolor=#123456>&nbsp;&nbsp;<a class="size08colorFEE365" href="../mainSites/aTV3.0S1.html" title="zur Startseite">Home</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=005 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td width=175 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width=020 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=155 bgcolor=#123456>&nbsp;&nbsp;<a class="size08colorFEE365" href="../mainSites/aTV3.0S2.php" title="schnell und einfach, die Kontaktaufnahme">Buchen&Kontakt</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=005 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td width=175 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width=020 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=155 bgcolor=#123456>&nbsp;&nbsp;<a class="size08colorFEE365" href="../mainSites/aTV3.0S3.html" title="wir über uns">Konzept&Impressum</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td width=175 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td></tr>');
document.write('</table>');
}

function writeMagazinBox()
{
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td width=175 bgcolor=#71879a>&nbsp;</td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width=020 bgcolor=#71879a>&nbsp;</td>');
document.write('<td width=155 class="S12Cffffff" bgcolor=#123456> &nbsp; Magazin </td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width=020 height=018 bgcolor=#71879a>&nbsp;</td>');
document.write('<td width=002 height=018 bgcolor=#123456><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=153 height=018 bgcolor=#71879a>&nbsp;&nbsp;<a class="size08colorFEE365" href="../Magazin/StorySeidenstrasse.html" target="_self" target="_self">Seidenstrasse</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width=020 height=018 bgcolor=#71879a>&nbsp;</td>');
document.write('<td width=002 height=018 bgcolor=#123456><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=153 height=018 bgcolor=#71879a>&nbsp;&nbsp;<a class="size08colorFEE365" href="../Magazin/StoryTranssib.html" target="_self" target="_self">Transsib</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width=020 height=018 bgcolor=#71879a>&nbsp;</td>');
document.write('<td width=002 height=018 bgcolor=#123456><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=153 height=018 bgcolor=#71879a>&nbsp;&nbsp;<a class="size08colorFEE365" href="../mainSites/aTV3.0S4.html"> ... mehr</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=002 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width=020 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=155 bgcolor=#123456><img src="../Images/block0101.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td width=175 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td></tr>');
document.write('</table>');
}

function writeServicesBox()
{
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td width=175 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width=020 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=155 class="S12Cffffff" bgcolor=#123456> &nbsp; Services </td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width=020 height=018 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=002 height=018 bgcolor=#123456><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=153 height=018 bgcolor=#71879a>&nbsp;&nbsp;<a class="size08colorFEE365" href="http://www.reiselandinfo.de/" target="_blank">L&auml;nderinfos</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width=020 height=018 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=002 height=018 bgcolor=#123456><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=153 height=018 bgcolor=#71879a>&nbsp;&nbsp;<a class="size08colorFEE365" href="http://www.wetteronline.de" target="_blank">das Wetter</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width=020 height=018 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=002 height=018 bgcolor=#123456><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=153 height=018 bgcolor=#71879a>&nbsp;&nbsp;<a class="size08colorFEE365" href="../mainSites/aTV3.0S5.html"> ... mehr</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=002 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width=020 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=155 bgcolor=#123456><img src="../Images/block0101.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td width=175 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td></tr>');
document.write('</table>');
}

function writeLinkTippsBox()
{
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td width=175 bgcolor=#71879a>&nbsp;</td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width=020 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=155 class="S12Cffffff" bgcolor=#123456> &nbsp; Link-Tipps </td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width=020 height=018 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=002 height=018 bgcolor=#12345><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=153 height=018 bgcolor=#71879a>&nbsp;&nbsp;<a class="size08colorFEE365" HREF="http://partners.webmasterplan.com/click.asp?ref=76096&site=1587&type=b1&bnb=1" TARGET="_blank">Nordland-Shop</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width=020 height=018 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=002 height=018 bgcolor=#12345><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=153 height=018 bgcolor=#71879a>&nbsp;&nbsp;<a class="size08colorFEE365" HREF="http://partners.webmasterplan.com/click.asp?ref=76096&site=271&type=text" TARGET="_blank">Outdoor-Shop</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width=020 height=018 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=002 height=018 bgcolor=#12345><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=153 height=018 bgcolor=#71879a>&nbsp;&nbsp;<a class="size08colorFEE365" href="../mainSites/aTV3.0S6.html"> ... mehr</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=002 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width=020 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=155 bgcolor=#123456><img src="../Images/block0101.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td width=175 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td></tr>');
document.write('</table>');
}

function writeInfoBox()
{
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td width=175 bgcolor=#71879a>&nbsp;</td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=002 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width=020 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=155 bgcolor=#123456><img src="../Images/block0101.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 border=0 cellspacing=0 cellpadding=0><tr>');
document.write('<td width=020 height=018 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=002 height=018 bgcolor=#12345><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=153 bgcolor=#71879a align="center"><span class="S08Cffffffb1"><br>Der K2 wird allgemein als schwieriger zu besteigen angesehen als der Mount Everest; aber beurteilen k&ouml;nnen es nur die, die schon auf beiden waren.<br><br></span></td></tr></table>');
document.write('<table bgcolor=#123456 width=175 height=002 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr>');
document.write('<td width=020 bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td width=155 bgcolor=#123456><img src="../Images/block0101.gif" border="0"></td>');
document.write('</tr>');
document.write('</table>');
document.write('<table bgcolor=#123456 width=175 height=020 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td width=175 bgcolor=#71879a>&nbsp;</td>');
document.write('</tr>');
document.write('</table>');
}

function writeW175H005VerticalSpace()
{
document.write('<table width=175 height=005 border=0 cellspacing=0 cellpadding=0><tr><td width=770 height=005><img src="../Images/block0101.gif" border="0"></td></tr></table>');
}

function writeRightInfoBox(p1,p2,p3,p4,p5,p6)
{
document.write('<table width=180 height=001 border=0 cellspacing=0 cellpadding=0 COLS=1><tr><td bgcolor=#001234><img src="../Images/block0101.gif" border="0"></td></tr></table>');
document.write('<table width=180 height=020 border=0 cellspacing=0 cellpadding=0><tr>');
document.write('<td  width=001 bgcolor=#001234><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=006 bgcolor=#e7eef1><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=164 height=008 bgcolor=#e7eef1>');
document.write(p1);
document.write('</td>');
document.write('<td  width=006 bgcolor=#e7eef1><img src="../Images/block0101.gif" border="0"></td>');
document.write('<td  width=003 bgcolor=#001234><img src="../Images/block0101.gif" border="0"></td>');
document.write('</tr></table>');
document.write('<table width=180 height=003 border=0 cellspacing=0 cellpadding=0 COLS=1><tr><td bgcolor=#001234><img src="../Images/block0101.gif" border="0"></td></tr></table>');
}



function writeFooter(p1,p2,p3,p4,p5,p6)
{if  (p3=='notBoxF01') {} else
{
document.write('<table width=770 height=005 border=0 cellspacing=0 cellpadding=0><tr><td width=770 height=005><img src="../Images/block0101.gif" border="0"></td></tr></table>');
document.write('<table height=020 border=0 cellspacing=0 cellpadding=0><tr><td width=585 height=005><img src="../Images/block0101.gif" border="0"></td><td width="180px" height="020px" bgcolor=#71879a><img src="../Images/block0101.gif" border="0"></td></tr></table>');
document.write('<table width=770 height=005 border=0 cellspacing=0 cellpadding=0><tr><td width=770 height=005><img src="../Images/block0101.gif" border="0"></td></tr></table>');
document.write('<table height=020 border=0 cellspacing=0 cellpadding=0><tr><td width=585 height=005><img src="../Images/block0101.gif" border="0"></td><td width="180px" height="020px" bgcolor="#123456"><span class="S10Cfee365b0">&nbsp; &copy; &nbsp;aTours 2001/2008</span></td></tr></table>');
document.write('<table width=770 height=005 border=0 cellspacing=0 cellpadding=0><tr><td width=770 height=005><img src="../Images/block0101.gif" border="0"></td></tr></table>');
document.write('<table bgcolor=#123456 width=765 height=002 border=0 cellspacing=0 cellpadding=0><tr><td><img src="../Images/block0101.gif" border="0"></td></tr></table>');
}
}