function setProductImage( imagePath ) {
  eval('document.images.productImage').src=imagePath;
}

function openProductImage( template, picNo ) {
  open(template,'productImagePopup','dependent=yes,height=500px,width=380px,locationbar=no,menubar=no,status=no,scrollbars=yes,resizable=yes').focus();
}

function openProductHelp( template ) {
  open(template,'productHelpPopup','dependent=yes,height=280px,width=200px,locationbar=no,menubar=no,status=no,scrollbars=no,resizable=yes').focus();
}

