<!-- hide

var merchantid_value=43434;  // replace with your merchant id number
var productid_value=0; // a default changed when you enter a product id
function addItem(productid_value) {
if (!productid_value>0) {
productid_value=0; // If you forget to add the productid_value in your button code, the button will be the same as view cart.

}
window.location='http://www.marketerschoice.com/app/netcart.asp?merchantid='+merchantid_value+'&productid='+productid_value;
}

function viewCart() {
window.location='http://www.marketerschoice.com/app/netcart.asp?merchantid='+merchantid_value;
}
// -->

