// ========================================
//版权：珠江投资集团网站
// 2007.11.02 ~ 2008.12.07
// 创建人：欧家昕.
// ========================================

// 主栏目链接 ============================================================================================
home = "main.php"; //集团首页

// 集团概览 ============================================================================================
group = "group.php"; // 集团概览

		company = "company.php"; // 集团概览
		organization = "organization.php"; // 组织架构
		strategy = "strategy.php"; // 企业战
		course = "course.php"; // 发展历程
		honor = "honor.php"; // 企业荣誉
		culture = "culture.php"; // 企业文化
		utility = "utility.php"; // 社会责任

// 投资者关系============================================================================================
investor = "investor.php"; // 投资者关系

/*
		investor1 = "investor_post.php"; // 公告
		investor2 = "govern.php"; // 公司治理
		investor3 = "capital_structure.php"; // 股本结构
		investor4 = "financial_affairs.php"; // 财务资料
		investor5 = "item.php"; // 项目储备
		investor6 = "valuation_online.php"; // 股价在线
		investor7 = "investor_visitor.php"; // 投资者来访
*/
	

// 核心业务============================================================================================
business = "business.php"; // 核心业务

		tenement = "tenement.php"; // 住宅项目
		commerce = "commerce.php"; // 商业项目

// 新闻资讯============================================================================================
news = "news.php"; // 新闻资讯

		post1 = "news_post.php"; // 公告
		group_news = "group_news.php"; // 集团新闻
		region_news = "region_news.php"; // 地区新闻
		item_news = "item_news.php"; // 项目新闻
		media_news = "media_news.php"; // 媒体报道
		brand = "brand.php"; // 品牌建设

// 客户服务============================================================================================
service = "service.php"; // 新闻资讯

		service_value = "service_1.php"; // 公告
		profession_value = "service_2.php"; // 地区新闻
		complaints = "service_3.php"; // 项目新闻
		complaints_1 = "chamber.php"; // 媒体报道
		publication = "service_4.php"; // 媒体报道

// 客户服务============================================================================================
jobs = "http://www.gdpr.com/hr"; // 新闻资讯



// location
function Go(url) {
	// alert(url);
	targetUrl = eval(url);
	if(!targetUrl) { alert('[' + url + '] '); return; }
		else window.location.href = targetUrl;
}


