/*-------------- ÇöÀç ¾î¶² ÆäÀÌÁö°¡ Ãâ·ÂµÇ ÀÖ´ÂÁö ÀúÀåµÉ º¯¼ö --------*/
var val_menu_box = "";
var val_top_body_center_img = "";
var val_top_body_center_middle = "";


/*--------------- Ãâ·ÂµÉ ÆäÀÌÁöµé¿¡ ´ëÇÑ Á¤º¸ ----------------*/
function page_info(url){
	if(!url){ url = "main";}
	var total_page = new Array();

	/*###### »õ·Î¿î ÆäÀÌÁö°¡ »ý¼ºµÇ¸é ¹è¿­ Ãß°¡ ###### */
	/*	total_page['Ãß°¡µÉ º¯¼ö ÇÃ·¡±× °ª']						 */
	/*	[ ['ÆäÀÌÁö³» Ãâ·ÂµÉ id °ª' , 'p_ ¿Í .html À» Á¦¿ÜÇÑ ÁÖ¼Ò'] ]*/

	total_page["main"] =	[
					['menu_box','./p_main_menu.html'],
					['top_body_center_img','./html/main_img.html'],
					['top_body_center_middle','./p_main.html']
				];

	total_page["main_img1_1"] =	[
						['menu_box','./p_main_menu.html'],
						['top_body_center_img','./html/main_img1_1.html'],
						['top_body_center_middle','./p_main1_1.html']
					];
	
	total_page["main_img2"] =       [
						['menu_box','./p_main_menu.html'],
						['top_body_center_img','./html/main_img2.html'],
						['top_body_center_middle','./p_main.html']
					];

	 total_page["main_img2_1"] =       [
						['menu_box','./p_main_menu.html'],
						['top_body_center_img','./html/main_img2_1.html'],
						['top_body_center_middle','./p_main.html']
					];

	total_page["main_img3"] =	[
						['menu_box','./p_main_menu.html'],
						['top_body_center_img','./html/main_img3.html'],
						['top_body_center_middle','./p_main.html']
					];

	 total_page["main_img3_1"] =       [
						['menu_box','./p_main_menu.html'],
						['top_body_center_img','./html/main_img3_1.html'],
						['top_body_center_middle','./p_main.html']
					];

	total_page["main_img4"] =	[
						['menu_box','./p_main_menu.html'],
						['top_body_center_img','./html/main_img4.html'],
						['top_body_center_middle','./p_main.html']
					];
	
	total_page["thk_cpn"] = [
					['menu_box','./p_coupon_menu.html'],
					['top_body_center_img','./html/p_coupon_main_img.html'],
					['top_body_center_middle','./p_coupon_main.html']
				];

	total_page["use_info"] = [
					['menu_box','./p_coupon_menu.html'],
					['top_body_center_img','./html/p_coupon_main_img.html'],
					['top_body_center_middle','./p_coupon_use_info.html']
				];
	
	total_page["isthk_cpn"] = [
					['menu_box','./p_coupon_menu.html'],
					['top_body_center_img','./html/p_coupon_main_img.html'],
					['top_body_center_middle','./p_coupon_isthk_cpn.html']
				];

	if(!total_page[url]){
		url = 'main';
	}

	return total_page[url];
	
}
