function popUp(URL,NAME) {
amznwin=window.open(URL,NAME,'location=yes,scrollbars=yes,status=yes,toolbar=yes,resizable=yes,width=380,height=450,screenX=10,screenY=10,top=10,left=10');
amznwin.focus();}

function books(asin) {
	document.writeln("<a href=http://www.amazon.com/exec/obidos/ASIN/" + asin + "/ref=nosim/graycellstechn0c><IMG SRC=Graphics/" + asin + ".jpg border=0 alt='View details at Amazon.com' hspace=3 vspace=3></a><br>");
	document.writeln("<a href=javascript:popUp('http://buybox.amazon.com/exec/obidos/redirect?tag=graycellstechn0c&link_code=xsc&creative=23424&camp=2025&path=/dt/assoc/tg/aa/xml/assoc/-/" + asin + "/graycellstechn0c/ref=ac_bb6_,_amazon')><img src=Graphics/abuy.gif border=0 alt='Add to your Amazon.com shopping cart' ></a>");
	}
