home *** CD-ROM | disk | FTP | other *** search
- /*
- SubZero -- JotWee September, 2003.
- */
- function OnLoad()
- {
- for (i = 0; i < equ.presetCount; i++) {
- popupPreset.appendItem(equ.presetTitle(i));
- }
-
- }
-
- function ShowPlWindow()
- {
- plbutton.visible="false"
- plbutton2.visible="true"
- PlWindow.MoveTo(301,38,500)
- }
-
- function ShowEQ()
- {
- eqbutton.visible="false"
- eqbutton2.visible="true"
- EQ.visible="true"
- EQ.MoveTo(0,320,500)
- }
-
- function HideEQ()
- {
- eqbutton.visible="true"
- eqbutton2.visible="false"
- EQ.MoveTo(0,280,500)
- }
-
-
- function HidePlWindow()
- {
- plbutton2.visible="false"
- plbutton.visible="true"
- PlWindow.MoveTo(0,38,500)
- }
-
- function ShowPlaylist()
- {
- Pl.visible="true"
- }
-
- function HidePlaylist()
- {
- Pl.visible="false"
- }
-
- function ShowVid()
- {
- Vid.visible="true"
- Vis.visible="true"
- }
-
-
- function HideVid()
- {
- Vid.visible="false"
- Vis.visible="false"
- }
-
- function MoveDown()
- {
- HidePlaylist()
- PlWindow.MoveTo(0,38,1000)
- VidWindow.MoveTo(0,38,1000)
- plbutton.visible="true"
- PlWindow.visible="true"
- }
-
- function MoveUp()
- {
- HidePlaylist()
- PlWindow.visible="false"
- EQ.visible="false"
- PlWindow.MoveTo(0,-282,1000)
- VidWindow.MoveTo(0,-282,1000)
- }
-
- function HideButton()
- {
- VidButton.visible="false"
- VidButton2.visible="true"
- }
-
- function HideButton2()
- {
- VidButton2.visible="false"
- VidButton.visible="true"
- }
-
- function ShowVis()
- {
- Vis.visible="true"
- }
-
-
- function HideVis()
- {
- Vis.visible="false"
- }
-
- function Time()
- {
- time.visible="false"
- time2.visible="true"
- timebutton2.visible="true"
- timebutton.visible="false"
- }
-
- function Time2()
- {
- time2.visible="false"
- time.visible="true"
- timebutton.visible="true"
- timebutton2.visible="false"
- }
-