
if (window != top) top.location.href = location.href;
function largerImage(theImage) {
  var newImage = "images/product/large/"+theImage;
   myWindow = window.open("viewimg.php?image="+theImage, "tinyWindow", 'toolbar,scrollbars=yes,width=550,height=500')

}
