










        var searchFilter;

        window.addEvent('domready', function() {

            Nav.setDropDownWidths();
            Utils.setUpAnchorLinks();
            Utils.clearInputBoxes();
            Utils.clearSearchBox();
            Nav.init();
            searchFilter = new Filter();



                


                


                
                
                

                //call multiBox
                var initMultiBox = new multiBox({
                    mbClass: '.mb',//class you need to add links that you want to trigger multiBox with (remember and update CSS files)
                    container: $(document.body),//where to inject multiBox
                    descClassName: 'multiBoxDesc',//the class name of the description divs
                    path: '',//path to mp3 and flv plainityers
                    useOverlay: false,//use a semi-transparent background. default: false;
                    maxSize: {w:800, h:800},//max dimensions (width,height) - set to null to disable resizing
                    addDownload: false,//do you want the files to be downloadable?
                    pathToDownloadScript: '',//if above is true, specify path to download script (classicASP and ASP.NET versions included)
                    addRollover: false,//add rollover fade to each multibox link
                    addOverlayIcon: false,//adds overlay icons to images within multibox links
                    addChain: false,//cycle through all images fading them out then in
                    recalcTop: false,//subtract the height of controls panel from top position
                    addTips: false//adds MooTools built in 'Tips' class to each element (see: http://mootools.net/docs/Plugins/Tips)
                });

                
        });

        window.addEvent('load', function() {

         var headerAnimation = new AutoSwiff("swf/headerAnim.swf", {
                id: "logo",
                container: "logo",
                width: 295,
                height: 70,
                params: {
                    wmode : "transparent"
                },
                vars : {
                    version : "8",
                    expressinstall : "http://eurothomsons.solidstategroup.com/swf/expressInstall.swf"
                }
            });
            
            

            
               
            
            

            

            Utils.showAllFlashAltContent();
        });





