function goLink(num){
    var links = new Array();
	//MENU1
    links[101] = "/hollys/hollys_01.html";
	links[102] = "/hollys/hollys_02.html";
	links[103] = "/hollys/hollys_03.html";
	links[104] = "/hollys/hollys_04.html";
	links[105] = "/hollys/hollys_05.html";
	links[106] = "/hollys/hollys_06.html";
		
	//MENU2
	links[201] = "/menu/menu_01.html";
	links[202] = "/menu/menu_02.html";
	links[203] = "/menu/menu_03.html";
	links[204] = "/menu/menu_04.html";
	links[205] = "/menu/menu_05_3.html";
	links[206] = "/menu/menu_06.html";
	links[207] = "/menu/menu_07.html";
	
	//MEUN3
    links[301] = "/news/news_01.html";
    links[302] = "/news/news_02.html";
		
	//MENU4
    links[401] = "/hollys_mania/hollys_mania_01.html";
    links[402] = "/hollys_mania/hollys_mania_04.html";
	links[403] = "/hollys_mania/hollys_mania_02.html";
	links[404] = "/hollys_mania/hollys_mania_06.html";
		
	//MENU5
    links[501] = "/franchise/franchise_01.html";
    links[502] = "/franchise/franchise_01.html";
	links[503] = "/franchise/franchise_01.html";
	links[504] = "/franchise/franchise_01.html";
		
	//HOME
    links[11] = "/index.html";
    self.location.href = links[num];
}