
function additem (photo, format, player, folder, customer) {
  var thedate = new Date();
  var thetime = thedate.getTime();
window.open('http://www.sportfiles.com/photogallery/cart.asp?photo='+photo+'&format='+format+'&folder='+folder+'&player='+player+'&customer='+customer+'&ref='+thetime,'cartwin','width=750,height=500,scrollbars,location,resizable,status')
 
}

function showcart (customer) {
  var thedate = new Date();
  var thetime = thedate.getTime();
window.open('http://www.sportfiles.com/photogallery/cart.asp?customer='+customer+'&ref='+thetime,'cartwin','width=750,height=500,scrollbars,location,resizable,status')
 
}
