
function menu(num){
	switch(num){
		case 1: location.href="/store/digital/first.jsp"; break;
		case 2: location.href="/store/fashion/first.jsp"; break;
		case 3: location.href="/store/miz/first.jsp"; break;
		case 4: location.href="/store/living/first.jsp"; break;
		case 5: location.href="/store/wellbeing/first.jsp"; break;
	}
}

function topmenu(num){
	switch(num){
		case 1: location.href="/e_starShop/pointSale.jsp"; break;
		case 2: location.href="/e_starShop/refillZone.jsp"; break;
		case 3: location.href="/e_starShop/secondShop.jsp"; break;
		case 4: location.href="/e_starShop/Redm_main.jsp"; break;
		case 5: location.href="/store/planShop.jsp"; break;
		case 6: location.href="http://pricengo.kbcardmall.net"; break;
		case 7: location.href="/event/index.jsp"; break;
		case 8: location.href="/e_starShop/tenPlus.jsp"; break;

	}
}

function newwindow(name){
	window.open('/pop/products_pop.asp?image='+name,'win','width=10,height=10,scrollbars=yes,left=20,top=20;');
}

