home *** CD-ROM | disk | FTP | other *** search
/ Webster's Millennium Amer…Sign Language Dictionary / ASL.ISO / mac / SHARED.cst / 00038_Script_38 < prev    next >
Text File  |  2001-09-17  |  351b  |  13 lines

  1. --∂ï
  2. on insMenu num,resetNum
  3.   global gAppleMenu
  4.   put field resetNum into field num
  5.   if the machineType = 256 then
  6.     delete line 1 of field num
  7.     delete line 1 of field num
  8.     put return&"About ASL Dictionary... º aboutASL" after line 5 of field num
  9.   else
  10.     put gAppleMenu after line 3 of field num
  11.   end if
  12.   installMenu num
  13. end