
function openLaserPopup(theURL) { 
  window.open(theURL,'',
  'width=610,height=390'+
  'dependent=yes,'+
  'toolbar=no,'+
  'menubar=no,'+
  'status=no,'+
  'location=no,'+
  'scrollbars=no,'+
  'resizable=no,'+
  '');
}

function openTVPopup(theURL) { 
  window.open(theURL,'',
  'width=700,height=195'+
  'dependent=yes,'+
  'toolbar=no,'+
  'menubar=no,'+
  'status=no,'+
  'location=no,'+
  'scrollbars=no,'+
  'resizable=no,'+
  '');
}
