function menu_go(mnu) {
	switch (mnu) {
		case "11" : // home
			location = "index_main.html";
		break;



		case "21" :	// about us
			location = "sub_2_1.html";
		break;


		case "22" :	// about us
			location = "sub_2_2.html";
		break;

		
		case "31" :	// menu-lunch
			location = "sub_3_1.html";
		break;
		
		case "32" :	// menu-Dinner
			location = "sub_3_2.html";
		break;
				
		case "33" :	// menu-sunday
			location = "sub_3_3.html";
		break;
		
		
		case "41" :	// special
			location = "sub_4.html";
		break;
		

		case "51" :	// FYI
			location = "sub_5.html";
		break;
		
		
		case "61" :	// photos
			location = "sub_6.html";
		break;
		
		
		case "71" :	// contact us
			location = "sub_7.html";
		break;


	    case "81" :	// Band Info
			location = "sub_8.html";
		break;

	}
}
