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

if (quizType == 2) {
	document.write("<div id='Layer1h' style='position: absolute; background-color: White; z-index:1; left: 0px; top: 123px; visibility: visible; border: 0px;' class='Layer1h'>\n");
} else {
	document.write("<div id='Layer1v' style='position: absolute; background-color: White; visibility: hidden; z-index:1; left: 0px; top: 123px; border: 0px;' class='Layer1v'>\n");
}

document.write("  <table width='140' border='0' cellspacing='0' cellpadding='0'>\n");
document.write("	<tr>\n");
document.write("      <td><a href='../../mathscape/2005/course3/index.php/" + state + "' onMouseOver=\"MM_swapImage('Image11','','../../mathscape/2005/images/5_mm_amc_lft_hm_4.gif',1)\" onMouseOut='MM_swapImgRestore()'><img src='../../mathscape/2005/images/5_mm_amc_lft_hm_1.gif' name='Image11' width='140' height='15' border='0' alt='Book Home'></a></td>\n");
document.write("    </tr>\n");
document.write("  </table>\n");
document.write("</div>\n");

// start of second layer
if (quizType < 2) {
	document.write("<div id='Layer2v' style='position: absolute; background-color: White; z-index:1; left: 0px; top: 123px; visibility: visible; border: 0px;' class='Layer2v'>\n");
} else {
	document.write("<div id='Layer2h' style='position: absolute; background-color: White; z-index:1; left: 0px; top: 123px; visibility: hidden; border: 0px;' class='Layer2h'>\n");
}

document.write("  <table width='140' border='0' cellspacing='0' cellpadding='0'>\n");
document.write("	<tr>\n");
document.write("      <td><a href='../../mathscape/2005/course3/index.php/" + state + "' onMouseOver=\"MM_swapImage('Image12','','../../mathscape/2005/images/5_mm_amc_lft_hm_4.gif',1)\" onMouseOut='MM_swapImgRestore()'><img src='../../mathscape/2005/images/5_mm_amc_lft_hm_1.gif' name='Image12' width='140' height='15' border='0' alt='Book Home'></a></td>\n");
document.write("    </tr>\n");
document.write("  </table>\n");
document.write("</div>\n");


document.write("<div id='Layer01' style='position: absolute; background-color: White; visibility: visible; z-index:1; left: 148px; top: 102px; border: 0px;' class='Layer01'><span class='head1'>" + stateName + "</span></div>\n");

document.write("<br><br>");

document.write("<map name='Map'>\n");
document.write(" <area shape='rect' coords='63,0,128,91' href='../../mathscape/2005/course3/index.php/" + state + "'>\n");
document.write("</map>\n");

}

//-->

//Quiz.prototype.book_footer = Quiz_book_footer;
