<!--
var content=new Array()
function openNewWindow(window) {
	open (window,"NewWindow","left=20, top=20, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=700, height=460");
}

function changetext(whichcontent,x,y){
whichcontent='<a href=javascript:openNewWindow("img/look/'+whichcontent+'.jpg")><img src="/book/img/look.gif" alt="" width="39" height="21" border="0" align=absmiddle vspace=5></a>Click here to zoom in on this page (file size: 84K)<br><a href=javascript:openNewWindow("img/look/'+whichcontent+'.jpg")><img src="img/look/'+whichcontent+'_s.jpg" alt="" width="'+x+'" height="'+y+'" border="1" class="gray"></a>'
	
	if (document.all)
		descriptions.innerHTML='<font face="Verdana">'+whichcontent+'<font>'
	else if (document.layers){
		document.d1.document.d2.document.write('<font face="Verdana">'+whichcontent+'</font>')
		document.d1.document.d2.document.close()
	}
}

function changetext2(whichcontent,x,y){
	whichcontent='<img src="img/'+whichcontent+'.gif" alt="" width="'+x+'" height="'+y+'" border="0">'
	if (document.all)
		descriptions.innerHTML='<font face="Verdana">'+whichcontent+'<font>'
	else if (document.layers){
		document.d1.document.d2.document.write('<font face="Verdana">'+whichcontent+'</font>')
		document.d1.document.d2.document.close()
	}

}
//-->