function ShowImage(){
	 if( document.getElementById("about_us01")!=null )
	    document.getElementById("about_us01").src="/Img/theme/about_us/ab_01.jpg";
		
	  if( document.getElementById("about_us02")!=null )
	    document.getElementById("about_us02").src="/Img/theme/about_us/ab_02.jpg";
		
	  if( document.getElementById("about_us03")!=null )
	    document.getElementById("about_us03").src="/Img/theme/about_us/ab_03.jpg";
		
	  if( document.getElementById("about_us04")!=null )
	    document.getElementById("about_us04").src="/Img/theme/about_us/ab_04.jpg";
		
      if( document.getElementById("about_us05")!=null )
	     document.getElementById("about_us05").src="/Img/theme/about_us/ab_05.jpg";
		 
	  if( document.getElementById("about_us06")!=null )
	    document.getElementById("about_us06").src="/Img/theme/about_us/ab_06.jpg";
		if( document.getElementById("about_us07")!=null )
	    document.getElementById("about_us07").src="/Img/theme/about_us/ab_07.jpg";
 }
 setTimeout("ShowImage()",200);  

