        AC_FL_RunContent = 0;
        Loader.push(function() {setTopMenu()});
		function showQLItems(thisDiv) { document.getElementById(thisDiv).style.display='block';window.scrollBy(0,220) }	
		function hideQLItems(thisDiv) { document.getElementById(thisDiv).style.display='none'; }	
		function removeBaseBorder(thisDiv) { document.getElementById(thisDiv).style.borderBottomColor='#e7e7e8'; }	
		function returnBaseBorder(thisDiv) { document.getElementById(thisDiv).style.borderBottomColor='#bdbec0'; }	
        function setTopMenu()
        {
            
            if(window.location.href.indexOf('fine-helping-you-buy.aspx')>0)
            {
                document.getElementById('mnuBuy').style.color = '#f8d105'
            }
            else if(window.location.href.indexOf('fine-selling-your-home.aspx')>0)
            {
                document.getElementById('mnuSell').style.color = '#f8d105'
            }
            else if(window.location.href.indexOf('fine-lettings.aspx')>0)
            {
                document.getElementById('mnuLet').style.color = '#f8d105'
            }
            else if(window.location.href.indexOf('fine-finance.aspx')>0)
            {
                document.getElementById('mnuFinance').style.color = '#f8d105'
            }
            else if(window.location.href.indexOf('fine-confidential.aspx')>0)
            {
                document.getElementById('mnuConfid').style.color = '#f8d105'
            }
            else if(window.location.href.indexOf('fine-contact-us.aspx')>0)
            {
                document.getElementById('mnuContact').style.color = '#f8d105'
            }
            else if((window.location.href.indexOf('SearchResults/PropertyDetails/tabid/')>0) || (window.location.href.indexOf('co.uk/FIN')>0))
            {
               fillup()
               document.getElementById('imgLoading').style.visibility='hidden'
               var obj=document.getElementById('motioncontainer')
               obj.style.opacity = 1;
               obj.style.filter = 0;
               if(!document.all)onresize() //hack 4 firefox
            }
            else if(window.location.href.indexOf('.aspx')==-1)
            {   
                document.getElementById('mnuHome').style.color = '#f8d105'
            }
        }
