
function confirmSubmit(id)
{
    if(id == 6247 || id == 6245 || id == 6246  || id == 6248  || id == 6580  || id == 6581  || id == 6286)
    {
        var answer = confirm('Please note, we can NOT ship this product to the USA. If you are ordering this product it must be shipped outside USA, sorry for the inconvenience. Click OK to continue adding this product to your shopping cart, or cancel to order from another pharmacy.');
        if (answer)
            return true;
        else
            return false
    }
	
	if(id == 3254 || id == 3255 || id == 3447 || id == 4235 || id == 4230 || id == 4377)
    {
        var answer = confirm('Please note, we can NOT ship this product to Canada. If you are ordering this product it must be shipped outside of Canada, sorry for the inconvenience. Click OK to continue adding this product to your shopping cart, or cancel to order from another pharmacy.');
        if (answer)
            return true;
        else
            return false
    }
    
      if (id == 8301 || id == 8299 || id == 8300 || id == 8302) {
        var answer = confirm('Please note, these HCG Kits do not come pre-packaged with HCG. You must order your HCG separately and we recommend you order from us (we have the largest selection of HCG at the very best prices!). Click OK to continue adding your chosen HCG Kit to your shopping cart.');
        if (answer)
            return true;
        else
            return false
    }
}

function confirmSubmit(id,cid)
{
    if(cid == 7)
    {
        var answer = confirm('Please note, due to a warehouse transition, we are not processing orders from our USA wholesaler at this time and cannot allow purchase of this product until further notice.');
        if (answer)
            return false;
        else
            return false
    }
	
	if(id == 8301 || id == 8299 || id == 8300 || id == 8302)
    {
        var answer = confirm('Please note, these HCG Kits do not come pre-packaged with HCG. You must order your HCG separately and we recommend you order from us (we have the largest selection of HCG at the very best prices!). Click OK to continue adding your chosen HCG Kit to your shopping cart.');
        if (answer)
            return true;
        else
            return false
    }
	
}



