/***********************************************
* GTTBA javascripts
* <a href="javascript:showLargeImage('orderDetail?id=1267538990-6368-901303', 500, 600)">1267538990-6368-901303</a>
***********************************************/


function showLargeImage(URL, width, height) {
  day = new Date();
  id = day.getTime();

   /* status or statusbars?  either way, this window needs status bars */  
  
  eval("page" + id + " = window.open(URL, '" + id + "', 'location=no,statusbar=yes,status=yes,scrollbars=yes,menubar=no,toolbar=no,directories=no,resizable=yes,width=" + width + ",height=" + height + "');");
}
