function displaySubjectList( strSubject ){

var strFontColor;
var strSubjectPhoto;;
strFontColor = '#408080';

document.write("              <table width=100% border=0 cellspacing=0>");
document.write("                <tr>");
document.write("                  <td valign=top><img src=../images/dingbat_down.gif></td>");
document.write("                  <td valign=top>");
document.write("                    <font size=2 color=#009999><b>Australia General Skilled Migration</b></font>");
document.write("                    <br>");
document.write("                    <br>");

if ( strSubject == 'bonus'){
    document.write("      <font color=" + strFontColor +  ">Bonus points</font><br>");
}
else{
    document.write("                    <a href=bonus.htm>Bonus points</a ><br>");
}

if ( strSubject == 'fees'){
    document.write("      <font color=" + strFontColor +  ">Fees & Charges</font><br>");
}
else{
    document.write("                    <a href=fees.htm>Fees & Charges</a><br>");
}

if ( strSubject == 'dependants'){
    document.write("      <font color=" + strFontColor +  ">Dependents</font><br>");
}
else{
    document.write("                    <a href=dependants.htm>Dependents</a><br>");
}

if ( strSubject == 'generalskilledmigration'){
    document.write("      <font color=" + strFontColor +  ">General skilled migration</font><br>");
}
else{
    document.write("                    <a href=general.htm>General skilled migration</a><br>");
}

if ( strSubject == 'pointstest'){
    document.write("      <font color=" + strFontColor +  ">Points Test</font><br>");
}
else{
    document.write("                    <a href=pointstest.htm>Points Test</a><br>");
}

if ( strSubject == 'health'){
    document.write("      <font color=" + strFontColor +  ">Health & Character</font><br>");
}
else{
    document.write("                    <a href=health.htm>Health & Character</a><br>");
}

if ( strSubject == 'about'){
    document.write("      <font color=" + strFontColor +  ">About the Points Test</font><br>");
}
else{
    document.write("                    <a href=about.htm>About the Points Test</a><br>");
}

if ( strSubject == 'family'){
    document.write("      <font color=" + strFontColor +  ">Family sponsored Area Sponsored</font><br>");
}
else{
    document.write("                    <a href=family.htm>Family sponsored Area Sponsored</a><br>");
}

if ( strSubject == 'independent'){
    document.write("      <font color=" + strFontColor +  ">Independent categories</font><br>");
}
else{
    document.write("                    <a href=independent.htm>Independent categories</a><br>");
}

if ( strSubject == 'pointsforage'){
    document.write("      <font color=" + strFontColor +  ">Points for Age</font><br>");
}
else{
    document.write("                    <a href=pointsforage.htm>Points for Age</a><br>");
}

if ( strSubject == 'pointsforaustralian'){
    document.write("      <font color=" + strFontColor +  ">Points for Australian qualifications</font><br>");
}
else{
    document.write("                    <a href=pointsforaustralian.htm>Points for Australian qualifications</a><br>");
}

if ( strSubject == 'pointsforenglish'){
    document.write("      <font color=" + strFontColor +  ">Points for English language ability</font><br>");
}
else{
    document.write("                    <a href=pointsforenglish.htm>Points for English language ability</a><br>");
}

if ( strSubject == 'pointsforoccupation'){
    document.write("      <font color=" + strFontColor +  ">Points for Occupation in demand</font><br>");
}
else{
    document.write("                    <a href=pointsforoccupation.htm>Points for Occupation in demand</a><br>");
}

if ( strSubject == 'pointsforrelationship'){
    document.write("      <font color=" + strFontColor +  ">Points for Relationship</font><br>");
}
else{
    document.write("                    <a href=pointsforrelationship.htm>Points for Relationship</a><br>");
}

if ( strSubject == 'pointsforskill'){
    document.write("      <font color=" + strFontColor +  ">Points for Skill</font><br>");
}
else{
    document.write("                    <a href=pointsforskill.htm>Points for Skill</a><br>");
}

if ( strSubject == 'pointsforspecific'){
    document.write("      <font color=" + strFontColor +  ">Points for Specific work experience</font><br>");
}
else{
    document.write("                    <a href=pointsforspecific.htm>Points for Specific work experience</a><br>");
}

if ( strSubject == 'pointsforspouse'){
    document.write("      <font color=" + strFontColor +  ">Points for Spouse skills</font><br>");
}
else{
    document.write("                    <a href=pointsforspouse.htm>Points for Spouse skills</a><br>");
}

if ( strSubject == 'skillmatching'){
    document.write("      <font color=" + strFontColor +  ">Skill matching</font><br>");
}
else{
    document.write("                    <a href=skillmatching.htm>Skill matching</a><br>");
}

if ( strSubject == 'skillsassessment'){
    document.write("      <font color=" + strFontColor +  ">Skills assessment</font><br>");
}
else{
    document.write("                    <a href=skillsassessment.htm>Skills assessment</a><br>");
}

document.write("                    </td>");
document.write("                </tr>");
document.write("                <tr><td clospan=2>&nbsp;</td></tr>");
document.write("                <tr>");
document.write("                  <td valign=top><img src=../images/dingbat_down.gif></td>");
document.write("                  <td valign=top>");
document.write("                      <font size=2 color=#009999><b>New Zealand General Skilled Migration</b></font>");
document.write("                      <br>");
document.write("                      <br>");

if (strSubject == 'Pointsforage'){
    document.write("      <font color=" + strFontColor +  ">Points for age</font><br>");
}
else{
	document.write("                      <a href=pointsforage2.htm>Points for age</a><br>");
}

if (strSubject == 'requirements'){
    document.write("      <font color=" + strFontColor +  ">Basic requirements</font><br>");
}
else{
	document.write("                      <a href=basicrequirements2.htm>Basic requirements</a><br>");
}

if (strSubject == 'Settlement'){
    document.write("      <font color=" + strFontColor +  ">Settlement factors</font><br>");
}
else{
	document.write("                      <a href=settlement2.htm>Settlement factors</a><br>");
}

if (strSubject == 'experience'){
    document.write("      <font color=" + strFontColor +  ">Work experience</font><br>");
}
else{
	document.write("                      <a href=work2.htm>Work experience</a><br>");
}

//if (strSubject == 'exception'){
//    document.write("      <font color=" + strFontColor +  ">Exception to qualifications</font><br>");
//}
//else{
//	document.write("                      <a href=exception.htm>Exception to qualifications</a>");
//}

if (strSubject == 'health2'){
    document.write("      <font color=" + strFontColor +  ">Health and character</font><br>");
}
else{
	document.write("                      <a href=health2.htm>Health and character</a><br>");
}

if (strSubject == 'qualifications2'){
    document.write("      <font color=" + strFontColor +  ">Qualifications</font><br>");
}
else{
	document.write("                      <a href=qualifications2.htm>Qualifications</a><br>");
}

if (strSubject == 'which2'){
    document.write("      <font color=" + strFontColor +  ">Which catcgory applies to you</font><br>");
}
else{
	document.write("                      <a href=which2.htm>Which catcgory applies to you</a>");
}

document.write("                  </td>");
document.write("                </tr>");
document.write("              </table>");
}