function menulink(link_go) {  
	switch ( link_go ) {
		case '0' :
		location.href="/10ss/index.asp";
		break;
		
		case '1' :
		location.href="../../index.asp";
		break;
		case '2' :
		location.href="/10ss/02sonovi/1a.asp";
		break;
		
		case '3' :
		location.href="/10ss/03comm/1a.asp";
		break;
		
		case '4' :
		location.href="/10ss/04store/1a.asp";
		break;
	}
}