
// ---------------------------------------------------------------------------------- //
// diese Funktion schreibt die offRoadPictureBox
// 
// ---------------------------------------------------------------------------------- //


function write_cdBox1003(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/offRoad202.gif" width="180px" height="130px" border="0"></td>');
document.write('</tr>');
document.write('</table>');
}
}

