function Quiz_book_footer(title, subtitle, quizType, chapter, lesson, state, stateName) {

document.write("<div id='Layer1' class='Layer1'>\n");
document.write("  <table width='140' border='0' cellspacing='0' cellpadding='0'>\n");
document.write("	<tr>\n");
document.write("      <td height='15' valign='top'><a href='../../mathmatters/mm2_01/index.php4/" + state + "' onMouseOver=\"MM_swapImage('Image11','','../../mathmatters/images/5_leftnav_bhm_4.gif',1)\" onMouseOut='MM_swapImgRestore()'><img src='../../mathmatters/images/5_leftnav_bhm_1.gif' name='Image11' width='140' height='15' border='0' alt='Book Home'></a></td>\n");
document.write("    </tr>\n");
document.write("	<tr>\n");
document.write("      <td height='15' valign='top'><a href=\"javascript:openThis('http://www.glencoe.com/sec/catalog/cgi-bin/secDisplay.cgi?function=display&area=math&categroy=productinfo&nameid=506')\" onMouseOut='MM_swapImgRestore()' onMouseOver=\"MM_swapImage('prd','','../../mathmatters/images/5_leftnav_prd_4.gif',1)\"><img src='../../mathmatters/images/5_leftnav_prd_1.gif' name='prd' width='140' height='15' border='0' alt='Product Description'></a></td>\n");
document.write("    </tr>\n");
document.write("	<tr>\n");
document.write("      <td height='15' valign='top'><a href='../../mathmatters/mm2_01/content.php4/ctl/" + state + "' onMouseOut='MM_swapImgRestore()' onMouseOver=\"MM_swapImage('ctl','','../../mathmatters/images/5_leftnav_ctl_4.gif',1)\"><img src='../../mathmatters/images/5_leftnav_ctl_1.gif' name='ctl' width='140' height='15' border='0' alt='Chapter Theme Links'></a></td>\n");
document.write("    </tr>\n");
document.write("	<tr>\n");
document.write("      <td height='15' valign='top'><a href='../../mathmatters/mm2_01/content.php4/mw/" + state + "' onMouseOut='MM_swapImgRestore()' onMouseOver=\"MM_swapImage('mw','','../../mathmatters/images/5_leftnav_mw_4.gif',1)\"><img src='../../mathmatters/images/5_leftnav_mw_1.gif' name='mw' width='140' height='15' border='0' alt='MathWorks'></a></td>\n");
document.write("    </tr>\n");
document.write("	<tr>\n");
document.write("      <td height='15' valign='top'><a href='../../mathmatters/mm2_01/content.php4/scq/" + state + "' onMouseOut='MM_swapImgRestore()' onMouseOver=\"MM_swapImage('scq','','../../mathmatters/images/5_leftnav_scq_4.gif',1)\"><img src=");
if (quizType != 2) {
document.write("'../../mathmatters/images/5_leftnav_scq_1.gif'");
} else { 
document.write("'../../mathmatters/images/5_leftnav_scq_4.gif'");
}
document.write(" name='scq' width='140' height='15' border='0' alt='Self-Check Quizzes'></a></td>\n");
document.write("    </tr>\n");
document.write("	<tr>\n");
document.write("      <td height='15' valign='top'><a href='../../mathmatters/mm2_01/content.php4/crv/" + state + "' onMouseOut='MM_swapImgRestore()' onMouseOver=\"MM_swapImage('crv','','../../mathmatters/images/5_leftnav_crv_4.gif',1)\"><img src=");
if (quizType != 0) {
document.write("'../../mathmatters/images/5_leftnav_crv_1.gif'");
} else { 
document.write("'../../mathmatters/images/5_leftnav_crv_4.gif'");
}
document.write(" name='crv' width='140' height='15' border='0' alt='Chapter Review'></a></td>\n");
document.write("    </tr>\n");
document.write("	<tr>\n");
document.write("      <td height='15' valign='top'><a href='../../mathmatters/mm2_01/content.php4/stp/" + state + "' onMouseOut='MM_swapImgRestore()' onMouseOver=\"MM_swapImage('stp','','../../mathmatters/images/5_leftnav_stp_4.gif',1)\"><img src=");
if (quizType != 1) {
document.write("'../../mathmatters/images/5_leftnav_stp_1.gif'");
} else { 
document.write("'../../mathmatters/images/5_leftnav_stp_4.gif'");
}
document.write(" name='stp' width='140' height='27' border='0' alt='Standardized Test Practice'></a></td>\n");
document.write("    </tr>\n");
document.write("  </table>\n");
document.write("</div>\n");

document.write("<div id='Layer01' class='Layer01'><span class='headerALG2003'>" + stateName + "</span></div>\n");

}

//-->

//Quiz.prototype.book_footer = Quiz_book_footer;
