function popupPrintReceipt(url) {
  window.open(url,'popupPrintReceipt','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=750')
}





  function addToFavorites(){
    if (document.all)
      window.external.AddFavorite("<?php echo basename($SERVER_NAME); ?>","<?php echo STORE_NAME;?>");
  }