home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / zkuste / wmakeup / download / deepbluesomething.wmz / DBS.wms < prev    next >
Encoding:
Text File  |  2001-09-06  |  42.5 KB  |  1,412 lines

  1. ∩╗┐<theme id="DBS MediaPlayer"
  2.     author="Henrik L├╢wenadler of The Skins Factory.com"
  3.     copyright="┬⌐2001 Aezra, Inc"
  4.     currentViewID="MainPlayer"
  5.     authorVersion="1.0">
  6.  
  7.     <view id="MainPlayer"
  8.     backgroundColor="none"
  9.     width="447" height="426"
  10.     titleBar="false" resizable="false"
  11.     onLoad="Init();"
  12.     scriptFile="DBS.js;res://wmploc.dll/RT_TEXT/#132;">
  13.         <PLAYER
  14.         playState_onchange    = "JScript:onPlayStateChange();"
  15.     >
  16.         <CONTROLS
  17.             currentPosition_onchange    = "position_slider.value = player.controls.currentPosition;"
  18.         />
  19.     </PLAYER>
  20.         
  21.         
  22.     
  23.         <subview zIndex="8" 
  24.             left="0" top="0"
  25.                 backgroundImage="MainMask.gif"
  26.                  width="447" height="426"
  27.                 transparencyColor="#FF00FF">
  28.         
  29.             <button left="0" top="0" zIndex="1"
  30.                  width="447" height="426"
  31.                 ClippingColor="#FF00FF"
  32.                 ClippingImage="MainMask.gif"
  33.                 image="Main3.jpg"
  34.                 enabled = "false"
  35.             >
  36.             </button>
  37.             <subview id="timebg" left="0" top="0" width="447" height="426"  zIndex="49" 
  38.                 visible="true"
  39.                 transparencyColor="#FF00FF"
  40.                 
  41.                 >
  42.                 <button left="173" top="310" zIndex="345" visible="true"
  43.                      width="142" height="33"
  44.                     image="timebg.gif"
  45.                     enabled = "false"
  46.                     transparencyColor="#FF00FF"
  47.                     >
  48.                 </button>
  49.                 <text id="Time" visible="true" zIndex="346"
  50.                      left="221" top="309" width="43" height="20"
  51.                     justification="center" fontSmoothing="true"
  52.                     ForegroundColor = "#97D0E9" fontSmoothing="true"
  53.                     fontSize="8" FontType="Verdana" FontStyle="bold"
  54.                     value="wmpprop:player.controls.currentPositionString"
  55.                     >
  56.                 </text>
  57.             </subview>
  58.             <subview id="waveanim" left="0" top="0" width="447" height="426"  zIndex="9" 
  59.                 visible="wmpenabled:player.controls.pause"
  60.                 transparencyColor="#FF00FF"
  61.                 backgroundImage="MainMask2.gif"
  62.                 >
  63.                 <button left="0" top="0"  zIndex="2" 
  64.                      width="447" height="426"
  65.                     ClippingColor="#FF00FF"
  66.                     ClippingImage="MainMask2.gif"
  67.                     image="MainAnim.gif"
  68.                     enabled = "false"
  69.                     transparencyColor="#FF00FF"
  70.                     >
  71.                 </button>
  72.             </subview>
  73.             <subview id="buttsnbubbles" left="0" top="0" width="447" height="426"  zIndex="35" 
  74.                 transparencyColor="#FF00FF" 
  75.                 >
  76.                 <subview id="bubblesub" 
  77.                     left="153" top="153" 
  78.                     width="190" height="180"
  79.                     >
  80.                     <button id="bubbles" left="0" top="0" width="190" height="187" zIndex="15"
  81.                         image="bubbles2.gif"
  82.                     
  83.                     >
  84.                     </button>
  85.                 </subview>
  86.                  <button left="223" top="127" zIndex="15"
  87.                     mappingColor="#00FFFF" 
  88.                     upToolTip="Minimize"
  89.                     onClick="view.minimize();"
  90.                     image="Min.gif"
  91.                     hoverImage="MinH.gif"
  92.                 >
  93.                 </button>
  94.                 
  95.                 <button left="238" top="127" zIndex="15"
  96.                     mappingColor="#00FF00" 
  97.                     upToolTip="Return to Full Mode"
  98.                     onClick="view.returnToMediaCenter();"
  99.                     image="Full.gif"
  100.                     hoverImage="FullH.gif"
  101.                 >
  102.                 </button>
  103.                 
  104.                 <button left="252" top="127" zIndex="15"
  105.                     mappingColor="#FF0000" 
  106.                     upToolTip="Close"
  107.                     onClick="view.close();"
  108.                     image="Close.gif"
  109.                     hoverImage="CloseH.gif"
  110.                 >
  111.                 </button>
  112.                 
  113.                 <button left="272" top="95" zIndex="15"
  114.                     mappingColor="#FF0000" 
  115.                     upToolTip="Open"
  116.                     downimage="ButtonOpenD.gif"
  117.                     image="ButtonOpen.gif"
  118.                     hoverImage="ButtonOpenH.gif"
  119.                     upToolTip="Open File"
  120.                     onClick="JScript:player.URL=theme.openDialog('FILE_OPEN','FILES_ALL');"
  121.                     
  122.                 >
  123.                 </button>
  124.                 
  125.                 <PREVBUTTON left="309" top="97" zIndex="15"
  126.                     mappingColor="#FF0000" 
  127.                     upToolTip="Previous"
  128.                     downimage="ButtonPrevD.gif"
  129.                     image="ButtonPrev.gif"
  130.                     hoverImage="ButtonPrevH.gif"
  131.                     
  132.                     disabledImage="ButtonPrevDis.gif"
  133.                 >
  134.                 </PREVBUTTON>
  135.                 
  136.                 <STOPBUTTON left="341" top="115" zIndex="15"
  137.                     mappingColor="#FF0000" 
  138.                     upToolTip="Stop"
  139.                     downimage="ButtonStopD.gif"
  140.                     image="ButtonStop.gif"
  141.                     hoverImage="ButtonStopH.gif"
  142.                     
  143.                     disabledImage="ButtonStopDis.gif"
  144.                 >
  145.                 </STOPBUTTON>
  146.                 
  147.                 <PAUSEBUTTON left="362" top="142"
  148.                     zIndex="32"
  149.                     upToolTip="Pause"
  150.                     downimage="ButtonPauseD.gif"
  151.                     image="ButtonPause.gif"
  152.                     hoverImage="ButtonPauseH.gif"
  153.                     enabled="true"
  154.                     visible="wmpenabled:player.controls.pause"
  155.                     disabledimage="ButtonPauseDis.gif"
  156.                 >                   
  157.                 </PAUSEBUTTON>
  158.                 
  159.                 <PLAYBUTTON left="362" top="142"
  160.                     zIndex="31"
  161.                     upToolTip="Play"
  162.                     downimage="ButtonPlayD.gif"
  163.                     image="ButtonPlay.gif"
  164.                     hoverImage="ButtonPlayH.gif"
  165.                     enabled="true"
  166.                     tabStop="wmpenabled:player.controls.play"
  167.                     disabledimage="ButtonPlayDis.gif"
  168.                 >
  169.                 </PLAYBUTTON>
  170.                  
  171.                 <NEXTBUTTON left="364" top="173" zIndex="31"
  172.                     mappingColor="#FF0000" 
  173.                     upToolTip="Next"
  174.                     downimage="ButtonNextD.gif"
  175.                     image="ButtonNext.gif"
  176.                     hoverImage="ButtonNextH.gif"
  177.                     disabledimage="ButtonNextDis.gif"
  178.                 >
  179.                 </NEXTBUTTON >
  180.                 
  181.                 <button id="VolumeButton" left="360" top="203" zIndex="31"
  182.                     onClick="JScript:ShowVol();"
  183.                     upToolTip="Volume,Progress"
  184.                     downimage="ButtonVolD.gif"
  185.                     image="ButtonVol.gif"
  186.                     hoverImage="ButtonVolH.gif"
  187.                     
  188.                 >
  189.                 </button>
  190.                 
  191.                 <button  id="InfoButton" left="100" top="194" enabled="true" zIndex="4"
  192.                     mappingColor="#FF0000" 
  193.                     onClick="JScript:ShowCover();"
  194.                     upTooltip = "Info Mode"
  195.                     downimage="ButtonInfoD.gif"
  196.                     image="ButtonInfo.gif"
  197.                     hoverImage="ButtonInfoH.gif"
  198.                     
  199.                 >
  200.                 </button>
  201.                 
  202.                 <button  id="ClearButton" left="91" top="226" enabled="true" zIndex="4"
  203.                     mappingColor="#FF0000" 
  204.                     onClick="JScript:HideAll();"
  205.                     upTooltip = "Hide All"
  206.                     downimage="ButtonHideD.gif"
  207.                     image="ButtonHide.gif"
  208.                     disabledimage="ButtonNextDis.gif"
  209.                     hoverImage="ButtonHideH.gif"
  210.                     
  211.                 >
  212.                 </button>
  213.                 
  214.                 <button  id="EqButton" left="84" top="258" enabled="true" zIndex="3"
  215.                     mappingColor="#FF0000" 
  216.                     onClick="JScript:ShowEQ();"
  217.                     upTooltip = "Show Equalizer"
  218.                     downimage="ButtonEqD.gif"
  219.                     image="ButtonEq.gif"
  220.                     hoverImage="ButtonEqH.gif"
  221.                     
  222.                 >
  223.                 </button>
  224.                 
  225.                 <button id="PlaylistDrawerButton" left="94" top="289" enabled="true" zIndex="3"
  226.                     onClick="JScript:ShowPlaylist();"
  227.                 upTooltip = "Show Playlist"
  228.                     downimage="ButtonPlD.gif"
  229.                     image="ButtonPl.gif"
  230.                     hoverImage="ButtonPlH.gif"
  231.                     
  232.                 >
  233.                 </button>
  234.                 
  235.                 <button id="VisButton"  left="125" top="297" enabled="true" zIndex="44"
  236.                     mappingColor="#FF0000" 
  237.                     onClick="JScript:ShowVis();"
  238.                     upTooltip = "Show Vis"
  239.                     downimage="ButtonVisD.gif"
  240.                     image="ButtonVis2.gif"
  241.                     hoverImage="ButtonVisH2.gif"
  242.                     
  243.                 >
  244.                 </button>
  245.                 <button id="AboutButton" visible="false" enabled="true" zIndex="3"
  246.                         image="about.bmp"
  247.                         hoverimage="aboutho.bmp"
  248.                         OnClick="script:theme.currentViewID='InfoPopup'"
  249.                         upTooltip = "Go to About Section" cursor="hand"
  250.                 >
  251.                 </button>    
  252.                 
  253.             
  254.                 
  255.                  
  256.             </subview>
  257.             <subview id="title" left="169" top="140" width="147" height="13"  zIndex="30" 
  258.             backgroundImage="TitleBG.gif"
  259.             transparencyColor="#FF00FF"
  260.                 >
  261.                 <text id="metadata" 
  262.                       visible = "wmpenabled:player.controls.stop" visible="false"
  263.                      left="20" top="0" width="110" height="11"
  264.                      justification="Center"
  265.                         fontSize="7"  scrolling="true" scrollingAmount="2" scrollingDirection="left"
  266.                      fontStyle="normal" fontSmoothing="true"
  267.                         ForegroundColor = "#97D0E9"
  268.                      backgroundcolor="#407CAE"
  269.                         value="wmpprop:player.currentmedia.name"
  270.                      textwidth_onchange="JScript:scrolling=(textwidth>width);"
  271.                      >
  272.                  </text>
  273.             </subview>    
  274.             
  275.             <subview id="Cover" left="131" top="154" width="223" height="184"  zIndex="38" 
  276.              visible = "false"
  277.              clippingImage        = "VisBG.gif"
  278.             clippingColor        = "#FF00FF"
  279.             transparencyColor="#FF00FF" 
  280.             
  281.                 >
  282.                 <button id="Coveranim"  left="0" top="0" enabled="true" zIndex="38"
  283.                     clippingImage        = "VisBG.gif"
  284.                     clippingColor        = "#FF00FF"
  285.                     cursor = "hand"
  286.                     image="Coveranim2.gif"
  287.                     downimage="Coveranim2.gif"
  288.                     
  289.                     transparencyColor="#FF00FF"
  290.                 >
  291.                 </button>    
  292.                 <button id="Covertrans"  left="0" top="0" enabled="true" zIndex="39"
  293.                     clippingImage        = "covBG.gif"
  294.                     clippingColor        = "#FF00FF"
  295.                     cursor = "hand"
  296.                     image="Cover.gif"
  297.                     hoverimage="lightning.gif"
  298.                     OnClick="script:theme.currentViewID='InfoPopup'"
  299.                     transparencyColor="#FF00FF"
  300.                     uptooltip="Enter Info Mode"
  301.                 >
  302.                 </button>    
  303.                 
  304.              </subview>
  305.             
  306.             <subview id="visual" left="131" top="153" width="223" height="204"  zIndex="30" 
  307.                 transparencyColor="#FF00FF" visible = "wmpenabled:player.controls.pause"
  308.                 backgroundImage="VisBG.gif"
  309.                 >
  310.         
  311.                     <effects id="visEffects"
  312.                         clippingImage        = "VisBG.gif"
  313.                         clippingColor        = "#FF00FF"
  314.                           left="0" top="0" width="223" height="223"
  315.                           windowed="false" zIndex="31" 
  316.                            currentEffectType="ambience"
  317.                         visible = "wmpenabled:player.controls.pause"
  318.                         onClick="JScript:visEffects.next();;"
  319.                         onDblClick="JScript:visEffects.settings();"
  320.                 
  321.                             >
  322.                       </effects>
  323.                     <video id="vid" 
  324.                             left="31" top="22" width="160" height="109"
  325.                                  zIndex="131" 
  326.                             windowless = "false"
  327.                             maintainAspectRatio = "true"
  328.                             shrinkToFit = "true"
  329.                             onVideoStart = "JScript:StartVideo();"
  330.                             onVideoEnd = "JScript:EndVideo();"
  331.                             visible = "false"
  332.                             fullscreen = "false"
  333.                             onClick = "JScript:vid.fullscreen=true;"
  334.                             toolTip = "Click to go Fullscreen"
  335.  
  336.                             >
  337.                     </video>
  338.                     
  339.                 </subview>
  340.         
  341.         
  342.         
  343.  
  344.  <!-- Playlist Subview -->
  345.  
  346.  
  347.     <subview id="PlaylistDrawer" zIndex="10"
  348.                transparencyColor="#FF00FF"
  349.                zIndex="35"
  350.              
  351.             >
  352.             
  353.     
  354.         <subview id="plsub" backgroundImage="PlBG.gif"
  355.              left="131" top="138" width="223" height="204"
  356.              visible="false" zIndex="35" 
  357.              transparencyColor="#FF00FF"
  358.              
  359.             >
  360.  
  361.             <button left="9" top="88"
  362.                     image="2ndtrans.gif"
  363.                     width="17" height="14"
  364.                     downimage="repeaton.gif"
  365.                     sticky="true"
  366.                     upTooltip="Enable Repeat"
  367.                     downTooltip="Disable Repeat"
  368.                     down="jscript:player.settings.getMode('loop');"
  369.                     onClick="player.settings.setMode('loop',down);"
  370.                     cursor="hand"
  371.                      >
  372.                </button>
  373.                 <button left="197" top="88"
  374.                     image="2ndtrans.gif"
  375.                     width="17" height="14"
  376.                     downimage="shuffleon.gif"
  377.                     sticky="true"
  378.                     upTooltip="Enable Shuffle"
  379.                     downTooltip="Disable Shuffle"
  380.                     onClick = "JScript:shuffleClick();"
  381.                     down = "JScript:player.Settings.getMode('shuffle');"
  382.                     cursor="hand"
  383.                      >
  384.                </button>
  385.             <playlist id="PlaylistFrame" zIndex="0"
  386.                     
  387.                            left="30" top="27"
  388.                         width="163"
  389.                         height="125"
  390.                         backgroundColor="#0099CB"
  391.                            foregroundColor="#97D0E9"
  392.                         columnsVisible="false"
  393.                         columns="name=Name;Duration=Time"
  394.                         editbuttonsvisible="false"
  395.                         movebuttonsvisible="false"
  396.                         dropDownVisible="true"
  397.                         visible="true"
  398.                         disabledItemColor="#c0c0c0"
  399.                         itemPlayingBackgroundColor="#407CAE"
  400.                         itemPlayingColor="#ACD8E5">                        
  401.             </playlist> 
  402.             
  403.         
  404.  
  405.         </subview>
  406.         
  407.  
  408.     </subview>
  409.  <!-- END Playlist Subview -->
  410.     <subview
  411.             id="VolumeSub"
  412.             backgroundImage="VolBG.gif"
  413.                Left="131" Top="153"
  414.                transparencyColor="#FF00FF"
  415.             width="223" height="204" 
  416.                visible="false"
  417.             zIndex="21">
  418.             
  419.             <CustomSlider
  420.                 Left="34" Top="53"
  421.                 width="155" height="9"
  422.                 direction="Horizontal" tiled="true"
  423.                 zIndex="201"
  424.                 min="0"
  425.                 max="100"
  426.                 borderSize="0"
  427.                  image="Progress.gif"
  428.                 cursor="hand"
  429.                 transparencyColor="#FF00FF"
  430.                 PositionImage="ProgressMap.gif"
  431.                 enabled="true"
  432.                    value="wmpprop:player.settings.volume"
  433.                   value_onchange="player.settings.volume = value" 
  434.             />
  435.                 
  436.              <CustomSlider id="seek" toolTip="Seek" zIndex="201"
  437.                 left="34" top="98" width="155"
  438.                 direction="Horizontal" tiled="true"
  439.                 Image="Progress.gif"
  440.                 positionimage="ProgressMap.gif"
  441.                 transparencyColor="#FF00FF"
  442.                 borderSize="0" min="0"
  443.                 max="wmpprop:player.currentmedia.duration"
  444.                 value="wmpprop:player.Controls.currentPosition"
  445.                 onDragEnd="player.controls.currentposition=value;"
  446.                 useForegroundProgress="true"
  447.                 foregroundProgress="wmpprop:player.network.downloadProgress"
  448.              />
  449.               
  450.         </subview>
  451.     
  452.  <!-- EQ Subview -->
  453.  
  454.          <subview id="EqualizerFrame"  visible="false"
  455.                   
  456.                   BackgroundImage        = "EqBG.gif"
  457.                 Left="131" Top="153"
  458.                    transparencyColor="#FF00FF"
  459.                 width="223" height="204"  
  460.                 zIndex="25"
  461.                   >
  462.                 
  463.                 
  464.               
  465.                 <equalizerSettings id="eq" enable="true"
  466.                 left="21" top="33" width="131" height="88"
  467.                 >
  468.       
  469.                 </equalizerSettings>
  470.                 <slider id="eq1" borderSize="6"
  471.                     left="37"
  472.                     top="30"
  473.                     toolTip="Graphic equalizer control"
  474.                     backgroundimage="EqBar.gif"
  475.                     thumbImage="EqKnob.gif"
  476.                     transparencyColor="#FF00FF"
  477.                     min="-14" max="14" direction="vertical"
  478.                     value="wmpprop:eq.gainLevel1"
  479.                     value_onchange="eq.gainLevel1=value;"
  480.                     >
  481.                 </slider>
  482.                 <slider id="eq2" borderSize="6"
  483.                     left="jscript:eq1.left+16;"
  484.                     top="jscript:eq1.top;"
  485.                     toolTip="Graphic equalizer control"
  486.                     backgroundimage="EqBar.gif"
  487.                     thumbImage="EqKnob.gif"
  488.                      thumbImage="EqKnob.gif"
  489.                     min="-14" max="14" direction="vertical"
  490.                     value="wmpprop:eq.gainLevel2"
  491.                     value_onchange="eq.gainLevel2=value;"
  492.                     >
  493.                 </slider>
  494.                 <slider id="eq3" borderSize="6"
  495.                     left="jscript:eq2.left+16;"
  496.                     top="jscript:eq1.top;"
  497.                     toolTip="Graphic equalizer control"
  498.                     backgroundimage="EqBar.gif"
  499.                      thumbImage="EqKnob.gif"
  500.                     transparencyColor="#FF00FF"
  501.                     min="-14" max="14" direction="vertical"
  502.                     value="wmpprop:eq.gainLevel3"
  503.                     value_onchange="eq.gainLevel3=value;"
  504.                     >
  505.                 </slider>
  506.                 <slider id="eq4" borderSize="6"
  507.                     left="jscript:eq3.left+16;"
  508.                     top="jscript:eq1.top;"
  509.                     toolTip="Graphic equalizer control"
  510.                     backgroundimage="EqBar.gif"
  511.                      thumbImage="EqKnob.gif"
  512.                     transparencyColor="#FF00FF"
  513.                     min="-14" max="14" direction="vertical"
  514.                     value="wmpprop:eq.gainLevel4"
  515.                     value_onchange="eq.gainLevel4=value;"
  516.                     >
  517.                 </slider>
  518.                 <slider id="eq5" borderSize="6"
  519.                     left="jscript:eq4.left+16;"
  520.                     top="jscript:eq1.top;"
  521.                     toolTip="Graphic equalizer control"
  522.                     backgroundimage="EqBar.gif"
  523.                      thumbImage="EqKnob.gif"
  524.                     transparencyColor="#FF00FF"
  525.                     min="-14" max="14" direction="vertical"
  526.                     value="wmpprop:eq.gainLevel5"
  527.                     value_onchange="eq.gainLevel5=value;"
  528.                     >
  529.                 </slider>
  530.                 <slider id="eq6" borderSize="6"
  531.                     left="jscript:eq5.left+16;"
  532.                     top="jscript:eq1.top;"
  533.                     toolTip="Graphic equalizer control"
  534.                     backgroundimage="EqBar.gif"
  535.                      thumbImage="EqKnob.gif"
  536.                     transparencyColor="#FF00FF"
  537.                     min="-14" max="14" direction="vertical"
  538.                     value="wmpprop:eq.gainLevel6"
  539.                     value_onchange="eq.gainLevel6=value;"
  540.                     >
  541.                 </slider>
  542.                 <slider id="eq7" borderSize="6"
  543.                     left="jscript:eq6.left+16;"
  544.                     top="jscript:eq1.top;"
  545.                     toolTip="Graphic equalizer control"
  546.                     backgroundimage="EqBar.gif"
  547.                      thumbImage="EqKnob.gif"
  548.                     transparencyColor="#FF00FF"
  549.                     min="-14" max="14" direction="vertical"
  550.                     value="wmpprop:eq.gainLevel7"
  551.                     value_onchange="eq.gainLevel7=value;"
  552.                     >
  553.                 </slider>
  554.                 <slider id="eq8" borderSize="6"
  555.                     left="jscript:eq7.left+16;"
  556.                     top="jscript:eq1.top;"
  557.                     toolTip="Graphic equalizer control"
  558.                     backgroundimage="EqBar.gif"
  559.                      thumbImage="EqKnob.gif"
  560.                     transparencyColor="#FF00FF"
  561.                     min="-14" max="14" direction="vertical"
  562.                     value="wmpprop:eq.gainLevel8"
  563.                     value_onchange="eq.gainLevel8=value;"
  564.                     >
  565.                 </slider>
  566.                 <slider id="eq9" borderSize="6"
  567.                     left="jscript:eq8.left+16;"
  568.                     top="jscript:eq1.top;"
  569.                     toolTip="Graphic equalizer control"
  570.                     backgroundimage="EqBar.gif"
  571.                      thumbImage="EqKnob.gif"
  572.                     transparencyColor="#FF00FF"
  573.                     min="-14" max="14" direction="vertical"
  574.                     value="wmpprop:eq.gainLevel9"
  575.                     value_onchange="eq.gainLevel9=value;"
  576.                     >
  577.                 </slider>
  578.                 <slider id="eq10" borderSize="6"
  579.                     left="jscript:eq9.left+16;"
  580.                     top="jscript:eq1.top;"
  581.                     toolTip="Graphic equalizer control"
  582.                     backgroundimage="EqBar.gif"
  583.                     thumbImage="EqKnob.gif"
  584.                     transparencyColor="#FF00FF"
  585.                     min="-14" max="14" direction="vertical"
  586.                     value="wmpprop:eq.gainLevel10"
  587.                     value_onchange="eq.gainLevel10=value;"
  588.                     >
  589.                 </slider>
  590.                 
  591.                 
  592.                 
  593.                <button left="104" top="124"
  594.                      image="reset.gif"
  595.                      HoverImage="resetho.gif"
  596.                      enabled="true"
  597.                      transparencyColor="#FF00FF"
  598.                       zIndex="1" value="reset"
  599.                      toolTip="Reset graphic equalizer controls"
  600.                      onClick="eq.reset();"
  601.                      cursor="hand"
  602.                      >
  603.                </button>
  604.                
  605.                    
  606.                  
  607.                 <button id="prevpreset"  left="11" top="73"
  608.                     width="20" height="17"
  609.                        image="prevpreset.gif"
  610.                       hoverImage="prevpresetho.gif"
  611.                         downImage="prevpreset.gif"
  612.                        transparencyColor="#FF00FF"
  613.                         onMouseDown="eq.previousPreset();"
  614.                      uptooltip="Previous Preset"
  615.                      cursor="hand"
  616.                 >
  617.                    </button>
  618.                 
  619.                 <text id="textpreset" left="83" top="109" width="60" fontstyle="bold"
  620.                          justification="Center" fontSize="8" ForegroundColor = "#97D0E9"
  621.                       value="wmpprop:eq.currentPresetTitle"
  622.                     >
  623.                 </text>
  624.                            
  625.                   <button left="194" top="75"
  626.                         width="20" height="17"
  627.                        image="nextpreset.gif"
  628.                         hoverImage="nextpresetho.gif"
  629.                         downImage="nextpreset.gif"
  630.                         transparencyColor="#FF00FF"
  631.                         onMouseDown="eq.nextPreset();"
  632.                        uptooltip="Next Preset"
  633.                        cursor="hand"
  634.                         >
  635.                 </button>
  636.  
  637.              </subview>
  638.  <!-- END  EQ Subview -->
  639.  
  640.      </subview>
  641.     
  642. </view>
  643.  
  644.  <!-- INFO   view -->
  645.  
  646. <view id="InfoPopup"
  647.     backgroundColor="none"
  648.     width="550" height="350"
  649.     titleBar="false" resizable="false"
  650.     onLoad="Init();"
  651.     scriptFile="DBS2.js;res://wmploc.dll/RT_TEXT/#132;">
  652.     
  653.             
  654.      <subview zIndex="8" 
  655.         left="0" top="0"
  656.         backgroundImage="InfoMask.gif"
  657.         width="550" height="350"
  658.         transparencyColor="#FF00FF">
  659.         
  660.             <button left="0" top="0" zIndex="1"
  661.                  width="550" height="350"
  662.                 ClippingColor="#FF00FF"
  663.                 ClippingImage="InfoMask.gif"
  664.                 image="Info.jpg"
  665.                 enabled = "false"
  666.                 transparencycolor="#FF00FF"
  667.             >
  668.             </button>
  669.             <subview zIndex="18" id="bubbly" visible="true"
  670.                 left="0" top="0"
  671.                 width="550" height="264"
  672.                 >
  673.                 <button id="bubbles" left="173" top="109" width="190" height="187" zIndex="19"
  674.                         image="bubbles2.gif"
  675.                     >
  676.                 </button>
  677.             </subview>
  678.             <button id="BackButton"  left="95" top="248" enabled="true" zIndex="4"
  679.                     OnClick="script:theme.currentViewID='MainPlayer'"
  680.                     upTooltip = "Back to Player"
  681.                     downimage="ButtonBackD.gif"
  682.                     image="ButtonBack.gif"
  683.                     hoverImage="ButtonBackH.gif"
  684.                     disabledimage="ButtonBackDis.gif"
  685.                 >
  686.             </button>
  687.             <button left="87" top="162" zIndex="20"
  688.                 width="88" height="20"
  689.                 image="2ndtrans.gif"
  690.                 enabled = "true"
  691.                 HoverImage="LyricsHo.gif"
  692.                 cursor="hand"
  693.                 uptooltip="View Lyrics"
  694.                 onClick="JScript:showLyrics()"
  695.             >
  696.             </button>
  697.             <button left="89" top="187" zIndex="20"
  698.                 width="88" height="20"
  699.                 image="2ndtrans.gif"
  700.                 enabled = "true"
  701.                 HoverImage="DiscographyHo.gif"
  702.                 uptooltip="View CD"
  703.                 cursor="hand"
  704.                 onClick="JScript:showDiscography()"
  705.             >
  706.             </button>
  707.             <button left="403" top="162" zIndex="20"
  708.                 width="88" height="20"
  709.                 image="2ndtrans.gif"
  710.                 enabled = "true"
  711.                 HoverImage="ContactusHo.gif"
  712.                 uptooltip="View Contacts"
  713.                 cursor="hand"
  714.                 onClick="JScript:showContactus()"
  715.             >
  716.             </button>
  717.             <button left="403" top="187" zIndex="20"
  718.                 width="88" height="20"
  719.                 image="2ndtrans.gif"
  720.                 enabled = "true"
  721.                 HoverImage="BiographyHo.gif"
  722.                 uptooltip="View Biography"
  723.                 cursor="hand"
  724.                 onClick="JScript:showBiography()"
  725.             >
  726.             </button>
  727.             <button left="89" top="212" zIndex="20"
  728.                 width="88" height="20"
  729.                 image="2ndtrans.gif"
  730.                 enabled = "true"
  731.                 HoverImage="PicturesHo.gif"
  732.                 uptooltip="View Pictures"
  733.                 cursor="hand"
  734.                 onClick="JScript:showPictures()"
  735.             >
  736.             </button>
  737.             <button left="401" top="212" zIndex="20"
  738.                 width="88" height="20"
  739.                 image="2ndtrans.gif"
  740.                 enabled = "true"
  741.                 HoverImage="LinksHo.gif"
  742.                 uptooltip="View Links"
  743.                 cursor="hand"
  744.                 onClick="JScript:showLinks()"
  745.             >
  746.             </button>
  747.             <subview zIndex="18" id="front"
  748.                 left="0" top="0"
  749.                 width="550" height="350"
  750.                 >
  751.                 
  752.                 <button left="187" top="175" zIndex="15"
  753.                     width="204" height="17"
  754.                     image="dbs.gif"
  755.                     enabled = "false"
  756.                     
  757.                 >
  758.                 </button>
  759.                 
  760.             </subview>
  761.             <subview zIndex="18" id="Contactus" visible="false"
  762.                 left="0" top="0"
  763.                 width="550" height="350"
  764.                 >
  765.                 <button left="403" top="162" zIndex="20"
  766.                     width="88" height="20"
  767.                     enabled = "true"
  768.                     Image="ContactusHo.gif"
  769.                     uptooltip="View Contacts"
  770.                     cursor="hand"
  771.                     onClick="JScript:showContactus()"
  772.                     >
  773.                 </button>
  774.                 <text left="210" top="145" zIndex="15"
  775.                     value="Clay Bergus (guitar):"
  776.                     ForegroundColor = "#21445E" fontSmoothing="true"
  777.                     fontSize="8" FontType="Verdana" FontStyle="bold"
  778.                 
  779.                 />
  780.                 <text left="225" top="155" zIndex="15"
  781.                     value="clay@deepbluesomething.com"
  782.                     ForegroundColor = "#21445E" fontSmoothing="true"
  783.                     HoverForegroundColor = "#000000"
  784.                     fontSize="8" FontType="Verdana" 
  785.                     onclick="player.launchURL('mailto:clay@deepbluesomething.com');" cursor="hand"
  786.  
  787.                 />
  788.                 <text left="210" top="170" zIndex="15"
  789.                     value="Todd Pipes (vocals/bass):"
  790.                     ForegroundColor = "#21445E" fontSmoothing="true"
  791.                     fontSize="8" FontType="Verdana" FontStyle="bold"
  792.                 
  793.                 />
  794.                 <text left="225" top="180" zIndex="15"
  795.                     value="todd@deepbluesomething.com"
  796.                     ForegroundColor = "#21445E" fontSmoothing="true"
  797.                     HoverForegroundColor = "#000000"
  798.                     fontSize="8" FontType="Verdana" 
  799.                     onclick="player.launchURL('mailto:todd@deepbluesomething.com');" cursor="hand"
  800.  
  801.                 />
  802.                 <text left="210" top="195" zIndex="15"
  803.                     value="Toby Pipes (guitar/ vocals):"
  804.                     ForegroundColor = "#21445E" fontSmoothing="true"
  805.                     fontSize="8" FontType="Verdana" FontStyle="bold"
  806.                 
  807.                 />
  808.                 <text left="225" top="205" zIndex="15"
  809.                     value="toby@deepbluesomething.com"
  810.                     ForegroundColor = "#21445E" fontSmoothing="true"
  811.                     HoverForegroundColor = "#000000"
  812.                     fontSize="8" FontType="Verdana" 
  813.                     onclick="player.launchURL('mailto:toby@deepbluesomething.com');" cursor="hand"
  814.  
  815.                 />
  816.                 <text left="210" top="220" zIndex="15"
  817.                     value="John Kirtland (drums):"
  818.                     ForegroundColor = "#21445E" fontSmoothing="true"
  819.                     fontSize="8" FontType="Verdana" FontStyle="bold"
  820.                 
  821.                 />
  822.                 <text left="225" top="230" zIndex="15"
  823.                     value="john@deepbluesomething.com"
  824.                     ForegroundColor = "#21445E" fontSmoothing="true"
  825.                     HoverForegroundColor = "#000000"
  826.                     fontSize="8" FontType="Verdana" 
  827.                     onclick="player.launchURL('mailto:john@deepbluesomething.com');" cursor="hand"
  828.                 />
  829.                 <button left="407" top="236" zIndex="15"
  830.                         width="20" height="20"
  831.                         enabled = "true"
  832.                         Image="arrow.gif"
  833.                         HoverImage="arrowho.gif"
  834.                         cursor="hand"
  835.                         uptooltip="View Aezra Contacts"
  836.                         onClick="JScript:showContactus2()"
  837.                         >
  838.                 
  839.                     </button>
  840.             </subview>
  841.             <subview zIndex="18" id="Contactus2" visible="false"
  842.                 left="0" top="0"
  843.                 width="550" height="350"
  844.                 >
  845.                 <text left="195" top="145" zIndex="15"
  846.                     value="Aezra Records"
  847.                     ForegroundColor = "#21445E" fontSmoothing="true"
  848.                     fontSize="8" FontType="Verdana" fontStyle="bold"
  849.                 />
  850.                 <text left="195" top="155" zIndex="15"
  851.                     value="14040 N. Cave Creek Road, Suite 305B"
  852.                     ForegroundColor = "#21445E" fontSmoothing="true"
  853.                     fontSize="8" FontType="Verdana" 
  854.                 />
  855.                 <text left="195" top="165" zIndex="15"
  856.                     value="Phoenix, AZ 85022"
  857.                     ForegroundColor = "#21445E" fontSmoothing="true"
  858.                     fontSize="8" FontType="Verdana" 
  859.                 />
  860.                 <text left="195" top="185" zIndex="15"
  861.                     value="Telephone: (602) 482-6518"
  862.                     ForegroundColor = "#21445E" fontSmoothing="true"
  863.                     fontSize="8" FontType="Verdana" 
  864.                 />
  865.                 <text left="195" top="195" zIndex="15"
  866.                     value="Fax: (602) 765-6824"
  867.                     ForegroundColor = "#21445E" fontSmoothing="true"
  868.                     fontSize="8" FontType="Verdana" 
  869.                 />
  870.                 <text left="195" top="205" zIndex="15"
  871.                     value="Email:"
  872.                     ForegroundColor = "#21445E" fontSmoothing="true"
  873.                     fontSize="8" FontType="Verdana" 
  874.                 />
  875.                 <text left="235" top="205" zIndex="15"
  876.                     value="info@aezra.com"
  877.                     ForegroundColor = "#21445E" fontSmoothing="true"
  878.                     fontSize="8" FontType="Verdana" 
  879.                     onclick="player.launchURL('mailto:info@aezra.com');" cursor="hand"
  880.                     HoverForegroundColor = "#000000"
  881.                 />
  882.                     <button left="155" top="236" zIndex="20"
  883.                         width="20" height="20"
  884.                         enabled = "true"
  885.                         Image="arrow2.gif"
  886.                         HoverImage="arrow2ho.gif"
  887.                         cursor="hand"
  888.                         uptooltip="View Deep Blue Something Contacts"
  889.                         onClick="JScript:showContactus()"
  890.                         >
  891.                     </button>
  892.                     <button left="407" top="236" zIndex="15"
  893.                         width="20" height="20"
  894.                         enabled = "true"
  895.                         Image="arrow.gif"
  896.                         HoverImage="arrowho.gif"
  897.                         cursor="hand"
  898.                         uptooltip="View Credits"
  899.                         onClick="JScript:showContactus3()"
  900.                         >
  901.                 
  902.                     </button>
  903.             </subview>
  904.             <subview zIndex="18" id="Contactus3" visible="false"
  905.                 left="0" top="0"
  906.                 width="550" height="350"
  907.                 >
  908.                 <button left="155" top="236" zIndex="20"
  909.                         width="20" height="20"
  910.                         enabled = "true"
  911.                         Image="arrow2.gif"
  912.                         HoverImage="arrow2ho.gif"
  913.                         cursor="hand"
  914.                         uptooltip="View Aezra Contacts"
  915.                         onClick="JScript:showContactus2()"
  916.                         >
  917.                 </button>
  918.                 <button left="213" top="114" zIndex="15"
  919.                         width="146" height="146"
  920.                         enabled = "true"
  921.                         Image="credits.gif"
  922.                         HoverImage="credits.gif"
  923.                         cursor="hand"
  924.                         uptooltip="Visit TheSkinsFactory.com"
  925.                         onclick="player.launchURL('http://www.theskinsfactory.com');"
  926.                         >
  927.                 </button>
  928.             </subview>
  929.             <subview zIndex="18" id="Links" visible="false"
  930.                 left="0" top="0"
  931.                 width="550" height="350"
  932.                 >
  933.                 <text left="225" top="155" zIndex="15"
  934.                     value="Deep Blue Something"
  935.                     ForegroundColor = "#21445E" fontSmoothing="true"
  936.                     fontSize="8" FontType="Verdana" fontstyle="bold"
  937.                     onclick="player.launchURL('http://www.deepbluesomething.com');" cursor="hand"
  938.                     HoverForegroundColor = "#000000"
  939.                 />
  940.                 <text left="225" top="185" zIndex="15"
  941.                     value="Aezra Records "
  942.                     ForegroundColor = "#21445E" fontSmoothing="true"
  943.                     fontSize="8" FontType="Verdana"  fontstyle="bold"
  944.                     onclick="player.launchURL('http://www.aezra.com');" cursor="hand"
  945.                     HoverForegroundColor = "#000000"
  946.                 />
  947.                 <text left="225" top="215" zIndex="15"
  948.                     value="Buy CD"
  949.                     ForegroundColor = "#21445E" fontSmoothing="true"
  950.                     fontSize="8" FontType="Verdana"  fontstyle="bold"
  951.                     onclick="player.launchURL('http://www.amazon.com/exec/obidos/ASIN/B00005ICLD/digitalmarket-20/102-3430436-0138521');" cursor="hand"
  952.                     HoverForegroundColor = "#000000"
  953.                 />
  954.             </subview>
  955.             <subview zIndex="18" id="Biography" visible="false"
  956.                 left="0" top="0"
  957.                 width="550" height="350"
  958.                 >
  959.                 <button left="403" top="187" zIndex="20"
  960.                     width="88" height="20"
  961.                     enabled = "true"
  962.                     Image="BiographyHo.gif"
  963.                     uptooltip="View Biography"
  964.                     cursor="hand"
  965.                     onClick="JScript:showBiography()"
  966.                     >    
  967.                 </button>
  968.                 <subview zIndex="18" id="bio1" visible="false"
  969.                     left="0" top="0"
  970.                     width="550" height="350"
  971.                     >
  972.                     <button left="179" top="141" zIndex="19"
  973.                         width="222" height="109"
  974.                         enabled = "true"
  975.                         Image="Bio1.gif"
  976.                         >    
  977.                     </button>
  978.                     
  979.                     <button left="407" top="236" zIndex="15"
  980.                         width="20" height="20"
  981.                         enabled = "true"
  982.                         Image="arrow.gif"
  983.                         HoverImage="arrowho.gif"
  984.                         cursor="hand"
  985.                         uptooltip="View Lyrics"
  986.                         onClick="JScript:showbio2()"
  987.                         >
  988.                 
  989.                     </button>
  990.                 </subview>
  991.                 <subview zIndex="18" id="bio2" visible="false"
  992.                     left="0" top="0"
  993.                     width="550" height="350"
  994.                     >
  995.                     <button left="179" top="141" zIndex="19"
  996.                         width="222" height="109"
  997.                         enabled = "true"
  998.                         Image="Bio2.gif"
  999.                         >    
  1000.                     </button>
  1001.                     <button left="155" top="236" zIndex="15"
  1002.                         width="20" height="20"
  1003.                         enabled = "true"
  1004.                         Image="arrow2.gif"
  1005.                         HoverImage="arrow2ho.gif"
  1006.                         cursor="hand"
  1007.                         uptooltip="View Lyrics"
  1008.                         onClick="JScript:showBiography()"
  1009.                         >
  1010.                     </button>
  1011.                     <button left="407" top="236" zIndex="15"
  1012.                         width="20" height="20"
  1013.                         enabled = "true"
  1014.                         Image="arrow.gif"
  1015.                         HoverImage="arrowho.gif"
  1016.                         cursor="hand"
  1017.                         uptooltip="View Lyrics"
  1018.                         onClick="JScript:showbio3()"
  1019.                         >
  1020.                 
  1021.                     </button>
  1022.                 </subview>
  1023.                 <subview zIndex="18" id="bio3" visible="false"
  1024.                     left="0" top="0"
  1025.                     width="550" height="350"
  1026.                     >
  1027.                     <button left="179" top="141" zIndex="19"
  1028.                         width="222" height="109"
  1029.                         enabled = "true"
  1030.                         Image="Bio3.gif"
  1031.                         >    
  1032.                     </button>
  1033.                     <button left="155" top="236" zIndex="20"
  1034.                         width="20" height="20"
  1035.                         enabled = "true"
  1036.                         Image="arrow2.gif"
  1037.                         HoverImage="arrow2ho.gif"
  1038.                         cursor="hand"
  1039.                         uptooltip="View Lyrics"
  1040.                         onClick="JScript:showbio2()"
  1041.                         >
  1042.                     </button>
  1043.                     
  1044.                 </subview>
  1045.             </subview>
  1046.             <subview zIndex="18" id="Discography" visible="false"
  1047.                 left="0" top="0"
  1048.                 width="550" height="350"
  1049.                 >
  1050.                 <button left="221" top="115" zIndex="15"
  1051.                     width="136" height="136"
  1052.                     enabled = "true"
  1053.                     Image="cover1.gif"
  1054.                     uptooltip="View Track List"
  1055.                     cursor="hand"
  1056.                     onClick="JScript:showdisco1()"
  1057.                 >
  1058.                 </button>
  1059.                 <button left="89" top="187" zIndex="20"
  1060.                     width="88" height="20"
  1061.                     enabled = "true"
  1062.                     Image="DiscographyHo.gif"
  1063.                     uptooltip="View CD"
  1064.                     cursor="hand"
  1065.                     onClick="JScript:showDiscography()"
  1066.                 >
  1067.                 </button>
  1068.                 <subview zIndex="18" id="disco1"  zIndex="19"
  1069.                     left="0" top="0" visible="false"
  1070.                     width="550" height="350">
  1071.                     
  1072.                     <text left="145" top="110" zIndex="15"
  1073.                         value="Deep Blue Something "
  1074.                         ForegroundColor = "#21445E" fontSmoothing="true"
  1075.                         fontSize="8" FontType="Verdana" FontStyle="bold"
  1076.                         />
  1077.                     <text left="275" top="110" zIndex="15"
  1078.                         value="(2001, Aezra Records)"
  1079.                         ForegroundColor = "#21445E" fontSmoothing="true"
  1080.                         fontSize="8" FontType="Verdana" FontStyle="Italic"
  1081.                         />
  1082.                     <text left="190" top="125" zIndex="15"
  1083.                         value="01. Military Man"
  1084.                         ForegroundColor = "#21445E" fontSmoothing="true"
  1085.                         fontSize="8" FontType="Verdana"
  1086.                         />
  1087.                     <text left="190" top="135" zIndex="15"
  1088.                         value="02. So Precious"
  1089.                         ForegroundColor = "#21445E" fontSmoothing="true"
  1090.                         fontSize="8" FontType="Verdana"
  1091.                         />
  1092.                     <text left="190" top="145" zIndex="15"
  1093.                         value="03. She Is"
  1094.                         ForegroundColor = "#21445E" fontSmoothing="true"
  1095.                         fontSize="8" FontType="Verdana"
  1096.                         
  1097.                         />
  1098.                     <text left="190" top="155" zIndex="15"
  1099.                         value="04. Burning A Past"
  1100.                         ForegroundColor = "#21445E" fontSmoothing="true"
  1101.                         fontSize="8" FontType="Verdana"
  1102.                         />
  1103.                     <text left="190" top="165" zIndex="15"
  1104.                         value="05. Higher"
  1105.                         ForegroundColor = "#21445E" fontSmoothing="true"
  1106.                         fontSize="8" FontType="Verdana"
  1107.                         />
  1108.                     <text left="190" top="175" zIndex="15"
  1109.                         value="06. Number One"
  1110.                         ForegroundColor = "#21445E" fontSmoothing="true"
  1111.                         fontSize="8" FontType="Verdana"
  1112.                         />
  1113.                         <text left="190" top="185" zIndex="15"
  1114.                         value="07. Hell In Itself"
  1115.                         ForegroundColor = "#21445E" fontSmoothing="true"
  1116.                         fontSize="8" FontType="Verdana"
  1117.                         />
  1118.                         <text left="190" top="195" zIndex="15"
  1119.                         value="08. Who Wants It"
  1120.                         ForegroundColor = "#21445E" fontSmoothing="true"
  1121.                         fontSize="8" FontType="Verdana"
  1122.                         />
  1123.                         <text left="190" top="205" zIndex="15"
  1124.                         value="09. Focus"
  1125.                         ForegroundColor = "#21445E" fontSmoothing="true"
  1126.                         fontSize="8" FontType="Verdana"
  1127.                         />
  1128.                         <text left="190" top="215" zIndex="15"
  1129.                         value="10. Parkbench"
  1130.                         ForegroundColor = "#21445E" fontSmoothing="true"
  1131.                         fontSize="8" FontType="Verdana"
  1132.                         />
  1133.                         <text left="190" top="225" zIndex="15"
  1134.                         value="11. Page Me Wolverine"
  1135.                         ForegroundColor = "#21445E" fontSmoothing="true"
  1136.                         fontSize="8" FontType="Verdana"
  1137.                         />
  1138.                         <text left="190" top="235" zIndex="15"
  1139.                         value="12. Enough To Get By"
  1140.                         ForegroundColor = "#21445E" fontSmoothing="true"
  1141.                         fontSize="8" FontType="Verdana"
  1142.                         />
  1143.                         <text left="190" top="245" zIndex="15"
  1144.                         value="13. Beautiful Nightmare"
  1145.                         ForegroundColor = "#21445E" fontSmoothing="true"
  1146.                         fontSize="8" FontType="Verdana"
  1147.                         />
  1148.                         <button left="89" top="187" zIndex="15"
  1149.                             width="88" height="20"
  1150.                             enabled = "true"
  1151.                             Image="DiscographyHo.gif"
  1152.                             uptooltip="View CD"
  1153.                             cursor="hand"
  1154.                             onClick="JScript:showDiscography()"
  1155.                                 >
  1156.                         </button>
  1157.                         <button left="155" top="236" zIndex="20"
  1158.                             width="20" height="20"
  1159.                             enabled = "true"
  1160.                             Image="arrow2.gif"
  1161.                             HoverImage="arrow2ho.gif"
  1162.                             cursor="hand"
  1163.                             uptooltip="Back"
  1164.                             onClick="JScript:showDiscography()"
  1165.                         >
  1166.                         </button>
  1167.                         <button left="335" top="236" zIndex="15"
  1168.                             width="70" height="20"
  1169.                             enabled = "true"
  1170.                             Image="buy.gif"
  1171.                             HoverImage="buyho.gif"
  1172.                             cursor="hand"
  1173.                             uptooltip="Buy this CD"
  1174.                             onclick="player.launchURL('http://www.amazon.com/exec/obidos/ASIN/B00005ICLD/digitalmarket-20');" cursor="hand"
  1175.                         >
  1176.                         </button>
  1177.                 </subview>
  1178.                 
  1179.             
  1180.             </subview>
  1181.             <subview zIndex="18" id="Lyrics" visible="false"
  1182.                 left="0" top="0"
  1183.                 width="550" height="350"
  1184.                 >
  1185.                 
  1186.                 <button left="87" top="162" zIndex="20"
  1187.                     width="88" height="20"
  1188.                     enabled = "true"
  1189.                     Image="LyricsHo.gif"
  1190.                     cursor="hand"
  1191.                     uptooltip="View Lyrics"
  1192.                     onClick="JScript:showLyrics()"
  1193.                 >
  1194.                 </button>
  1195.                 <subview id="sheis1"  zIndex="19"
  1196.                     left="0" top="0" visible="false"
  1197.                     width="550" height="350"
  1198.                     >
  1199.                     <button left="179" top="121"
  1200.                         width="222" height="109"
  1201.                         enabled = "true"
  1202.                         Image="Sheis1.gif">
  1203.                     </button>
  1204.                     <button left="407" top="236" zIndex="15"
  1205.                         width="20" height="20"
  1206.                         enabled = "true"
  1207.                         Image="arrow.gif"
  1208.                         HoverImage="arrowho.gif"
  1209.                         cursor="hand"
  1210.                         uptooltip="View Lyrics"
  1211.                         onClick="JScript:showsheis2()">
  1212.                     </button>
  1213.                 </subview>
  1214.                 <subview zIndex="18" id="sheis2"  zIndex="19"
  1215.                     left="0" top="0" visible="false"
  1216.                     width="550" height="350">
  1217.                     
  1218.                     <button left="179" top="121"
  1219.                         width="222" height="109"
  1220.                         enabled = "true"
  1221.                         Image="Sheis2.gif">
  1222.                     </button>
  1223.                     <button left="155" top="236" zIndex="15"
  1224.                         width="20" height="20"
  1225.                         enabled = "true"
  1226.                         Image="arrow2.gif"
  1227.                         HoverImage="arrow2ho.gif"
  1228.                         cursor="hand"
  1229.                         uptooltip="View Lyrics"
  1230.                         onClick="JScript:showLyrics()">
  1231.                     </button>
  1232.                     <button left="407" top="236" zIndex="15"
  1233.                         width="20" height="20"
  1234.                         enabled = "true"
  1235.                         Image="arrow.gif"
  1236.                         HoverImage="arrowho.gif"
  1237.                         cursor="hand"
  1238.                         uptooltip="View Lyrics"
  1239.                         onClick="JScript:showsheis3()">
  1240.                     </button>
  1241.                 </subview>
  1242.                 <subview zIndex="18" id="sheis3"  zIndex="19"
  1243.                     left="0" top="0" visible="false"
  1244.                     width="550" height="350">
  1245.                     
  1246.                     <button left="179" top="121"
  1247.                         width="222" height="109"
  1248.                         enabled = "true"
  1249.                         Image="Sheis3.gif">
  1250.                     </button>
  1251.                     <button left="155" top="236" zIndex="15"
  1252.                         width="20" height="20"
  1253.                         enabled = "true"
  1254.                         Image="arrow2.gif"
  1255.                         HoverImage="arrow2ho.gif"
  1256.                         cursor="hand"
  1257.                         uptooltip="View Lyrics"
  1258.                         onClick="JScript:showsheis2()"
  1259.                         >
  1260.                 
  1261.                     </button>
  1262.                     
  1263.                 </subview>
  1264.             </subview>
  1265.             
  1266.             <subview zIndex="18" id="Links" visible="false"
  1267.                 left="0" top="0"
  1268.                 width="550" height="350"
  1269.                 >
  1270.                 <button left="401" top="212" zIndex="20"
  1271.                     width="88" height="20"
  1272.                     enabled = "true"
  1273.                     Image="LinksHo.gif"
  1274.                     uptooltip="View Links"
  1275.                     cursor="hand"
  1276.                     onClick="JScript:showLinks()"
  1277.                 >
  1278.                 </button>
  1279.             </subview>
  1280.             
  1281.             <subview zIndex="18" id="Pictures" visible="false"
  1282.                 left="0" top="0"
  1283.                 width="550" height="350"
  1284.                 >
  1285.                 <button left="194" top="124" zIndex="15"
  1286.                     width="76" height="51"
  1287.                     enabled = "true"
  1288.                     Image="pic1.gif"
  1289.                     uptooltip="View Pictures"
  1290.                     cursor="hand"
  1291.                     onClick="JScript:showpic1()"
  1292.                 >
  1293.                 </button>
  1294.                 <button left="309" top="124" zIndex="15"
  1295.                     width="76" height="51"
  1296.                     enabled = "true"
  1297.                     Image="pic2.gif"
  1298.                     uptooltip="View Pictures"
  1299.                     cursor="hand"
  1300.                     onClick="JScript:showpic2()"
  1301.                 >
  1302.                 </button>
  1303.                 <button left="194" top="202" zIndex="15"
  1304.                     width="76" height="51"
  1305.                     enabled = "true"
  1306.                     Image="pic3.gif"
  1307.                     uptooltip="View Pictures"
  1308.                     cursor="hand"
  1309.                     onClick="JScript:showpic3()"
  1310.                 >
  1311.                 </button>
  1312.                 <button left="309" top="202" zIndex="15"
  1313.                     width="76" height="51"
  1314.                     enabled = "true"
  1315.                     Image="pic4.gif"
  1316.                     uptooltip="View Pictures"
  1317.                     cursor="hand"
  1318.                     onClick="JScript:showpic4()"
  1319.                 >
  1320.                 </button>
  1321.             </subview>
  1322.             <subview zIndex="18" id="pic1" visible="false"
  1323.                 left="0" top="0"
  1324.                 width="550" height="350"
  1325.                 >
  1326.                 <button left="189" top="119" zIndex="20"
  1327.                     width="200" height="134"
  1328.                     enabled = "true"
  1329.                     Image="pic1big.jpg"
  1330.                     uptooltip="View Pictures"
  1331.                 >
  1332.                 </button>
  1333.                 <button left="155" top="236" zIndex="15"
  1334.                         width="20" height="20"
  1335.                         enabled = "true"
  1336.                         Image="arrow2.gif"
  1337.                         HoverImage="arrow2ho.gif"
  1338.                         cursor="hand"
  1339.                         uptooltip="View Pictures"
  1340.                         onClick="JScript:showPictures()"
  1341.                         >
  1342.                     </button>
  1343.             </subview>
  1344.             <subview zIndex="18" id="pic2" visible="false"
  1345.                 left="0" top="0"
  1346.                 width="550" height="350"
  1347.                 >
  1348.                 <button left="189" top="119" zIndex="15"
  1349.                     width="200" height="134"
  1350.                     enabled = "true"
  1351.                     Image="pic2big.jpg"
  1352.                 >
  1353.                 </button>
  1354.                 <button left="155" top="236" zIndex="20"
  1355.                         width="20" height="20"
  1356.                         enabled = "true"
  1357.                         Image="arrow2.gif"
  1358.                         HoverImage="arrow2ho.gif"
  1359.                         cursor="hand"
  1360.                         uptooltip="View Pictures"
  1361.                         onClick="JScript:showPictures()"
  1362.                         >
  1363.                 </button>
  1364.             </subview>
  1365.             <subview zIndex="18" id="pic3" visible="false"
  1366.                 left="0" top="0"
  1367.                 width="550" height="350"
  1368.                 >
  1369.                 <button left="189" top="119" zIndex="15"
  1370.                     width="200" height="134"
  1371.                     enabled = "true"
  1372.                     Image="pic3big.jpg"
  1373.                 >
  1374.                 </button>
  1375.                 <button left="155" top="236" zIndex="20"
  1376.                         width="20" height="20"
  1377.                         enabled = "true"
  1378.                         Image="arrow2.gif"
  1379.                         HoverImage="arrow2ho.gif"
  1380.                         cursor="hand"
  1381.                         uptooltip="View Pictures"
  1382.                         onClick="JScript:showPictures()"
  1383.                         >
  1384.                 </button>
  1385.             </subview>
  1386.             <subview zIndex="18" id="pic4" visible="false"
  1387.                 left="0" top="0"
  1388.                 width="550" height="350"
  1389.                 >
  1390.                 <button left="189" top="119" zIndex="15"
  1391.                     width="200" height="134"
  1392.                     enabled = "true"
  1393.                     Image="pic4big.jpg"
  1394.                 >
  1395.                 </button>
  1396.                 <button left="155" top="236" zIndex="20"
  1397.                         width="20" height="20"
  1398.                         enabled = "true"
  1399.                         Image="arrow2.gif"
  1400.                         HoverImage="arrow2ho.gif"
  1401.                         cursor="hand"
  1402.                         uptooltip="View Pictures"
  1403.                         onClick="JScript:showPictures()"
  1404.                         >
  1405.                 </button>
  1406.             </subview>
  1407.     </subview>
  1408.     
  1409.     
  1410. </view>
  1411.     
  1412. </theme>