
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>
<HEAD>
	<title>Massachusetts Historical Society | On View</title>

<LINK rel="stylesheet" href="../styles/style_global.css" type="text/css" />

<SCRIPT language="JavaScript" src="../scripts/script_global.js" type="text/JavaScript"></SCRIPT>
</HEAD>



<cfinclude template="../incl/header_alt.cfm">


<span class="sectionTitle">&nbsp;&nbsp;<i>Image Viewer</i></span><br>
<br>

<cfset currentImage="#img#">



<!--- display caption with short description --->

<table width="96%" align="center" border="0" cellpadding="6" cellspacing="6">
<tr>
<td width="50%">

	<CF_display_caption 
		queryRecordID="#queryID#">

<!---
<cfoutput>
<a href="query3.cfm?queryID=#queryID#" class="text1sm">Return to full description</a>
</cfoutput>
--->

<a href="javascript:history.back()" class="topLink">Back</A><BR>	

</td>
<td width="50%" class="text2" align="center" valign="top">


<!--- 	query on_view_images table	 --->



	<CF_images_menu 
		queryRecordID="#queryID#"
		menuWidth="300"
		menuAlign="left">



</td>
</tr>
</table>

<br>

<table width="100%" align="center" border="0" cellpadding="6" cellspacing="0">
<tr>
<td>
<cfoutput>

<IMG src="../database/images/#currentImage#" border="0">

</cfoutput>

</td>
</tr>
</table>


<br>
<br>
<br>
<cfinclude template="../incl/footer_alt.cfm">