		
	document.writeln ("<tr>");
		
		document.writeln ("<td colspan=5 valign=top><img src='../bookImages/bookbg_01.gif' width=800 height=50 border=0></td>");
		
	document.writeln ("</tr>");
		
	document.writeln ("<tr>");
		
		document.writeln ("<td width=54  valign=top nowrap align=left><img src='../bookImages/bookbg_02.gif' height=1027 width=54 border=0></td>");

		document.writeln ("<td width=310 valign=top nowrap align=left>");

		if (parent.showMovie) {
			document.writeln ("<br><br>");
			document.writeln ("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'");
			document.writeln ("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0'");
			document.writeln ("width=300");
			document.writeln ("height=225>");
			document.writeln ("<param name=movie");
			document.writeln ("value='../bookMovies/" + parent.showBook + ".swf'> ");
			document.writeln ("<param name=quality value=high>");
			document.writeln ("<PARAM NAME=devicefont VALUE=true>");
			document.writeln ("<param name=bgcolor value=#FFFFFF>");
			document.writeln ("<param name='movie' value='false'>");
			document.writeln ("<embed");
			document.writeln ("src='../bookMovies/" + parent.showBook + ".swf'" );
			document.writeln ("quality=high");
			document.writeln ("devicefont=true");
			document.writeln ("bgcolor=#FFFFFF");
			document.writeln ("menu='false'");
			document.writeln ("width=300");
			document.writeln ("height=225");
			document.writeln ("type='application/x-shockwave-flash'");
			document.writeln ("pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>");
			document.writeln ("</embed>");
			document.writeln ("</object>");
			document.writeln ("<br>");
		} else {
			document.writeln ("<img src='../bookCovers/" + parent.showBook + ".jpg' width=" + parent.showNow.xwid + " height=" + parent.showNow.ywid + " border=0><br>");
		}
	
		<!-- show text and back button -->
		/*
		document.writeln ("<font class='More_Med'>");
		document.writeln ("<br>");
		document.writeln ("<img src='../../images/backlnk_01.gif' width=30 height=3 border=0>To buy this book please contact us.<br>");
		document.writeln ("<img src='../../images/backlnk_01.gif' width=30 height=3 border=0>Clicking HERE<br>");
		document.writeln ("<br>");
		document.writeln ("</font>");
		*/
		document.writeln ("<img src='../../images/spacer.gif' width=20 height=20 border=0>");
			
		//redirection code to get back to list if you came from a search engine...
		if ((parent.location.search.substring(1) != "" && redirected) || history.length < parent.showBack){
			document.writeln ("<a href = '../../html/showall.html'>");
		} else
		{
			document.writeln ("<a href = 'javascript:parent.history.go(-" + parent.showBack + ");'>");
		}
		document.writeln ("<img name='backbtn'");
		document.writeln ("src='../../images/backlnk_01.gif'");
		document.writeln ("onMouseOver = " + '"' + "javascript:Flip('backbtn','backover');" + '"');
		document.writeln ("onMouseOut  = " + '"' + "javascript:Flip('backbtn','back');" + '"');
		document.writeln ("width=70");
		document.writeln ("height=18");
		document.writeln ("border=0></a>");

		<!-- show the watch flash movie button -->
		if (parent.showNow.movie == "no") {
			document.writeln ("</td>");
		} else {
			if (parent.showMovie) {
				document.writeln ("<a href = 'javascript:showSomething();'>");
				document.writeln ("<img name='viewbtn'");
				document.writeln ("src='../../images/view_01.gif'");
				document.writeln ("onMouseOver = " + '"' + "javascript:Flip('viewbtn','viewover');" + '"');
				document.writeln ("onMouseOut  = " + '"' + "javascript:Flip('viewbtn','view');" + '"');
				document.writeln ("width=100");
				document.writeln ("height=18");
				document.writeln ("border=0></a></td>");
			} else {
				document.writeln ("<a href = 'javascript:showSomething();'>");
				document.writeln ("<img name='watchbtn'");
				document.writeln ("src='../../images/watch_01.gif'");
				document.writeln ("onMouseOver = " + '"' + "javascript:Flip('watchbtn','watchover');" + '"');
				document.writeln ("onMouseOut  = " + '"' + "javascript:Flip('watchbtn','watch');" + '"');
				document.writeln ("width=100");
				document.writeln ("height=18");
				document.writeln ("border=0></a></td>");
			}
		}

		if (parent.browser.is_ie4up) {
			//alert ("i");
			document.writeln ("<td width=22 valign=top nowrap align=left><img src='../../images/spacer.gif' width=22 height=1 border=0></td>");
		} else if (parent.browser.is_firefox) {
			//alert ("f");
			document.writeln ("<td width=26 valign=top nowrap align=left><img src='../../images/spacer.gif' width=26 height=1 border=0></td>");
		} else if (parent.browser.is_safari) {
			//alert ("s");
			document.writeln ("<td width=26 valign=top nowrap align=left><img src='../../images/spacer.gif' width=26 height=1 border=0></td>");
		} else {
			//alert ("o");
			document.writeln ("<td width=22 valign=top nowrap align=left><img src='../../images/spacer.gif' width=22 height=1 border=0></td>");
		}

		document.writeln ("<td width=356 valign=top>");

		document.writeln ("<img src='../../images/spacer.gif' width=356 height=20 border=0><br>");

