<!--//
if (parent.total_price > 0)
{document.write("<form name='frm'>");
document.write("<CENTER><TD width='100'>");
document.write("<img src='images/bvogn.gif' valign='top' border='0'></TD>");
document.write('<TD><input class="campo" type="Text" ');
document.write(' name="basket"'+'  value="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '+parent.round_amount(parent.total_price)+'"');
document.write('valign="middle"'+'size="10"></center></td>');
document.write("</form>");
document.writeln('<Center><TD width="120" VALIGN="middle"><A HREF="basket.html"'+'TARGET="corpo" onMouseOver="this.className ='+"'on'"
+';"onMouseOut="this.className = '+"'off';"+'"><center><B><img src="images/car.gif" border="0"></center></A></TD>');
document.writeln('<Center><TD width="120"  VALIGN="middle"><A HREF="ordform.asp"'+'target="corpo" onMouseOver="this.className ='+"'on'"
+';"onMouseOut="this.className = '+"'off';"+'"><center><img src="images/ordlist.gif" border=0></center></A></TD>');
}
else
{document.write("<TD width='100'><img src='images/bvogn.gif' valign='top' border='0'></TD> ");
document.write('<TD><input class="campo"  type="Text"  value="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.00"  size="10"');
document.write('name="basket"'+'value="0.00"></TD>');
document.writeln('<TD  width="120"><A HREF="basket.html"  target="corpo"><center><img src="images/car.gif" border=0 ></center></A></TD>');
document.writeln('<TD width="120"><center><A HREF="ordform.asp"  target="corpo"><img src="images/ordlist.gif" border=0></A></center></TD>');
}
//-->