        function emptymsg1(){
            document.getElementById('topNavMsg').innerHTML = "";
            document.icon1.src="new/img/icon/mail.gif";
        }
        function emptymsg2(){
            document.getElementById('topNavMsg').innerHTML = "";
            document.icon2.src="new/img/icon/user.gif";
        }
        function emptymsg3(){
            document.getElementById('topNavMsg').innerHTML = "";
            document.icon3.src="new/img/icon/cart.gif";
        }
        function emptymsg4(){
            document.getElementById('topNavMsg').innerHTML = "";
            document.icon4.src="new/img/icon/news.gif";
        }
        function emptymsg5(){
            document.getElementById('topNavMsg').innerHTML = "";
            document.icon5.src="new/img/icon/fav.gif";
        }
        function emptymsg6(){
            document.getElementById('topNavMsg').innerHTML = "";
            document.icon6.src="new/img/icon/home.gif";
        }
        
        function msg1(){
            document.getElementById('topNavMsg').innerHTML = "Send Your Inquiry";
            document.icon1.src="new/img/icon/mail2.gif";
        }
        function msg2(){
            document.getElementById('topNavMsg').innerHTML = "Login or Register";
            document.icon2.src="new/img/icon/user2.gif";
        }
        function msg3(){
            document.getElementById('topNavMsg').innerHTML = "Buy Tour / Photos Online";
            document.icon3.src="new/img/icon/cart2.gif";
        }
        function msg4(){
            document.getElementById('topNavMsg').innerHTML = "View or Sign - Guestbook";
            document.icon4.src="new/img/icon/news2.gif";
        }
        function msg5(){
            document.getElementById('topNavMsg').innerHTML = "View Our Gallery";
            document.icon5.src="new/img/icon/fav2.gif";
        }
        function msg6(){
            document.getElementById('topNavMsg').innerHTML = "Home - to Front Page";
            document.icon6.src="new/img/icon/home2.gif";
        }