var menu_fid = new Array(
	1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 	36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50
	
);

var menu_pid = new Array(
	
						// MENU CAP I
	0,	// trang chu
	0,	// gioi thieu
	0,	// tin tuc
	0,	// san giao dich
	0,	// tu van
	0,	// tuyen dung
	0,	// Albums
	0,	// lien he
	
					
					// MENU CAP II - GIOI THIEU	
	2,	// gioi thieu - cong ty
	2,	// gioi thieu - bat dong san

						
						// MENU CAP II - TIN TUC
	3,	// tin tuc - du an bds
	3,	// tin tuc - cam nang bds
	3,	// tintuc - van ban phap luat
	3,	// tintuc - tin tuc su kien
						
						
						// MENU CAP II - SAN GIAO DICH
	4,	// san giao dich - bds can ban
	4,	// san giao dich - bds can mua
	4	// san giao dich - bds cho thue

);

var menu_name = new Array(
	
	// MENU CAP I
	'Trang chủ',										
	'Giới thiệu',									
	'Tin tức',									
	'Sàn giao dịch',									
	'Tư vấn',									
	'Tuyển dụng',									
	'Albums',									
	'Liên hệ',									
	
	// MENU CAP II - GIOI THIEU	
	'Công ty',									
	'Bất động sản',					
	
	// MENU CAP II - TIN TUC
	'Dự án BĐS',		
	'Cẩm nang BĐS',											
	'Văn bản pháp luật',										
	'Tin tức sự kiện',										

	// MENU CAP II - SAN GIAO DICH
	'BĐS cần bán',								
	'BĐS cần mua',					
	'BĐS cho thuê'
	
);

var menu_path = new Array(

// MENU CAP I

	'http://batdongsansapa.com/index.php',			//trang chu
	'#',			//gioi thieu
	'#',			//tin tuc
	'#',			//san giao dich
	'http://batdongsansapa.com/modules.php?name=News&op=viewcat&catid=20',			//tu van
	'http://batdongsansapa.com/modules.php?name=News&op=viewcat&catid=19',			//tuyen dung
	'http://batdongsansapa.com/modules.php?name=Albums',			//Albums
	'http://batdongsansapa.com/modules.php?name=Contact',			//Lien he

	

// MENU CAP II - GIOI THIEU	

	'http://batdongsansapa.com/modules.php?name=News&op=viewcat&catid=2', 			//gioi thieu - cong ty
	'http://batdongsansapa.com/modules.php?name=News&op=viewcat&catid=3',			//gioi thieu - bat dong san
		
		
		
// MENU CAP II - TIN TUC
	'http://batdongsansapa.com/modules.php?name=News&op=viewcat&catid=15',
	'http://batdongsansapa.com/modules.php?name=News&op=viewcat&catid=16',
	'http://batdongsansapa.com/modules.php?name=News&op=viewcat&catid=17',	
	'http://batdongsansapa.com/modules.php?name=News&op=viewcat&catid=18',
	
	
	
// MENU CAP II - SAN GIAO DICH	
	'http://batdongsansapa.com/modules.php?name=News&op=viewcat&catid=6',
	'http://batdongsansapa.com/modules.php?name=News&op=viewcat&catid=7',
	'http://batdongsansapa.com/modules.php?name=News&op=viewcat&catid=8'
	
);

var menu_show = new Array(
	
						// MENU CAP I
	0,	// trang chu
	0,	// gioi thieu
	0,	// tin tuc
	0,	// san giao dich
	0,	// tu van
	0,	// tuyen dung
	0,	// Albums
	0,	// lien he
	
					
					// MENU CAP II - GIOI THIEU	
	0,	// gioi thieu - cong ty
	0,	// gioi thieu - bat dong san

						
						// MENU CAP II - TIN TUC
	0,	// tin tuc - du an bds
	0,	// tin tuc - cam nang bds
	0,	// tintuc - van ban phap luat
	0,	// tintuc - tin tuc su kien
						
						
						// MENU CAP II - SAN GIAO DICH
	0,	// san giao dich - bds can ban
	0,	// san giao dich - bds can mua
	0	// san giao dich - bds cho thue

);

