////////////////////////////////////////////////////////
//
//			ÆäÀÌÁö ÀÌµ¿ ½ºÅ©¸³Æ®
//	»ç¿ë¹æ¹ý ¿¹ : <a href="javascript:menu('intro_01');" >ÀÌµ¿ÇÏ±â</a>
//					¹Ø¿¡ Á¤ÀÇÇØ³õÀº °÷À¸·Î ÀÌµ¿ÇÔ
//
////////////////////////////////////////////////////////


function menu(value) { 
	if(value == 'job') {
		location.href='/job/main.php';		
    }  else if(value == 'estate') {
		location.href='/estate/main.php';
    }  else if(value == 'car') {
		location.href='/car/main.php';
    }  else if(value == 'shop') {
		location.href='/shop/main.php';
    }  else if(value == 'buy') {
		location.href='#';
    }  else if(value == 'board') {
		location.href='/board/main.php';

    }  else if(value == 'community') {
		location.href='/community/main.php';
    }  else if(value == 'meeting') {
		location.href='#';

    }  else if(value == 'news') {
		location.href='/news/main.php';
	
    }  else if(value == 'info') {
		location.href='/info/store_main.php';
	
    }  else if(value == 'hospital') {
		location.href='/hospital/main.php';

    }  else if(value == 'food') {
		location.href='/food/main.php';

    }  else if(value == 'content') {
		location.href='/content/people_main.php';
    }  else if(value == 'home') {
		location.href='#';
	}
}
