function newpage(image,title) {
	document.write('<body background="shop/images/smokey.jpg">');
	document.write('<center><font face="Arial,sans-serif">',title,'</font><table width="80%"><tr><td align="center">');
	document.write('<a href="javascript:history.go(-1)"><img src="shop/images/' + image + '.jpg" alt="' + title);
	document.write(' - click on the photo to return" ALIGN="CENTER"></a></td></tr><tr><td align="center"><br>');
	document.write('<font face="Arial,sans-serif" size="2" color="#003300">');
	document.write('Click on the photo to return</font></td></tr></table></body>');
}
