home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / winprogs / childenc / oecdemo / shared.dir / 00542.ls < prev    next >
Encoding:
Text File  |  1996-07-24  |  224 b   |  12 lines

  1. on mouseDown
  2.   global castData
  3.   managePopMenu(49, 75, 3)
  4.   if rollOver(the clickOn) then
  5.     if item 1 of castData = "search" then
  6.     else
  7.       if item 1 of castData = "bookmark" then
  8.       end if
  9.     end if
  10.   end if
  11. end
  12.