<!--
function ShowCodes(link)  {
document.getElementById("offercode").style.display='block';
window.open(link, 'retailer','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
window.focus();
}
//-->
