
// ---------------------------------------------------------------------------------- //
// diese Funktion schreibt die magazinBox
// cd = corporate design
// ---------------------------------------------------------------------------------- //


function write_cdBox1004(p1,p2,p3,p4,p5,p6)
{
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>');
}
