
         <!-- Hide script from old browsers

       function StateMap(map) {
                mapWindow = window.open(map, 'mapWin', 'resizable=yes,scrollbars=yes,WIDTH=670,HEIGHT=467')
                mapWindow.focus()
        } 
		  function StateTaxm(taxm) {
                taxmWindow = window.open(taxm, 'taxmWin', 'resizable=yes,scrollbars=yes,WIDTH=560,HEIGHT=540');
                taxmWindow.focus();
        }   
		function XmasPage(xmas) {
                xmasWindow = window.open(xmas, 'xmasWin', 'resizable=yes,scrollbars=yes,WIDTH=680,HEIGHT=540');
                xmasWindow.focus();
        }   
        // End hiding script from old browsers -->