
//<!--

var imgloc;
var imgWidth;
var imgHeight;
var patflag = 0;

function showPopup(imgLoc, imgWidth, imgHeight) {
  if (patflag == 1) {
  if (wndPopup.closed) {}
  else  {wndPopup.close();}
  }
  wndPopup = window.open(imgLoc,'wndPopup',
  'width='+imgWidth+',height='+imgHeight+',top=125,left=400,scrolling=yes,scrollbars=yes,resize=no');
  patflag = 1;
  return wndPopup;
}

function frequentWindow() {
	frequentPopup = window.open ('http://www.amorepetfoods.com/distributors/content/frequentletter.html','frequentWin', 'top=250,left=200,width=400,height=300,scrollbars=yes,toolbar=yes')
}

function freezerWindow() {
	freezerPopup = window.open ('http://www.amorepetfoods.com/distributors/content/freezercontract.php','freezerWin', 'top=250,left=200,width=400,height=300,scrollbars=yes,toolbar=yes')
}


// -->