home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / messages / yamc / yamc_setup.exe / startup / functions.js < prev    next >
Encoding:
Text File  |  2002-07-11  |  648 b   |  44 lines

  1. function newMailText()
  2. {
  3. window.external.newmailtext;
  4. }
  5. function newMailHTML()
  6. {
  7. window.external.newmailhtml;
  8. }
  9. function openAddressBook()
  10. {
  11. window.external.openaddressbook;
  12. }
  13. function openSearchPersonDialog()
  14. {
  15. window.external.opensearchpersondialog;
  16. }
  17. function openEventPlanner()
  18. {
  19. window.external.openeventplanner;
  20. }
  21. function openServerConfig()
  22. {
  23. window.external.openserverconfig;
  24. }
  25. function openOptions()
  26. {
  27. window.external.openoptions;
  28. }
  29. function openFolder()
  30. {
  31. window.external.openfolder;
  32. }
  33. function checkMail()
  34. {
  35. window.external.checkmail;
  36. }
  37. function Autoupdate()
  38. {
  39. window.external.autoupdate;
  40. }
  41.  
  42.  
  43.  
  44.