 function stopload(){
			 document.getElementById('loadingframe').style.display="none";
			 document.getElementById('contentframe').style.display="block";
			   }
			 
			  function showload(){
			 document.getElementById('loadingframe').style.display="block";
			 document.getElementById('contentframe').style.display="none";
			  
			 }
			 
  function showhome(){
	  
			showload();
			document.getElementById('content').src ='home.php';
			  
			 }	
	
	 function showabout(){
	  
			showload();
			document.getElementById('content').src ='about.php';
			  
			 }
	function showactivities(){
		
			showload();
			document.getElementById('content').src ='activities.php';
			  
			 }
	 function showactivities2(id){
			//showload();
			var idd = id;
			window.open('home-activites.php?id='+idd,'Ghadi Activites','width=700,height=800,resizable=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes')
			//document.getElementById('content').src ='activities.php';
			  
			 }
	function showlinks(){
		
			showload();
			document.getElementById('content').src ='links.php';
			  
			 }	
			 
	function showarchives(){
		
			showload();
			document.getElementById('content').src ='archives.php';
			  
			 }	
			 
	function shownews(){
		
			showload();
			document.getElementById('content').src ='news.php';
			  
			  }
			  
	function showgallery(){
		
			showload();
			document.getElementById('content').src ='gallery.php';
			  
			 }	
			 
	function showcontact(){
		
			showload();
			document.getElementById('content').src ='contact.php';
			  
			 }	
			 
			 function showvol(){
			showload();
			document.getElementById('content').src ='vol.php';
			  
			 }	
			 
			 	 function showgreen(){
			showload();
			document.getElementById('content').src ='green.php';
			  
			 }	
			  function showmisc(){
			showload();
			document.getElementById('content').src ='misc.php';
			  
			 }	