if(document.getElementById('top_cart_num') && document.getElementById('top_cart_price')){ document.getElementById('top_cart_num').innerHTML = '0'; document.getElementById('top_cart_price').innerHTML = '0'; if(0>0) { document.getElementById('img_cart').innerHTML = ''; } switchCart(0); } function switchCart(tp) { document.getElementById('img_cart').src = '/themes/default/images/icon_c'+(tp?1:2)+'.gif'; }