document.write("<div id=menuDiv style='Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 1px; POSITION: absolute; HEIGHT: 1px; BACKGROUND-COLOR: #9cc5f8'></div>");
document.write("<map name='Map_menu'>");
document.write("  <area shape='rect' coords='6,3,217,41' href='index.htm' alt='Dg.Gov.Cn' >");
document.write("  <a><area shape='rect' coords='703,42,839,64' href='_government%20info.htm' ></a>");
document.write("  <a onMouseOver='ShowMenu(m_gti,100)'><area shape='rect' coords='562,42,702,64' href='_guide%20to%20investors.htm' ></a>");
document.write("  <a onMouseOver='ShowMenu(m_ga,100)'><area shape='rect' coords='439,42,561,64' href='_getting%20around.htm' ></a>");
document.write("  <a onMouseOver='ShowMenu(m_ca,100)'><area shape='rect' coords='315,42,438,64' href='_city attraction.htm' ></a>");
document.write("  <a onMouseOver='ShowMenu(m_hf,100)'><area shape='rect' coords='218,42,314,64' href='_having fun.htm' ></a>");
document.write("  <a onMouseOver='ShowMenu(m_bf,100)'><area shape='rect' coords='121,42,217,64' href='_basic%20facts.htm' ></a>");
document.write("  <area shape='rect' coords='852,7,894,24' href='http://www.dg.gov.cn' target='_blank'>");
document.write("</map>");
document.write("<img src='images/index_6_r1_c1.jpg' alt='' name='images/index_6_r1_c1' width='900' height='68' border='0' usemap='#Map_menu'>");

function openScript(url, width, height){
	var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );
}

//下拉菜单相关代码
 var h;
 var w;
 var l;
 var t;
 var topMar = 1;
 var leftMar = -2;
 var space = 1;
 var isvisible;
 var MENU_SHADOW_COLOR='#999999';//定义下拉菜单阴影色
 var global = window.document
 global.fo_currentMenu = null
 global.fo_shadows = new Array

function HideMenu() 
{
 var mX;
 var mY;
 var vDiv;
 var mDiv;
	if (isvisible == true)
{
		vDiv = document.all("menuDiv");
		mX = window.event.clientX + document.body.scrollLeft;
		mY = window.event.clientY + document.body.scrollTop;
		if ((mX < parseInt(vDiv.style.left)) || (mX > parseInt(vDiv.style.left)+vDiv.offsetWidth) || (mY < parseInt(vDiv.style.top)-h) || (mY > parseInt(vDiv.style.top)+vDiv.offsetHeight)){
			vDiv.style.visibility = "hidden";
			isvisible = false;
		}
}
}

function ShowMenu(vMnuCode,tWidth) {
	vSrc = window.event.srcElement;
	vMnuCode = "<table id='submenu' cellspacing=1 cellpadding=3 style='width:"+tWidth+"' onmouseout='HideMenu()'><tr height=23 bgcolor='#FFFFFF'><td nowrap align=left>" + vMnuCode + "</td></tr></table>";

	h = vSrc.offsetHeight;
	w = vSrc.offsetWidth;
	l = vSrc.offsetLeft + leftMar+4;
	t = vSrc.offsetTop + topMar + h + space-2;
	vParent = vSrc.offsetParent;
	while (vParent.tagName.toUpperCase() != "BODY")
	{
		l += vParent.offsetLeft;
		t += vParent.offsetTop;
		vParent = vParent.offsetParent;
	}

	menuDiv.innerHTML = vMnuCode;
	menuDiv.style.top = t;
	menuDiv.style.left = l;
	menuDiv.style.visibility = "visible";
	isvisible = true;
    makeRectangularDropShadow(submenu, MENU_SHADOW_COLOR, 4)
}

