function displaySubjectList( strSubject ){

var strFontColor;
var strSubjectPhoto;;
strFontColor = '#408080';

document.write("<table width=100% border=0 height=571 cellspacing=0>");
document.write("<BR>");
document.write("  <tr>");
document.write("    <td valign=top><IMG SRC=/images/dingbat_down.gif BORDER=0></td>");
document.write("    <td valign=top>");
document.write("      新西兰移民<BR><BR>");

if ( strSubject == '概况'){
document.write("      <font color=" + strFontColor +  ">新西兰概况</font><BR><BR>");
strSubjectPhoto = '/images/a2.jpg';
}
else{
document.write("      <a href=page-gaikuang-shehui.htm>新西兰概况<IMG SRC=/images/blue_arrow.gif BORDER=0></a><BR><BR>");
}

if ( strSubject == '技术移民'){
document.write("      <font color=" + strFontColor +  ">新西兰技术移民</font><BR><BR>");
strSubjectPhoto = '/images/a14.jpg';
}
else{
document.write("      <a href=page-jishu-jianjie.htm>新西兰技术移民<IMG SRC=/images/blue_arrow.gif BORDER=0></a><BR><BR>");
}

if ( strSubject == '投资'){
document.write("      <font color=" + strFontColor +  ">新西兰投资移民</font><BR><BR>");
strSubjectPhoto = '/images/a15.jpg';
}
else{
document.write("      <a href=page-touzi-jianjie.htm>新西兰投资移民<IMG SRC=/images/blue_arrow.gif BORDER=0></a><BR><BR>");
}

if ( strSubject == '商务考察'){
document.write("      <font color=" + strFontColor +  ">长期商务考察签证</font><BR><BR>");
strSubjectPhoto = '/images/a9.jpg';
}
else{
document.write("      <a href=page-shangwu-jianjie.htm>长期商务考察签证<IMG SRC=/images/blue_arrow.gif BORDER=0></a><BR><BR>");
}

if ( strSubject == '家庭团聚'){
document.write("      <font color=" + strFontColor +  ">家庭团聚移民</font><BR><BR>");
strSubjectPhoto = '/images/a5.jpg';
}
else{
document.write("      <a href=page-jiating-gaishu.htm>家庭团聚移民<IMG SRC=/images/blue_arrow.gif BORDER=0></a><BR><BR>");
}

if ( strSubject == '创业者'){
document.write("      <font color=" + strFontColor +  ">新西兰创业者移民</font><BR><BR>");
strSubjectPhoto = '/images/a4.jpg';
}
else{
document.write("      <a href=page-qiyejia-jianjie.htm>新西兰创业者移民<IMG SRC=/images/blue_arrow.gif BORDER=0></a><BR><BR><BR>");
}

document.write("      <div align=left><hr width=122><img src=" + strSubjectPhoto + " border=1><hr width=122></div></p>");
document.write("      </td>");
document.write("  </tr>");
document.write("</table>");
}