// JavaScript Document
function type_map(){
	document.write("<map name='type' id='type'>");
	//体育赞助
	document.write("<area shape='rect' coords='3,2,105,34' href='news_expo.html' />");
	//社会公益
	document.write("<area shape='rect' coords='109,2,211,34' href='newscommanity.html' />");
	//市场营销
	document.write("<area shape='rect' coords='216,2,318,34' href='newsmarket.html' />");
	//公司新闻
	document.write("<area shape='rect' coords='325,2,425,34' href='newsco.html' />");
	document.write("</map>");
}

function menu_map(){
	document.write("<map name='menu' id='menu'>");
	//最新活动
	document.write("<area shape='rect' coords='23,6,174,25' href='/latest_news.htm' />");
	//新闻稿
	document.write("<area shape='rect' coords='23,58,174,77' href='news_expo.html' />");
	//图片库
	document.write("<area shape='rect' coords='23,84,174,103' href='/image_gallery.htm' />");
	//公司资料
	document.write("<area shape='rect' coords='23,110,174,129' href='/myko/' />");
	//媒体留言
	document.write("<area shape='rect' coords='23,136,174,155' href='mediabbs.asp' />");
	//联系我们
	document.write("<area shape='rect' coords='23,162,174,181' href='/contact_us.htm' />");
	document.write("</map>");
}

function header_map(){
	document.write("<map name='header' id='header'>");
	//Global Site
	document.write("<area shape='rect' coords='814,78,866,95' href='http://www.thecoca-colacompany.com/' target='_blank'>");
	//联系我们
	document.write("<area shape='rect' coords='879,78,933,95' href='/contact_us.htm' target='_blank'>");
	//网站地图
	document.write("<area shape='rect' coords='940,78,992,95' href='/sitemap.htm' target='_blank'>");
	document.write("</map>");
}
