
// ---------------------------------------------------------------------------------- //
// diese Funktion schreibt das gmx-zeilenlogo      //
// ---------------------------------------------------------------------------------- //


function write_cdBox1011(x)
{
document.write('<table width=170 height=005 border=0 cellspacing=0 cellpadding=0>');
document.write('<tr><td><img src="../Images/gmx_c.gif" width="175" height="7" border="0"></td></tr>');
document.write('</table>');
}
