﻿function ShowItems()
{
	document.getElementById("ProItems").style.display = "";
}
function HiddenItems()
{
	document.getElementById("ProItems").style.display = "none";
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function Show_AptitudeImg(val)
{
	window.open('images/a/' + val +'.jpg','','width=270,height=370');
}


function nochsk()
{
	document.all.thismaptext.innerText = "请选择您要看的省份..."; 
}

function chsk(sf)
{
	var js = "<strong>华东办事处：</strong><br>　江苏省昆山市玉山镇城北环庆路1389号<br>　电话:0512-57737239<br>　传真:0512-57737233";
	var gd = "<strong>华南办事处：</strong><br>　广东省佛山市禅城区卫国路98号之8<br>　电话:0757-83322257<br>　传真:0757-83307018";
	var bj = "<strong>北方办事处：</strong><br>　中国北京亦庄经济技术开发区大雄郁金香舍901室<BR>　电话：010-67829106 <BR>　传真：010-67829105";
	var hb = "<strong>西北办事处：</strong><br>　甘肃省兰州市甘南路60号701室<br>　电话：0931-8845555<br>　传真：0931-8852600";
	var no = "暂时没有......";
	if(sf == 'js')
	{	
		document.all.thismaptext.innerHTML = js;
	}
	if(sf == 'gd')
	{
		document.all.thismaptext.innerHTML = gd;
	}
	if(sf == 'bj')
	{
		document.all.thismaptext.innerHTML = bj;
	}
	if(sf == 'hb')
	{
		document.all.thismaptext.innerHTML = hb;
	}
}