<!-- 
function Quiz_book_header(title, subtitle, quizType, chapter, lesson) 
{
document.write("<body bgcolor=\"#FFFFFF\" onLoad=\"MM_preloadImages\('../images/5_ost_tc_2.gif','../images/5_ost_tc_3.gif','../images/5_lft_scq_2.gif','../images/5_lft_scq_3.gif','../images/5_lft_stp_2.gif','../images/5_lft_stp_3.gif','../images/5_ost_voc_2.gif','../images/5_ost_voc_3.gif','../images/5_lft_ch_tst_2.gif','../images/5_lft_ch_tst_3.gif','../images/drd_math_hm2.gif','../images/drd_online_hm2.gif','../images/drd_contact2.gif'\)\">\n");
document.write("<table width=\"640\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n");
document.write("  <tr>\n");
document.write("  <td colspan=2>\n");
document.write("  <table width=\"600\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n");
document.write("    <tr>\n");
document.write("	<td rowspan=\"2\" width=\"140\" valign=\"top\"><img src=\"../books/0-02-825275-6/images/bk_geom.jpg\" width=\"140\" height=\"95\"></td>\n");
document.write("    <td colspan=\"2\" height=\"29\"  valign=\"top\"><img src=\"../images/online_stdy_tls.gif\" width=\"355\" height=\"73\"></td>\n");
document.write("    <td valign=\"top\"><img src=\"../images/glen_logo.gif\" width=\"105\" height=\"45\" align=\"top\"></td>\n");
document.write("  	</tr>\n");
document.write("  	<tr> \n");
document.write("    <td width=\"141\" height=\"9\" valign=\"top\"><a href=\"../../\" onMouseOut=\"MM_swapImgRestore\(\)\" onMouseOver=\"MM_swapImage\('Image17','','../images/drd_math_hm2.gif',1\)\"><img name=\"Image17\" border=\"0\" src=\"../images/drd_math_hm.gif\" width=\"141\" height=\"22\"></a></td>\n");
document.write("    <td width=\"214\" height=\"9\" valign=\"top\"><a href=\"../\" onMouseOut=\"MM_swapImgRestore\(\)\" onMouseOver=\"MM_swapImage\('Image18','','../images/drd_online_hm2.gif',1\)\"><img name=\"Image18\" border=\"0\" src=\"../images/drd_online_hm.gif\" width=\"214\" height=\"22\"></a></td>\n");
document.write("    <td width=\"145\" height=\"9\" valign=\"top\"><a href=\"../../contact/contactus.html\" onMouseOut=\"MM_swapImgRestore\(\)\" onMouseOver=\"MM_swapImage\('Image19','','../images/drd_contact2.gif',1\)\"><img name=\"Image19\" border=\"0\" src=\"../images/drd_contact.gif\" width=\"105\" height=\"22\"></a></td>\n");
document.write("  	</tr>\n");
document.write("  </table></td></tr>	\n");
document.write("  <tr> \n");
document.write("    <td width=\"140\" valign=\"top\" rowspan=\"2\">\n");
document.write("</td>\n");
document.write("    <td> \n");
if(quizType  == 1) {
	document.write("<span class=\"head1a\">&nbsp;<br><img src=\"../images/spacer.gif\" width=\"9\" height=\"1\">Standardized Test Practice</span>");
} else {
	if(quizType == 0) {
		document.write("<span class=\"head1a\">&nbsp;<br><img src=\"../images/spacer.gif\" width=\"9\" height=\"1\">Chapter Test</span>");

	} else {
		document.write("<span class=\"head1a\">&nbsp;<br><img src=\"../images/spacer.gif\" width=\"9\" height=\"1\">Self-Check Quizzes</span>");
	}
}
document.write("<p><img src=\"../images/spacer.gif\" width=\"8\" height=\"8\"><span class='head1a'>" + title +"</span>\n");
document.write("<br><img src=\"../images/spacer.gif\" width=\"8\" height=\"8\">");
if(quizType == 1) {
	if(chapter == 1) {
		document.write("<span class='regText'><b>Chapter " + chapter + "</b></lesson>\n");
	} else {
		document.write("<span class='regText'><b>Chapters 1 - " + chapter + "</b></lesson>\n");
	}
} else if(quizType == 2) {
	document.write("<span class='regText'><b>Lesson " + chapter + "-" + lesson + "</b></span>\n");
} else {
	document.write("<span class='regText'><b>Chapter " + chapter + "</b></span>\n");
}
document.write("        <br>\n");
document.write("        <img src=\"../images/spacer.gif\" width=\"8\" height=\"8\"><span class='regText'><b>" + subtitle +  "</b></span>\n");
document.write("      </td>\n");
document.write("  </tr>\n");
document.write("<tr><td>\n");
}
//-->
//Quiz.prototype.book_header = Quiz_book_header;
