//
function gnb01(){
	window.open("sub_list.php?code=01", "_self");
}

//
function gnb02(){
	window.open("sub_list.php?code=02", "_self");
}

//
function gnb03(){
	window.open("sub_list.php?code=03", "_self");
}

//
function gnb04(){
	window.open("sub_list.php?code=04", "_self");
}

//
function sub_gnb01(){
	window.open("member.php?tar=info", "_self");
}

//
function sub_gnb02(){
	window.open("member.php?tar=order", "_self");
}

//
function sub_gnb03(){
	window.open("cart.php", "_self");
}

//
function sub_gnb04(){
	window.open("center.php", "_self");
}

