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/a13.jpg';
}
else{
document.write("      <a href=page-shilifenxi.htm class=black_red_anchor >独立技术移民类<IMG SRC=/images/blue_arrow.gif BORDER=0></a><BR><BR>");
}

if ( strSubject == '短期商务考察类'){
document.write("      <font color=" + strFontColor + ">短期商务考察类</font><BR><BR>");
strSubjectPhoto = '/images/a12.jpg';
}
else{
document.write("      <a href=page-anli-duanqishangwu.htm>短期商务考察类<IMG SRC=/images/blue_arrow.gif BORDER=0></a><BR><BR>");
}

if ( strSubject == '长期商务考察类'){
document.write("      <font color=" + strFontColor + ">长期商务考察类</font><BR><BR>");
strSubjectPhoto = '/images/a11.jpg';
}
else{
document.write("      <a href=page-anli-changqishangwu.htm>长期商务考察类<IMG SRC=/images/blue_arrow.gif BORDER=0></a><BR><BR>");
}

if ( strSubject == '企业管理人员类'){
document.write("      <font color=" + strFontColor + ">企业管理人员类</font><BR><BR>");
strSubjectPhoto = '/images/a10.jpg';
}
else{
document.write("      <a href=page-anli-qiyeguanli.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-anli-touzifangdichan.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-anli-jishupeixun.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>");
}