//ÅÇ Å¬¸¯ ³»¿ë º¸¿©ÁÖ±â(5°³)
		function tab5(index) {
			if (navigator.userAgent.indexOf("MSIE") != -1) {
				if (index == 1) {
					tab01.style.display = "";
					tab02.style.display = "none";				
					tab03.style.display = "none";
					tab04.style.display = "none";					
					tab05.style.display = "none";					
				} 
				
				
			    else if (index == 2) {
					tab01.style.display = "none";
					tab02.style.display = "";
					tab03.style.display = "none";
					tab04.style.display = "none";
					tab05.style.display = "none";										
			   }
			   
			    else if (index == 3) {
					tab01.style.display = "none";
					tab02.style.display = "none";
					tab03.style.display = "";				
					tab04.style.display = "none";					
					tab05.style.display = "none";
			   }		
				 
			    else if (index == 4) {
					tab01.style.display = "none";
					tab02.style.display = "none";
					tab03.style.display = "none";			
					tab04.style.display = "";
					tab05.style.display = "none";									
			   }					 	   

			    else if (index == 5) {
					tab01.style.display = "none";
					tab02.style.display = "none";
					tab03.style.display = "none";			
					tab04.style.display = "none";
					tab05.style.display = "";									
			   }

		}}		
		
		
//ÅÇ Å¬¸¯ ³»¿ë º¸¿©ÁÖ±â(6°³)
		function tab6(index) {
			if (navigator.userAgent.indexOf("MSIE") != -1) {
				if (index == 1) {
					tab01.style.display = "";
					tab02.style.display = "none";				
					tab03.style.display = "none";
					tab04.style.display = "none";					
					tab05.style.display = "none";
					tab06.style.display = "none";
				} 
				
				
			    else if (index == 2) {
					tab01.style.display = "none";
					tab02.style.display = "";
					tab03.style.display = "none";
					tab04.style.display = "none";
					tab05.style.display = "none";
					tab06.style.display = "none";										
			   }
			   
			    else if (index == 3) {
					tab01.style.display = "none";
					tab02.style.display = "none";
					tab03.style.display = "";				
					tab04.style.display = "none";					
					tab05.style.display = "none";
					tab06.style.display = "none";
			   }		
				 
			    else if (index == 4) {
					tab01.style.display = "none";
					tab02.style.display = "none";
					tab03.style.display = "none";			
					tab04.style.display = "";
					tab05.style.display = "none";	
					tab06.style.display = "none";								
			   }					 	   

			    else if (index == 5) {
					tab01.style.display = "none";
					tab02.style.display = "none";
					tab03.style.display = "none";			
					tab04.style.display = "none";
					tab05.style.display = "";
					tab06.style.display = "none";
			   }
			   
			    else if (index == 6) {
					tab01.style.display = "none";
					tab02.style.display = "none";
					tab03.style.display = "none";			
					tab04.style.display = "none";
					tab05.style.display = "none";
					tab06.style.display = "";
			   }			   

		}}			