function makeRectangularDropShadow(el, color, size)
{
	var i;
	for (i=size; i>0; i--)
	{
		var rect = document.createElement('div');
		var rs = rect.style
		rs.position = 'absolute';
		rs.left = (el.style.posLeft + i) + 'px';
		rs.top = (el.style.posTop + i) + 'px';
		rs.width = el.offsetWidth + 'px';
		rs.height = el.offsetHeight + 'px';
		rs.zIndex = el.style.zIndex - i;
		rs.backgroundColor = color;
		var opacity = 1 - i / (i + 1);
		rs.filter = 'alpha(opacity=' + (100 * opacity) + ')';
		el.insertAdjacentElement('afterEnd', rect);
		global.fo_shadows[global.fo_shadows.length] = rect;
	}
}
//Basic Facts
var m_bf= '<a style=font-size:9pt;line-height:14pt; href=\"GLandNC.htm\">Geographic Location and Natural Condition</a><br><a style=font-size:9pt;line-height:14pt; href=\"Infrastructure.htm\">Infrastructure</a><br><a style=font-size:9pt;line-height:14pt; href=\"ECONOMIC%20STRUCTURE.htm\">ECONOMIC STRUCTURE</a><br><a style=font-size:9pt;line-height:14pt; href=\"Agriculture.htm\">Agriculture</a><br><a style=font-size:9pt;line-height:14pt; href=\"Industry.htm\">Industry</a><br><a style=font-size:9pt;line-height:14pt; href=\"Foreign%20Economy.htm\">Foreign Economy</a><br><a style=font-size:9pt;line-height:14pt; href=\"Finance%20&%20Commerce.htm\">Finance & Commerce</a><br><a style=font-size:9pt;line-height:14pt; href=\"Science%20and%20Educational%20Undertakings.htm\">Science and Educational Undertakings</a>'

//Having Fun
var m_hf= '<a style=font-size:9pt;line-height:14pt; href=\"places%20to%20visit.htm\">Places to Visit</a><br><a style=font-size:9pt;line-height:14pt; href=\"recreation.htm\">Recreation</a>'

//City Attraction
var m_ca= '<a style=font-size:9pt;line-height:14pt; href=\"Diversified%20Investors.htm\">Diversified Investors</a><br><a style=font-size:9pt;line-height:14pt; href=\"Economic%20condition.htm\">Economic condition</a><br><a style=font-size:9pt;line-height:14pt; href=\"Government%27s%20support.htm\">Government`s support</a><br><a style=font-size:9pt;line-height:14pt; href=\"Human%20Resources.htm\">Human Resources</a><br><a style=font-size:9pt;line-height:14pt; href=\"Manufacturing%20Base.htm\">Manufacturing Base</a>'

//Getting Around
var m_ga= '<a style=font-size:9pt;line-height:14pt; href=\"hotel.htm\">Hotel</a><br><a style=font-size:9pt;line-height:14pt; href=\"Travailing%20Agence.htm\">Travailing Agence</a><br><a style=font-size:9pt;line-height:14pt; href=\"Tickets%20Service%20Center.htm\">Tickets Service Center</a><br><a style=font-size:9pt;line-height:14pt; href=\"Train.htm\">Train</a><br><a style=font-size:9pt;line-height:14pt; href=\"Airline.htm\">Airline</a><br><a style=font-size:9pt;line-height:14pt; href=\"Passenger%20Bus.htm\">Passenger Bus</a><br><a style=font-size:9pt;line-height:14pt; href=\"Passenger%20Ferry.htm\">Passenger Ferry</a>'

//Guide to Investors
var m_gti= '<a style=font-size:9pt;line-height:14pt; href=\"Investment%20Procedures.htm\">Investment Procedures</a><br><a style=font-size:9pt;line-height:14pt; href=\"Forms%20of%20investment.htm\">Forms of Investment</a><br><a style=font-size:9pt;line-height:14pt; href=\"Charges%20and%20Fees.htm\">Costs & Charges</a><br><a style=font-size:9pt;line-height:14pt; href=\"Preferential%20Policies.htm\">Preferential Policies</a><br><a style=font-size:9pt;line-height:14pt; href=\"Industry%20Catalogue.htm\">Industry Catalogue</a><br><a style=font-size:9pt;line-height:14pt; href=\"Guide%20to%20Administration.htm\">Guide to Administration</a><br><a style=font-size:9pt;line-height:14pt; href=\"http://www.dgfipc.gov.cn/english/invest/ipage7.asp\" target="_blank">Taxation & Tariff</a><br><a style=font-size:9pt;line-height:14pt; href=\"http://www.dgfipc.gov.cn/english/invest/ipage8.asp\" target="_blank">Laws and Regulations</a><br><a style=font-size:9pt;line-height:14pt; href=\"Relevant%20Organizations.htm\">Relevant Organizations</a>'

//Government Info
var m_gi= ''  







