function displaySubjectList( strSubject ){

var strFontColor;
var strSubjectPhoto;
strFontColor = '#408080';

document.write("<table width=100% border=0 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/a9.jpg';
}
else{
document.write("      <a href=page-jianjie-leibie.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-jibentiaojian.htm>申请应具备的基本条件<IMG SRC=/images/blue_arrow.gif BORDER=0></a><BR><BR>");
}

if ( strSubject == '申请程序'){
document.write("      <font color=" + strFontColor +  ">申请程序</font><BR><BR>");
strSubjectPhoto = '/images/a1.jpg';
}
else{
document.write("      <a href=page-shenqingchengxu.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-dafen1.htm>打分制度<IMG SRC=/images/blue_arrow.gif BORDER=0></a><BR><BR>");
}

if ( strSubject == '问与答'){
document.write("      <font color=" + strFontColor +  ">问与答</font><BR><BR>");
strSubjectPhoto = '/images/a8.jpg';
}
else{
document.write("      <a href=page-wenyuda.htm>问与答<IMG SRC=/images/blue_arrow.gif BORDER=0></a><BR><BR>");
}

if ( strSubject == '实例分析'){
document.write("      <font color=" + strFontColor +  ">实例分析</font><BR><BR>");
strSubjectPhoto = '/images/a13.jpg';
}
else{
document.write("      <a href=page-shilifenxi.htm>实例分析<IMG SRC=/images/blue_arrow.gif BORDER=0></a><BR><BR>");
}

document.write("      <a href=../GeneralSituation/page-GeneralSituation-Main.htm>返回澳洲移民<IMG SRC=/images/blue_arrow.gif BORDER=0></a><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>");
}