function add_product(FormName,field){
        tburl='http://www.allproducts.com/NewInquiry/inquiry.php?type=product';
        a=0;
        var foritems = document.forms[FormName];
        var rep = new RegExp("^to");
        for(var i=0;i<foritems.length;i++){
                if(foritems[i].name.match(rep) && foritems[i].checked){
                        a++;
            tburl=tburl+'&to[]='+foritems[i].value;
                }
        }
        if(a==0){
                alert('Please at least choose one product.');
                return false;
        }
        tburl=tburl+'&keepThis=true&TB_iframe=true&height=450&width=700&';
        TB_show(null,tburl,false);
        return false;
}

function add_iproduct(FormName,field){
        tburl='http://tw.allproducts.com/cinquiry/cinquiry.php?type=product';
        a=0;
        var foritems = document.forms[FormName];
        var rep = new RegExp("^to");
        for(var i=0;i<foritems.length;i++){
                if(foritems[i].name.match(rep) && foritems[i].checked){
                        a++;
            tburl=tburl+'&to[]='+foritems[i].value;
                }
        }
        if(a==0){
                alert('Please at least choose one product.');
                return false;
        }
        tburl=tburl+'&keepThis=true&TB_iframe=true&height=450&width=700&';
        TB_show(null,tburl,false);
        return false;
}

