<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>The 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>
<cfset noprints="false">
<cfinclude template="../incl/header.cfm">


<!--- *********  start page content ********* --->
<cfquery name=descriptionQuery datasource="mhs_mssql" username="bshl" password="bshl2001">
SELECT * FROM on_view WHERE ID=#queryID#
</cfquery> 
<cfoutput query="descriptionQuery">
<cfparam name="recordStatus" default="BLOCK">
<cfset status="#recordStatus#">
</cfoutput>

<cfif status eq "BLOCK">

	<SPAN class="text1">
	The record you have requested is not available for public viewing. If you believe this is an error, please email the <a href="mailto:webmaster@masshist.org">webmaster</a>.<br/>
	<br/>
	</SPAN>

<cfelse>



<BR>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
	<td valign="top">
	<br>
	<!--- left column, title and caption info, image menu --->
<cfoutput>

	<CF_display_caption 
		queryRecordID="#queryID#">

		<br>

	<CF_images_menu 
		queryRecordID="#queryID#"
		menuWidth="80%"
		menuAlign="left">

		<br>
		<img src="../images/space.gif" height="8" width="1" border="0"><br>

	</td>
	<td align="center" valign="top" class="text2">

	<!--- right column, reference image and repository statement --->

	
	<CF_display_image
		queryRecordID="#queryID#">
	
		<br>
</cfoutput>	
	
	
	</td>
</tr>
</table>

<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
	<td valign="top">


	
<cfoutput query="descriptionQuery">
	
<cfif isdefined("LONGDESCRIPTION") AND (LONGDESCRIPTION is not "")>
	<SPAN class="text1">
	#LONGDESCRIPTION#
	</SPAN>
<cfelse>
	<cfif isdefined("description") AND (description is not "")>
		<SPAN class="text1">
		#description#
		</SPAN>
	</cfif>
</cfif>

</cfoutput>



	</td>
</tr>
</table>

<br><br>

</cfif>
<!--- javascript BACK button --->

<a href="javascript:history.back()" class="topLink">Back</A><BR>
<br>

<br><br>	

<cfinclude template="../incl/footer.cfm">


