<!--
function DispTitle(){
	document.write("<table width='100%' border='0' cellspacing='0' cellpadding='10'>");
	document.write("<tr><td align='center' bgcolor='#000033'><font color='#FFFFFF' size='6' class='f6'><strong>");
	document.write(p_title);
	document.write("</strong></font></td></tr>");
	document.write("</table>");
	document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr><td bgcolor='#CCCCCC'><img src='images/0.gif' width='1' height='3'></td></tr>");
	document.write("</table>");
}

function DispNavi(){
	document.write("<table width='560' border='0' cellspacing='0' cellpadding='5'>");
	document.write("<tr valign='middle'>");
	document.write("<td align='left'><font size='3' class='f3'>");
	document.write("<img src='images/arrow_s_back.gif' width='24' height='24' border='0' align='absmiddle'> back".link(p_back));
	document.write("</font></td>");
	document.write("<td align='center'><font size='3' class='f3'>(");
	document.write(p_page);
	document.write(")</font></td>");
	document.write("<td align='right'><font size='3' class='f3'>");
	document.write("next <img src='images/arrow_s_next.gif' width='24' height='24' border='0' align='absmiddle'>".link(p_next));
	document.write("</font></td>");
	document.write("</tr>");
	document.write("</table>");
}

function DispCont(){
	document.write("<table border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td align='right'>");
	document.write("<img src='images/arrow_l_back.gif' width='42' height='62' border='0'>".link(p_back));
	document.write("</td>");
	document.write("<td><table border='0' cellpadding='0' cellspacing='10' bgcolor='#999999'>");
	document.write("<tr><td>");
	document.write("<a href='",p_zoom_l,"'>");
	document.write("<img src='books/",p_img_l,"' width='256'>");
	document.write("</a></td><td>");
	document.write("<a href='",p_zoom_r,"'>");
	document.write("<img src='books/",p_img_r,"' width='256'>");
	document.write("</a></td></tr>");
	document.write("</table></td>");
	document.write("<td align='left'>");
	document.write("<img src='images/arrow_l_next.gif' width='42' height='62' border='0'>".link(p_next));
	document.write("</td>");
	document.write("</tr>");
	document.write("</table>");
}

function DispFoot(){
	document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr><td bgcolor='#CCCCCC'><img src='images/0.gif' width='1' height='3'></td></tr>");
	document.write("</table>");
	document.write("<table width='100%' border='0' cellspacing='0' cellpadding='10'>");
	document.write("<tr><td align='center' bgcolor='#000033'><form><input name='close' type='button' id='close' value='Close' onClick='parent.close()'></form></td></tr>");
	document.write("</table>");
}
-->