//»ó´ÜÇÃ·¡½¬¸Þ´º
////////////////////////////////////////////////////////
//
//			ÆäÀÌÁö ÀÌµ¿ ½ºÅ©¸³Æ®
//	»ç¿ë¹æ¹ý ¿¹ : <a href="javascript:MovePage(1);">ÀÌµ¿ÇÏ±â</a>
//					¹Ø¿¡ Á¤ÀÇÇØ³õÀº °÷À¸·Î ÀÌµ¿ÇÔ
//
////////////////////////////////////////////////////////

// sub_left_menu
function MovePage(value)
{ 
	if(value == 's01_1') {
		location.href='/html/sub.php?sub=s01_1';
	} else if(value == 's01_2') {
		location.href='/html/sub.php?sub=s01_2';		
	} 
	
	
	else if(value == 's02_1') {
		location.href='/html/sub.php?sub=s02_1';
	} else if(value == 's02_2') {
		location.href='/html/sub.php?sub=s02_2';		
	} else if(value == 's02_3') {
		location.href='/html/sub.php?sub=s02_3';		
	} else if(value == 's02_4') {
		location.href='/html/sub.php?sub=s02_4';		
	} else if(value == 's02_5') {
		location.href='/html/sub.php?sub=s02_5';		
	} 
	
	else if(value == 's03_1') {
		location.href='/html/sub.php?sub=s03_1';
	} else if(value == 's03_2') {
		location.href='/html/sub.php?sub=s03_2';
	} 
	
	else if(value == 's04_1') {
		location.href='/html/sub.php?sub=s04_1';
	}  
	
	
}


