
	
	function OurServices() { if
	(this.document.all.OurServices.style.display=="none"){
	(this.document.all.OurServices.style.display="block") ;

	
	(this.document.all.ProjectLibrary.style.display="none") ;
	(this.document.all.SuccessStory.style.display="none") ; 
	(this.document.all.NewsletterSign.style.display="none") ;
	(this.document.all.HotTopic.style.display="none") ;

	(this.document.all.associateInfo.style.display="none") ;}
	
	else (this.document.all.OurServices.style.display="none") ; }
	
	function ProjectLibrary() { if
	(this.document.all.ProjectLibrary.style.display=="none"){
	(this.document.all.ProjectLibrary.style.display="block") ;

	(this.document.all.OurServices.style.display="none") ; 
	(this.document.all.SuccessStory.style.display="none") ; 
	(this.document.all.NewsletterSign.style.display="none") ;
	(this.document.all.HotTopic.style.display="none") ;

	(this.document.all.associateInfo.style.display="none") ;
	}
	else (this.document.all.ProjectLibrary.style.display="none") ; }

	function SuccessStory() { if
	(this.document.all.SuccessStory.style.display=="none"){
	
	(this.document.all.SuccessStory.style.display="block") ;

	(this.document.all.OurServices.style.display="none") ; 
	(this.document.all.ProjectLibrary.style.display="none") ;
	(this.document.all.NewsletterSign.style.display="none") ;
	(this.document.all.HotTopic.style.display="none") ;

	(this.document.all.associateInfo.style.display="none") ;
	}
	else (this.document.all.SuccessStory.style.display="none") ; }

	function NewsletterSign() { if
	(this.document.all.NewsletterSign.style.display=="none"){
	(this.document.all.NewsletterSign.style.display="block") ;

	(this.document.all.OurServices.style.display="none") ; 
	(this.document.all.ProjectLibrary.style.display="none") ;
	(this.document.all.SuccessStory.style.display="none") ; 
	(this.document.all.HotTopic.style.display="none") ;

	(this.document.all.associateInfo.style.display="none") ;
	}
	else (this.document.all.NewsletterSign.style.display="none") ; }

	function HotTopic() { if
	(this.document.all.HotTopic.style.display=="none"){
	(this.document.all.HotTopic.style.display="block") ;

	(this.document.all.OurServices.style.display="none") ; 
	(this.document.all.ProjectLibrary.style.display="none") ;
	(this.document.all.SuccessStory.style.display="none") ; 
	(this.document.all.NewsletterSign.style.display="none") ;

	(this.document.all.associateInfo.style.display="none") ;
	}
	
	else (this.document.all.HotTopic.style.display="none") ; }



function associateInfo() { 
	if	(this.document.all.associateInfo.style.display=="none"){
	(this.document.all.associateInfo.style.display="block") ;

	(this.document.all.OurServices.style.display="none") ; 
	(this.document.all.ProjectLibrary.style.display="none") ;
	(this.document.all.SuccessStory.style.display="none") ; 
	(this.document.all.NewsletterSign.style.display="none") ;
	(this.document.all.HotTopic.style.display="none") ;
 
		}
	else (this.document.all.associateInfo.style.display="none") ; }
