function home()
{
	document.location.href="/index.asp";
}
//Start a Party link
function party(num)
{
	if (num=="1")
	{
		document.location.href="/party/party_about_01.asp";
	}
	else if (num=="2")
	{
		//alert("ÁØºñÁßÀÔ´Ï´Ù.");
		document.location.href="/party/party_Gstar_01.asp";
	}
	else if (num=="3")
	{
		document.location.href="/party/party_episode.asp";
	}
	else if (num=="4")
	{
		document.location.href="/Prog/PartyUCC/listfrm.asp";
	}
	else if (num=="5")
	{
		document.location.href="/party/party_webzine.asp";
	}
	else if (num=="6")
	{
		document.location.href="/party/party_poll_now.asp";
	}
}

//Story link
function story(num)
{
	if (num=="1")
	{
		//document.location.href="/story/story_jnb_flash.asp";
		document.location.href="/story/story_brand_history.asp";
	}
	else if (num=="1_1")
	{
		document.location.href="/story/story_brand_history.asp";
	}
	else if (num=="1_2")
	{
		document.location.href="/story/story_jnb_location.asp";
	}
	else if (num=="1_3")
	{
		document.location.href="/story/story_jnb_hostory.asp";
	}
	else if (num=="1_4")
	{
		document.location.href="/story/story_jnb_process.asp";
	}
	else if (num=="2")
	{
		document.location.href="/story/story_rare_about.asp";
	}
	else if (num=="2_1")
	{
		document.location.href="/story/story_rare_about.asp";
	}
	else if (num=="2_2")
	{
		document.location.href="/story/story_rare_identity.asp";
	}
	else if (num=="2_3")
	{
		document.location.href="/story/story_rare_screen.asp";
	}
	else if (num=="2_4")
	{
		document.location.href="/story/story_rare_paper.asp";
	}
	
	else if (num=="3")
	{
		document.location.href="/story/story_jet_about.asp";
	}
	else if (num=="3_1")
	{
		document.location.href="/story/story_jet_about.asp";
	}
	else if (num=="3_2")
	{
		document.location.href="/story/story_jet_identity.asp";
	}
	else if (num=="3_3")
	{
		document.location.href="/story/story_jet_screen.asp";
	}
	else if (num=="3_4")
	{
		document.location.href="/story/story_jet_paper.asp";
	}
	
	else if (num=="4")
	{
		document.location.href="/story/story_reserve_about.asp";
	}
	else if (num=="4_1")
	{
		document.location.href="/story/story_reserve_about.asp";
	}
	else if (num=="4_2")
	{
		document.location.href="/story/story_reserve_identity.asp";
	}
	else if (num=="4_3")
	{
		document.location.href="/story/story_reserve_screen.asp";
	}
	else if (num=="4_4")
	{
		document.location.href="/story/story_reserve_paper.asp";
	}
	
	else if (num=="5")
	{
		//document.location.href="/story/story_ad_movie.asp";
		document.location.href="/story/story_AdStory_ADmovie.asp";
	}
	else if (num=="5_1")
	{
		document.location.href="/story/story_AdStory_ADmovie.asp";
	}
	else if (num=="5_2")
	{
		document.location.href="/story/story_party_movie.asp";
	}
	else if (num=="5_3")
	{
		document.location.href="/story/story_ad_image.asp";
	}
}

//JPP link
function jpp(num)
{
	if (num=="1")
	{
		//alert("What is J&B Party Maker´Â »õ´ÜÀå ÁßÀÔ´Ï´Ù");
		document.location.href="/jpp/what.asp";
	}
	else if (num=="2")
	{
		//alert("ÁØºñÁß ÀÔ´Ï´Ù.");
		//document.location.href="/jpp/jpp.asp";
		//document.location.href="/jpp/imjpm.asp";
		document.location.href="/jpp/1/main.asp";
	}
	else if (num=="3")
	{
		//alert("ÁØºñÁß ÀÔ´Ï´Ù.");
		document.location.href="/jpp/listfrm.asp";
	}
	else if (num=="4")
	{
		//alert("ÁØºñÁß ÀÔ´Ï´Ù.");
		document.location.href="/jpp/diary_main.asp";
	}
}

//Event link
function jnbevent(num)
{
	if (num=="1")
	{
		document.location.href="/Prog/Event/Evt_list.asp";
	}
	else if (num=="2")
	{
		document.location.href="/Prog/Event/last_Evt_list.asp";
	}
	else if (num=="3")
	{
		//alert("ÁØºñÁßÀÔ´Ï´Ù.");
		//document.location.href="/Prog/Event/Evt_Winner.asp";
		document.location.href="/Prog/Jetholic/introduce.asp";
	}
	else if (num=="4")
	{
		document.location.href="/Prog/Jetholic/Member.asp";
	}
}

//Place link
function place(num)
{
	if (num=="1")
	{
		document.location.href="/Place/place_vote_listfrm.asp";
	}
	else if (num=="2")
	{
		document.location.href="/Place/place_import.asp";
	}
}

