var name=new Array();  
var position=new Array(); 
var background=new Array();
var email=new Array();
var photo=new Array();

//name[1]="Tian Fenghui";
//position[1]="Visiting Scholar";
//background[1]="Ph.D.&nbsp;Shandong University";
//email[1]="tfh@qdu.edu.cn";
//photo[1]="tian";

//name[2]="Zhu Jian";
//position[2]="Research Associate";
//background[2]="Ph.D.&nbsp;Fudan University";
//email[2]="jianzhu@shnu.edu.cn";
//photo[2]="zhujian";

name[1]="Wang Feng";
position[1]="Ph.D. Student";
background[1]="B.Sc.&nbsp;Anhui University<br>M.Phil&nbsp;The University of Science and Technology of China";
email[1]="wangfeng@cuhk.edu.hk";
photo[1]="wangfeng";

name[2]="Li Chuanhao";
position[2]="Ph.D. Student";
background[2]="B.Sc.&nbsp;Anhui University<br>M.Phil&nbsp;Anhui University";
email[2]="lichuanhao1983@163.com";
photo[2]="chuanhao";

name[3]="Li Yecheng";
position[3]="M.Phil Student";
background[3]="B.Sc.&nbsp;Nanjing University";
email[3]="leeyecheng@gmail.com";
photo[3]="liyecheng";

name[4]="Zhang Lei";
position[4]="Ph.D. Student";
background[4]="B.Sc.&nbsp;Nanjing University";
email[4]="njuserene@gmail.com";
photo[4]="zhanglei";

name[5]="An Xiaoqiang";
position[5]="Research Associate";
background[5]="Ph.D.&nbsp;Beijing Institute of Technology";
email[5]="axq_wjxy@sina.com";
photo[5]="anxiaoqiang";

name[6]="Chen Lianqing";
position[6]="Research Associate";
background[6]="B.Sc.&nbsp;Wuhan University<br>Ph.D.&nbsp;Wuhan University";
email[6]="lqchen_2003@yahoo.com.cn";
photo[6]="chenlianqing";

name[7]="Lee Siu-Fung";
position[7]="Ph.D. Student";
background[7]="B.Sc.&nbsp;The Chinese University of Hong Kong<br>M.Phil&nbsp;The Chinese University of Hong Kong";
email[7]="jackjack912@yahoo.com.hk";
photo[7]="LeeSiuFung";

name[8]="Gu Ting";
position[8]="Ph.D. Student";
background[8]="B.Sc.&nbsp;Nanjing University";
email[8]="gtc1412@gmail.com";
photo[8]="guting";

name[9]="Hu Zhuofeng";
position[9]="Ph.D. Student";
background[9]="B.Sc.&nbsp;Sun Yat-sen University<br>M.Phil&nbsp;Sun Yat-sen University";
email[9]="st04hzhf@gmail.com";
photo[9]="huzhuofeng";

name[10]="Yu Jianqiang";
position[10]="Visiting Scholar";
background[10]="Ph D: Dalian Institute of Chemical Physics, Chinese Academy of Sciences";
email[10]="jianqyu@hotmail.com";
photo[10]="yujianqiang";

//////////////////////////////////////////////////////////
preloadedimages=new Array();
for (i=1;i<photo.length;i++){
preloadedimages[i]=new Image();
preloadedimages[i].src='members/'+photo[i]+'.jpg';
//alert (preloadedimages[i].src)
}

