<!--
    var Loaded = false;
    var LastImg0 = null;
    var LastImg1 = null;
    var LastImg2 = null;
    var img0, img1, img2, txt;

    // FUNCTION: ROLL ON
    function RollOn(layerName,btnName) {
        var rtrn = false;
        if( Loaded ) {
            // eval prefix (used by Netscape to reference image arrays within DHTML layers)
            var evalPrefix="";
            if (layerName && ns) evalPrefix="document['"+layerName+"'].";
            // store the button's old image src (its "off" state, most likely)
            LastImg0 = eval(evalPrefix+"document.images['"+btnName+"'].src");
            // overwrite the button's image with the overstate image src
            eval(evalPrefix+"document.images['"+btnName+"'].src = img0['"+btnName+"'].src");
            // eval prefix for the text image (if not in DHTML layer, comment out "if (ns)..." line)
            evalPrefix="";
            //if (ns) evalPrefix="document['text'].";
            // store the text image's old image src (its "off" state, most likely)
            //LastImg1 = eval(evalPrefix+"document.images['TextOver'].src");
            // overwrite the text image with a new image src (if a text image is found for this button)
            //if (img1[btnName]) eval(evalPrefix+"document.images['TextOver'].src = img1['"+btnName+"'].src");
            //if (!img1[btnName]) eval(evalPrefix+"document.images['TextOver'].src = 'images/misc_trans.gif'");
        }
        return rtrn;
    }
    
    // FUNCTION: ROLL OFF
    function RollOff(layerName,btnName) {
        var rtrn = false;
        if (Loaded) {
            // eval prefix (used by Netscape to reference image arrays within DHTML layers)
            var evalPrefix="";
            if (layerName && ns) evalPrefix="document['"+layerName+"'].";
            // overwrite the button image with its "off" state
            eval(evalPrefix+"document.images['"+btnName+"'].src = '"+LastImg0+"'");
            LastImg0 = null;
            // eval prefix for the text image (if not in DHTML layer, comment out "if (ns)..." line)
            evalPrefix="";
            //if (ns) evalPrefix="document['text'].";
            // overwrite the text image with its "off" state
            //eval(evalPrefix+"document.images['TextOver'].src = '"+LastImg1+"'");
            //LastImg1 = null;
            
         }
        return rtrn;
    }
    
    function PageInit()
    {
        if( document.images )
        {
            img0 = new Array();
            img1 = new Array();
            img2 = new Array();

            // EDIT BEGIN -- ROLLOVER DEFINITIONS
            img0[ "Descent" ] = new Image();
            img0[ "Descent" ].src = '/cure/images/nav_descent_on.gif';

            img0[ "Subscribe" ] = new Image();
            img0[ "Subscribe" ].src = '/cure/images/nav_subscribe_on.gif';
            
            img0[ "Help" ] = new Image();
            img0[ "Help" ].src = '/cure/images/nav_help_on.gif';
            
            img0[ "Archive" ] = new Image();
            img0[ "Archive" ].src = '/cure/images/nav_archive_on.gif';
            
            img0[ "Lyrics" ] = new Image();
            img0[ "Lyrics" ].src = '/cure/images/nav_lyrics_on.gif';
            
            img0[ "Albums" ] = new Image();
            img0[ "Albums" ].src = '/cure/images/nav_albums_on.gif';
            
            img0[ "Songs" ] = new Image();
            img0[ "Songs" ].src = '/cure/images/nav_songs_on.gif';
            
            img0[ "Bsides" ] = new Image();
            img0[ "Bsides" ].src = '/cure/images/nav_bsides_on.gif';
            
            img0[ "Other" ] = new Image();
            img0[ "Other" ].src = '/cure/images/nav_other_on.gif';
            
            img0[ "Images" ] = new Image();
            img0[ "Images" ].src = '/cure/images/nav_images_on.gif';
            
            img0[ "Band" ] = new Image();
            img0[ "Band" ].src = '/cure/images/nav_band_on.gif';
            
            img0[ "Desktop" ] = new Image();
            img0[ "Desktop" ].src = '/cure/images/nav_desktop_on.gif';
            
            img0[ "Links" ] = new Image();
            img0[ "Links" ].src = '/cure/images/nav_links_on.gif';
            
            img0[ "Trades" ] = new Image();
            img0[ "Trades" ].src = '/cure/images/nav_trades_on.gif';
            
            img0[ "ForTrade" ] = new Image();
            img0[ "ForTrade" ].src = '/cure/images/nav_fortrade_on.gif';
            
            img0[ "Rules" ] = new Image();
            img0[ "Rules" ].src = '/cure/images/nav_rules_on.gif';
            
            img0[ "Ratings" ] = new Image();
            img0[ "Ratings" ].src = '/cure/images/nav_ratings_on.gif';
            
            img0[ "Contact" ] = new Image();
            img0[ "Contact" ].src = '/cure/images/nav_contact_on.gif';
            
            img0[ "Instructs" ] = new Image();
            img0[ "Instructs" ].src = '/cure/images/sbhd_dt_instructs_on.gif';
            
            img0[ "dtone" ] = new Image();
            img0[ "dtone" ].src = '/cure/images/sbhd_dt_1024x768_on.gif';
            
            img0[ "dttwo" ] = new Image();
            img0[ "dttwo" ].src = '/cure/images/sbhd_dt_800x600_on.gif';
            
            img0[ "dtthree" ] = new Image();
            img0[ "dtthree" ].src = '/cure/images/sbhd_dt_640x480_on.gif';
            
            img0[ "dtonea" ] = new Image();
            img0[ "dtonea" ].src = '/cure/images/sbhd_dt_1024x768_on.gif';
            
            img0[ "dttwoa" ] = new Image();
            img0[ "dttwoa" ].src = '/cure/images/sbhd_dt_800x600_on.gif';
            
            img0[ "dtthreea" ] = new Image();
            img0[ "dtthreea" ].src = '/cure/images/sbhd_dt_640x480_on.gif';
            
            img0[ "dtoneb" ] = new Image();
            img0[ "dtoneb" ].src = '/cure/images/sbhd_dt_1024x768_on.gif';
            
            img0[ "dttwob" ] = new Image();
            img0[ "dttwob" ].src = '/cure/images/sbhd_dt_800x600_on.gif';
            
            img0[ "dtthreeb" ] = new Image();
            img0[ "dtthreeb" ].src = '/cure/images/sbhd_dt_640x480_on.gif';
            
            img0[ "dtonec" ] = new Image();
            img0[ "dtonec" ].src = '/cure/images/sbhd_dt_1024x768_on.gif';
            
            img0[ "dttwoc" ] = new Image();
            img0[ "dttwoc" ].src = '/cure/images/sbhd_dt_800x600_on.gif';
            
            img0[ "dtthreec" ] = new Image();
            img0[ "dtthreec" ].src = '/cure/images/sbhd_dt_640x480_on.gif';
            
            img0[ "AddLink" ] = new Image();
            img0[ "AddLink" ].src = '/cure/images/btn_link_on.gif';
            
            img0[ "Doc" ] = new Image();
            img0[ "Doc" ].src = '/cure/images/btn_doc_on.gif';
            
            img0[ "Text" ] = new Image();
            img0[ "Text" ].src = '/cure/images/btn_text_on.gif';

            // EDIT END -- ROLLOVER DEFINITIONS

            Loaded = true;
        }
    }
    
//-->
