function unitLink(id,unit,slug)
{
  document.getElementById(id).href = "http://www.poolios.com/store/cart/add/"+slug+"/"+unit;
}