function getProduct( guid ) {
  document.location.href = "http://www.tattoojohnny.com/tattoo-design-gallery.asp?sku="+guid;
}

function namedWin(h,w,name,page) {
  var newWin = null;
  newWin = window.open(page,"Flash Collection",'height='+h+',width='+w+',screenY=0,scrollbars=yes,status=no,location=no,toolbar=no,resizable=yes,menubar=no');
  newWin.focus();
  void(0);
}

