<!--        
		function ref_agent_event() 
		{
		var sscript = document.createElement('script'); 
        sscript.type = 'text/javascript'; 
        sscript.src = '/agent/agent_events.aspx?tm=' + new String (Math.random()).substring (2, 11); 
        document.getElementsByTagName('head')[0].appendChild(sscript);
	 
		}

        function f_scrollTop() {
	        return f_filterResults (
		        window.pageYOffset ? window.pageYOffset : 0,
		        document.documentElement ? document.documentElement.scrollTop : 0,
		        document.body ? document.body.scrollTop : 0
	        );
        }
        function f_filterResults(n_win, n_docel, n_body) {
	        var n_result = n_win ? n_win : 0;
	        if (n_docel && (!n_result || (n_result > n_docel)))
		        n_result = n_docel;
	        return n_body && (!n_result || (n_result > n_body)) ? n_body : n_result;
        }
        function f_clientHeight() {
	        return f_filterResults (
		        window.innerHeight ? window.innerHeight : 0,
		        document.documentElement ? document.documentElement.clientHeight : 0,
		        document.body ? document.body.clientHeight : 0
	        );
        }

        var popupWinpopupHgt, popupWinactualHgt, popupWintmrId=-1, popupWinresetTimer;
        var popupWintitHgt, popupWincntDelta, popupWintmrHide=-1, popupWinhideAfter=12000
        var popupWinhideAlpha, popupWinhasFilters=true;
        var popupWinnWin, popupWinshowBy=null, popupWindxTimer=-1, popupWinpopupBottom;
        var popupWinnText,popupWinnMsg,popupWinnTitle,popupWinbChangeTexts=false;
        var prelodeint;
        
        var popupWinoldonloadHndlr=window.onload;
        window.onload=popupWinespopup_winLoad;

        var popupWinoldonscrollHndr=window.onscroll;
        window.onscroll=popupWinespopup_winScroll;
        popupWinnText="";

        function popupWinespopup_winScroll()
        {
          if (popupWinoldonscrollHndr!=null) popupWinoldonscrollHndr();
          if (popupWintmrHide!=-1)
          {
          
            el=document.getElementById('popupWin');
            el.style.bottom = '';
            el.style.top =  (((f_scrollTop() + f_clientHeight()) - popupWinpopupHgt)-0) + 'px';
            //alert(f_scrollTop());
            el.style.display='none'; 
            el.style.display='block';
            
          }
        }

        function popupWinespopup_ShowPopup(show)
        {
          if (popupWindxTimer!=-1) { el.filters.blendTrans.stop(); }

          if ((popupWintmrHide!=-1) && ((show!=null) && (show==popupWinshowBy)))
          {
            clearInterval(popupWintmrHide);
            popupWintmrHide=setInterval(popupWinespopup_Close,popupWinhideAfter);
            return;
          }
          if (popupWintmrId!=-1) return;
          popupWinshowBy=show;

          elCnt=document.getElementById('popupWin_content')
          elTit=document.getElementById('popupWin_header');
          el=document.getElementById('popupWin');
          el.style.left='';
          el.style.top='';
          el.style.filter='';
        el.style.bottom='0px';

          if (popupWintmrHide!=-1) clearInterval(popupWintmrHide); popupWintmrHide=-1;

          document.getElementById('popupWin_header').style.display='none';
          document.getElementById('popupWin_content').style.display='none';

          //if (navigator.userAgent.indexOf('Opera')!=-1 || navigator.userAgent.indexOf('Firefox')!=-1)
          //{  
          el.style.bottom=(-f_scrollTop())+'px';
          //}
          
          popupWinactualHgt=0; el.style.height=popupWinactualHgt+'px';
          el.style.visibility='';
          if (!popupWinresetTimer) el.style.display='';
          popupWintmrId=setInterval(popupWinespopup_tmrTimer,(popupWinresetTimer?1000:20));
        }

        function popupWinespopup_winLoad()
        {
          if (popupWinoldonloadHndlr!=null) popupWinoldonloadHndlr();

          elCnt=document.getElementById('popupWin_content')
          elTit=document.getElementById('popupWin_header');
          el=document.getElementById('popupWin');
          popupWinpopupBottom=el.style.bottom.substr(0,el.style.bottom.length-2);
          
          popupWintitHgt=elTit.style.height.substr(0,elTit.style.height.length-2);
          popupWinpopupHgt=el.style.height;
          popupWinpopupHgt=popupWinpopupHgt.substr(0,popupWinpopupHgt.length-2); popupWinactualHgt=0;
          popupWincntDelta=popupWinpopupHgt-(elCnt.style.height.substr(0,elCnt.style.height.length-2));

          if (true)
          {
            popupWinresetTimer=true;
            popupWinespopup_ShowPopup(null);
          }
          

        }

        function popupWinespopup_tmrTimer()
        {
          el=document.getElementById('popupWin');
          if (popupWinresetTimer)
          {
            el.style.display='';
            clearInterval(popupWintmrId); popupWinresetTimer=false;
            popupWintmrId=setInterval(popupWinespopup_tmrTimer,10);
          }
          popupWinactualHgt+=5;
          if (popupWinactualHgt>=popupWinpopupHgt)
          {
            popupWinactualHgt=popupWinpopupHgt; clearInterval(popupWintmrId); popupWintmrId=-1;
            document.getElementById('popupWin_content').style.display='';
            if (popupWinhideAfter!=-1) popupWintmrHide=setInterval(popupWinespopup_Close,popupWinhideAfter);
          }
          if (popupWintitHgt<popupWinactualHgt-6)
            document.getElementById('popupWin_header').style.display='';
          if ((popupWinactualHgt-popupWincntDelta)>0)
          {
            elCnt=document.getElementById('popupWin_content')
            elCnt.style.display='';
            elCnt.style.height=(popupWinactualHgt-popupWincntDelta)+'px';
          }
          el.style.height=popupWinactualHgt+'px';
           el.style.bottom=(-f_scrollTop())+'px';
        }

        function popupWinespopup_dxTimer()
        {
          clearInterval(popupWindxTimer); popupWindxTimer=-1;
        }

        function popupWinespopup_Close()
        {
          if (popupWintmrId==-1)
          {
            el=document.getElementById('popupWin');
            el.style.filter='';
            el.style.display='none';
            if (popupWintmrHide!=-1) clearInterval(popupWintmrHide); popupWintmrHide=-1;
          }
        }
-->