<!--

function show_auto(img)
{
   document.getElementById("prevtd").innerHTML = '<img src="/apics_big/'+img+'" alt="" />';
}

function show_deliv_price(val, price)
{
        document.getElementById("price_prev").innerHTML = parseInt(val)+parseInt(price)+" руб.";
}

function show_order_form()
{
   document.getElementById("orderform").style.display = "";  
}
//--> 

