<!-- hide the script
function chkFrame(strPage) {
   if (top.location == self.location) {
       self.location.replace("default.asp?page="+strPage)
      }
}
function ChkEmail(iProdNbr,subcatid) {
   if (top.location == self.location) {
       self.location.replace("default.asp?prod_nbr="+iProdNbr+"&subcatid="+subcatid)
      }
}
// finish hiding -->