var isbn;
var title;
var author;
var imgloc;
var imgtype;
var flag;
var picture;
title=title.replace(/ Hndbk/," Handbook");
if(author.substring(0,1)==" ")author=author.substring(1,author.length);
if(author.substring(0,3)!="by ")author="by "+author;
if(author=="by ")author="";
if(imgloc=="../GM/") imgloc="../gm/";
if(imgloc=="../gm/") imgloc="../gm/"+isbn.substring(0,3)+"/";
document.write("<div class='fig_left'><p>");
picture="p"
if (flag.indexOf("n")>=0) picture="n"
if (flag.indexOf("m")>=0) picture="m"
switch (picture) {
	case "n" :
		document.write("<img src='../nopic3.gif' width='200'");
		break;
	case "m" :
		document.write("<img src='../../mopic.gif' width='200'");
		break;
	case "p" :
		document.write("<img src='"+imgloc+isbn+imgtype+"' width='200'")
	};
document.write("	alt=\""+title+"\" title='click your flag to examine item' /><p>");
document.write("	"+isbn);
document.write("	</p>");
document.write("</div>");
document.write("</p><p><em>"+title+"</em>");
document.write("<br />"+author+"</p>");

if (flag.indexOf("u")>=0) {
	document.write("<a class='image' href='http://www.amazon.com/exec/obidos/ASIN/"+isbn+"/motorera-20' target='_blank'>");
	document.write("	<img src='../../usa.gif' alt='USA flag' title='examine or purchase from USA' /></a>");
	};
if (flag.indexOf("c")>=0) {
document.write("<a class='image' href='http://www.amazon.ca/exec/obidos/ASIN/"+isbn+"/motorera0a-20' target='_blank'>");
document.write("	<img src='../../canada.gif' alt='Canada flag' title='examine or purchase from Canada' /></a>");
	};
if (flag.indexOf("b")>=0) {
document.write("<a class='image' href='http://www.amazon.co.uk/exec/obidos/ASIN/"+isbn+"/motorera-21' target='_blank'>");
document.write("	<img src='../../UKflag.gif' alt='UK flag' title='examine or purchase from UK' /></a>");
	};
if (flag.indexOf("g")>=0) {
document.write("<a class='image' href='http://www.amazon.de/exec/obidos/ASIN/"+isbn+"/motorera0f-21' target='_blank'>");
document.write("	<img src='../../germany.gif' alt='Germany flag' title='examine or purchase from Germany'/></a>");
	};
if (flag.indexOf("f")>=0) {
document.write("<a class='image' href='http://www.amazon.fr/exec/obidos/ASIN/"+isbn+"/motorera0d-21' target='_blank'>");
document.write("	<img src='../../france.gif' alt='France flag' title='examine or purchase from France'/></a>");
	};



/*
document.write("<a class='image' href='http://www.amazon.com/exec/obidos/ASIN/"+isbn+"/motorera-20' target='_blank'>");
document.write("	<img src='../../usa.gif' alt='USA flag' title='examine or purchase from USA' /></a>");
document.write("<a class='image' href='http://www.amazon.ca/exec/obidos/ASIN/"+isbn+"/motorera0a-20' target='_blank'>");
document.write("	<img src='../../canada.gif' alt='Canada flag' title='examine or purchase from Canada' /></a>");
document.write("<a class='image' href='http://www.amazon.co.uk/exec/obidos/ASIN/"+isbn+"/motorera-21' target='_blank'>");
document.write("	<img src='../../UKflag.gif' alt='UK flag' title='examine or purchase from UK' /></a>");
document.write("<a class='image' href='http://www.amazon.de/exec/obidos/ASIN/"+isbn+"/motorera0f-21' target='_blank'>");
document.write("	<img src='../../germany.gif' alt='Germany flag' title='examine or purchase from Germany'/></a>");
document.write("<a class='image' href='http://www.amazon.fr/exec/obidos/ASIN/"+isbn+"/motorera0d-21' target='_blank'>");
document.write("	<img src='../../france.gif' alt='France flag' title='examine or purchase from France'/></a>");
*/

