function alerta_agregando_on() {mostrarcargando();} //DEPENDE DE JSCRIPT.PHP function alerta_agregando_off() {cerrarcargando();} //ESTO ES SOLO UN WRAPPER function alerta_registro() { DHTMLALERT("Usted debe ser un usuario registrado para agregar al carrito
Clic aqui para registrarse"); } function res_prod(id) { if (window.confirm("Quitar el producto del carrito")) { var o=document.getElementById("cantidad_"+id); var f=document.getElementById("frm_cart"); if (o!=null) {o.value=0;f.submit();} } } function updown_carrito(despl,id,limit) { if (limit==null) {limit=0;} var objcant=getObj("cantidad_"+id); if (isNaN(objcant.value)) {objcant.value=1;return;} var cant=objcant.value; cant=parseInt(cant)+despl; if (cant1) { var marcados=0; var lineas=document.getElementsByName("lineas[]"); for (var i=0;i