<!--

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==7)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
//左边菜单
var tempMenuLinkArray=new Array();
var threeMenu=new Array();
var threeLink=new Array();
var oldthree="";
var oldsrc =""
var oldmenu =""
threeMenu[0]='&nbsp;- &nbsp;&nbsp;&nbsp;Xining Seminar|&nbsp;- &nbsp;&nbsp;&nbsp;Shanxi Dissemination Meeting|&nbsp;- &nbsp;&nbsp;&nbsp;Nanning Seminar'
threeLink[0]='../what_act_sem_xining.asp|../what_act_sem_shanxi.asp|../what_act_sem_nanning.asp'
threeMenu[1]='&nbsp;- &nbsp;&nbsp;&nbsp;Shaanxi History Museum – “A procurement experience”|&nbsp;- &nbsp;&nbsp;&nbsp;Xinjiang Site visit'
threeLink[1]='../what_act_tec_shaanxi.asp|../what_act_tec_xinjiang.asp'
threeMenu[2]='&nbsp;- &nbsp;&nbsp;&nbsp;Cultural Heritage|&nbsp;- &nbsp;&nbsp;&nbsp;Environment|&nbsp;- &nbsp;&nbsp;&nbsp;Health'
threeLink[2]='../what_act_pro_cul.asp|../what_act_pro_env.asp|../what_act_pro_hea.asp'
threeMenu[3]='- &nbsp;&nbsp;&nbsp;For the time being, no monitoring activity is expected'
threeLink[3]='../what_act_mon_for.asp'
function onclick_imgthree(src)
{

   if(document.all('sub_img_'+src).fuhao=="0")
   {
     if(oldthree!='')
	 {
	   document.all('sub_img_'+oldthree).innerHTML="";
	   document.all('sub_img_'+oldthree).fuhao="0";
	 }
	 var tempstring='<table border="0" cellpadding="0" cellspacing="0" width="100%">'
     tempMenuArray=threeMenu[src].split('|');
	 tempLinkArray=threeLink[src].split('|');
     for(i=0;i<tempMenuArray.length;i++)
	 {
	    tempstring=tempstring+'<tr><td width="10%" height="23" align="left"></td><td><span id="menu_second_'+i+'" class="ce_biaoti" onclick="openwindow(this)" http="'+tempLinkArray[i]+'">'+tempMenuArray[i]+'</span></td></tr>'
	 }
	 tempstring=tempstring+'</table>'

	 document.all('sub_img_'+src).innerHTML=(tempstring);
	 oldthree=src
	 document.all('sub_img_'+src).fuhao="1"
   }
   else
   {
     document.all('sub_img_'+src).innerHTML="";
     document.all('sub_img_'+src).fuhao="0"
   }

}

function openwindow(src)
{
  if(src.http=="")
  {
    onclick_imgthree(src.id1)
  }
  else
  {
    window.open(src.http,"_self")
  }
}

function threeopenwindow(src)
{
  if(src.http=="")
  {
    alert("暂时不 开放")
  }
  else
  {
    window.open(src.http,"_self")
  }
}

function thisDocWidth(){
  return eval((window.navigator.appVersion.indexOf("3.3")>0)?"((this.frameElement!=null)?this.frameElement.scrollWidth:this.document.documentElement.scrollWidth)" :"document.documentElement.scrollWidth");
}
function menu_over(src,src1)
{
   if(oldsrc!="")
   {
     oldsrc.background=""
     oldsrc.width="100"
	 document.all('Menu_Div_'+oldmenu).style.display="none"
   }
   oldsrc=src
   oldmenu=src1
   document.all('Menu_Div_'+oldmenu).style.display="block"
   src.background=""
   src.width="120"
}

function menu_blank()
{
   if(oldsrc!="")
   {
     oldsrc.background=""
	 oldsrc.width="100"
	 document.all('Menu_Div_'+oldmenu).style.display="none"
   }
}

function menu_over1(src)

{
   src.bgcolor="94B6DE"
   src.background="images/xiala_bj1.jpg"
}
function menu_out1(src)
{
   src.bgcolor="7BA6D6"
   src.background="images/xiala_bj.jpg"
}

function output_menu_div(src,src1,src2)
{
menuheight=-2

menuleft=455+(thisDocWidth()-1024)/2

for(i=0;i<7;i++)
{
document.write('<div  id="Menu_Div_'+i+'" style="position:absolute;  left: '+(menuleft+i*101)+'px; top: '+(60+menuheight)+'px; width: 120px;display:none;z-index:10" >')

document.write('<table border="0" cellpadding="0" cellspacing="0">')
secondMenuArray=menu[i].split('|');
secondLinkArray=link[i].split('|');
secondMenuNum=secondMenuArray.length;
 for(j=0;j<secondMenuNum;j++)
 {
      document.write('<tr><td height="22" bgcolor="7BA6D6" background="images/xiala_bj.jpg" align="left"  onmouseover="menu_over1(this)" onmouseout="menu_out1(this)"  class="ce_biaoti" onclick="threeopenwindow(this)" http="'+secondLinkArray[j]+'"><font color="ffffff">'+secondMenuArray[j]+'</font></td></tr>')
 }
document.write('<tr>')
document.write('<td width="120" height="1" valign="top"></td>')
document.write('</tr>')
document.write('</table>')
document.write('</div>')
}
}

function noresizewindow()
{
menuleft=455+(thisDocWidth()-1024)/2

for(i=0;i< 7;i++)
{
document.all('Menu_Div_'+i).style.left=menuleft+(101*i)
}
}
//鼠标点击一级菜单
function firstopen(src)
{
   window.open(src,"_self")
}
// JavaScript Document