        <!-- Hide script from old browsers

        if (document.images) {
        
//vertical navigation	
//about grapnnet        
                
                		corOff = new Image
				polOff = new Image
				nesOff = new Image
				smsOff = new Image
				tlsOff = new Image
				qstOff = new Image
				
				corOn = new Image
				polOn = new Image
				nesOn = new Image
				
                		corOff.src="../messaging-images/about_corporate.jpg"
				polOff.src="../messaging-images/about_policies1.jpg"
				nesOff.src="../messaging-images/about_news.jpg"
				
                		corOn.src="../messaging-images/about_corporate1.jpg"
				polOn.src="../messaging-images/about_policies.jpg"
				nesOn.src="../messaging-images/about_news1.jpg"

//about grapnnet corporation


				hisOff = new Image
				temOff = new Image
				locOff = new Image
				empOff = new Image

				hisOn = new Image
				temOn = new Image
				locOn = new Image
				empOn = new Image

				hisOff.src="../messaging-images/about_corporate_history.jpg"
				temOff.src="../messaging-images/about_corporate_management.jpg"
				locOff.src="../messaging-images/about_corporate_locations.jpg"
				empOff.src="../messaging-images/about_corporate_employment.jpg"


				hisOn.src="../messaging-images/about_corporate_history1.jpg"
				temOn.src="../messaging-images/about_corporate_management1.jpg"
				locOn.src="../messaging-images/about_corporate_locations1.jpg"
				empOn.src="../messaging-images/about_corporate_employment1.jpg"


//about grapnnet policies

				slaOff = new Image
				comOff = new Image
				spmOff = new Image
				secOff = new Image
				plcOff = new Image

				slaOn = new Image
				comOn = new Image
				spmOn = new Image
				secOn = new Image
				plcOn = new Image

				slaOff.src="../messaging-images/about_policies_sla.jpg"
				comOff.src="../messaging-images/about_policies_compliance.jpg"
				spmOff.src="../messaging-images/about_policies_spam.jpg"
				secOff.src="../messaging-images/about_policies_security.jpg"
				plcOff.src="../messaging-images/about_policies_policy.jpg"

				slaOn.src="../messaging-images/about_policies_sla1.jpg"
				comOn.src="../messaging-images/about_policies_compliance1.jpg"
				spmOn.src="../messaging-images/about_policies_spam1.jpg"
				secOn.src="../messaging-images/about_policies_security1.jpg"
				plcOn.src="../messaging-images/about_policies_policy1.jpg"


//about grapnnet news

				prsOff = new Image
				casOff = new Image

				prsOn = new Image
				casOn = new Image

				prsOff.src="../messaging-images/about_news_press.jpg"
				casOff.src="../messaging-images/about_news_case.jpg"

				prsOn.src="../messaging-images/about_news_press1.jpg"
				casOn.src="../messaging-images/about_news_case1.jpg"





								
//horizontal navigation				
				
				homOff = new Image
				proOff = new Image
				solOff = new Image
				roiOff = new Image
				abtOff = new Image
				conOff = new Image
				indOff = new Image
				
              

				homOn = new Image
				proOn = new Image
				solOn = new Image
				roiOn = new Image
				abtOn = new Image
				conOn = new Image
				indOn = new Image
				

				
                				
				homOff.src="../messaging-images/menu-messaging-home.jpg"
				proOff.src="../messaging-images/menu-messaging-products.jpg"
				solOff.src="../messaging-images/menu-messaging-solutions.jpg"
				roiOff.src="../messaging-images/menu-messaging-roi.jpg"
				abtOff.src="../messaging-images/menu-messaging-about.jpg"
				conOff.src="../messaging-images/menu-messaging-contact.jpg"
				indOff.src="../messaging-images/menu-messaging-industry.jpg"
				

				
				
				homOn.src="../messaging-images/menu-messaging-home1.jpg"
				proOn.src="../messaging-images/menu-messaging-products1.jpg"
				solOn.src="../messaging-images/menu-messaging-solutions1.jpg"
				roiOn.src="../messaging-images/menu-messaging-roi1.jpg"
				abtOn.src="../messaging-images/menu-messaging-about1.jpg"
				conOn.src="../messaging-images/menu-messaging-contact1.jpg"
				indOn.src="../messaging-images/menu-messaging-industry1.jpg"
				

				
				emlOff = new Image
				cmslOff = new Image


        }
        
        function chgImg(imgField,newImg) {
                if (document.images) {
                        document[imgField].src= eval(newImg + ".src")
                        
                }
        }
        
        // End hiding script from old browsers -->
        


