<?xml version="1.0"?>
<!-- index.html -->
<html>
	<head>
		<title>eMuseum</title>
		<script language="javascript" src="emuseumScript.js"></script>
		<script language="javascript">
			<!--
    function preloadArray(dir,arrayName) {
     if (document.images) {
      for (var i=0; i<eval(arrayName+'.length'); i++) {
       CURR_ARRAY_ITEM = eval(arrayName+'[i]');
       eval(CURR_ARRAY_ITEM+'_on = new Image()');
       eval(CURR_ARRAY_ITEM+'_on.src = dir+"'+CURR_ARRAY_ITEM+'_on.gif";');
       eval(CURR_ARRAY_ITEM+'_off = new Image()');
       eval(CURR_ARRAY_ITEM+'_off.src = dir+"'+CURR_ARRAY_ITEM+'_off.gif";');
      }
     }
    }

//jae removed 'bigsearch' for search mockup
    var imageList = new Array('home','collections','bigsearch','help');
    preloadArray('../images/menu/','imageList');

    function rollIn(imgName) {
      if (document.images){
       document[imgName].src=eval(imgName + "_on.src");
      }
    }

    function rollOut(imgName) {
      if (document.images) {
        document[imgName].src=eval(imgName + "_off.src");
      }
    }
  //-->
		</script>
		<link rel="stylesheet" href="../txtStyle.css" type="text/css"/>
	</head>
	<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" background="../images/bg.gif">
		<form id="frm" name="frm" method="get" action="emuseum.asp">
			<table border="0" cellspacing="0" cellpadding="0" height="100%" width="773">
				<tr height="90%">
					<td valign="top"><table border="0" cellspacing="0" cellpadding="0" width="773">
							<tr>
								<td bgcolor="#666633" width="1"><img src="../images/px.gif" width="1" height="50" border="0" alt=""/></td>
								<td bgcolor="#666633" valign="top" width="645"><img src="../images/px.gif" width="640" height="3" border="0" alt=""/><br><!-- left hand logo goes here --><img src="../images/logo.gif" width="640" height="44" border="0" alt=""/><!-- end left hand logo --><br><img src="../images/px.gif" width="645" height="3" border="0" alt=""/></td>
								<td bgcolor="#666633" valign="top" align="right" width="127"><img src="../images/color_bar1.gif" width="127" height="6" border="0" alt=""/><br><img src="../images/px.gif" width="127" height="12" border="0" alt=""/><br><!-- right hand logo goes here --><img src="../images/eMuseum.gif" width="101" height="16" border="0" alt=""/><!-- end right hand logo --><img src="../images/px.gif" width="25" height="16" border="0" alt=""/></td>
							</tr>
							<tr>
								<td colspan="3"><table border="0" cellspacing="0" cellpadding="0" width="773">
										<tr>
											<td bgcolor="#FFFFFF" width="120"><img src="../images/blue_white1.gif" width="120" height="5" border="0" alt=""/></td>
											<td width="523"><img src="../images/color_bar2.gif" width="523" height="5" border="0" alt=""/></td>
											<td width="130"><img src="../images/brown_white.gif" width="130" height="5" border="0" alt=""/></td>
										</tr>
										<tr>
											<td bgcolor="#666633"><img src="../images/px.gif" width="120" height="3" border="0" alt=""/></td>
											<td bgcolor="#666633"><img src="../images/px.gif" width="1" height="3" border="0" alt=""/></td>
											<td bgcolor="#666633"><img src="../images/px.gif" width="1" height="3" border="0" alt=""/></td>
										</tr>
										<tr>
											<td bgcolor="#FFFFFF"><img src="../images/px.gif" width="120" height="1" border="0" alt=""/></td>
											<td bgcolor="#FFFFFF"><img src="../images/px.gif" width="1" height="1" border="0" alt=""/></td>
											<td bgcolor="#FFFFFF"><img src="../images/px.gif" width="1" height="1" border="0" alt=""/></td>
										</tr>
										<tr valign="top">
											<td width="120"><!-- menu --><table border="0" cellspacing="0" cellpadding="0" width="120">
													<tr valign="top">
														<td width="8"><!-- menu: left margin --><img src="../images/px.gif" width="8" height="200" border="0" alt=""/></td>
														<td valign="top"><table border="0" cellspacing="0" cellpadding="0" width="107">
																<tr>
																	<td colspan="2"><img src="../images/px.gif" width="70" height="9" border="0" alt=""/><br></td>
																</tr>
																<tr>
																	<td colspan="2"><img src="../images/menu/quick_search.gif" width="66" height="7" border="0" alt="Quick Search"/></td>
																</tr>
																<tr>
																	<td><input type="text" name="term" size="7" style="background-color: FFFFFF; width: 80;"/></td>
																	<td><input type="image" name="quicksearch" src="../images/menu/go.gif" width="22" height="18" border="0" alt="Go" onClick="document.frm.profile.value='objects';"/></td>
																</tr>
																<tr>
																	<td colspan="2"><img src="../images/px.gif" width="107" height="12" border="0" alt=""/><br><img src="../images/menu/home_on.gif" width="107" height="17" border="0" alt="Home" name="home"/><br><img src="../images/px.gif" width="107" height="3" border="0" alt=""/></td>
																</tr>
																<tr>
																	<td colspan="2"><a href="emuseum.asp?page=collections" onmouseover="rollIn('collections');window.status='Collections'; return true;" onmouseout="rollOut('collections');window.status=''; return true;"><img src="../images/menu/collections_off.gif" width="107" height="17" border="0" alt="Collections" name="collections"/></a><br><img src="../images/px.gif" width="107" height="3" border="0" alt=""/></td>
																</tr>
																<tr>
																	<td colspan="2">
																		<a href="emuseum.asp?page=search_basic" onmouseover="rollIn('bigsearch');window.status='Search'; return true;" onmouseout="rollOut('bigsearch');window.status=''; return true;"><img src="../images/menu/bigsearch_off.gif" width="107" height="17" border="0" alt="Search" name="bigsearch"/></a><br><img src="../images/px.gif" width="107" height="3" border="0" alt=""/></td>
																</tr>
																<tr>
																	<td colspan="2"><a href="emuseum.asp?page=help" onmouseover="rollIn('help');window.status='Help'; return true;" onmouseout="rollOut('help');window.status=''; return true;"><img src="../images/menu/help_off.gif" width="107" height="17" border="0" alt="Help" name="help"/></a><br><img src="../images/px.gif" width="107" height="3" border="0" alt=""/></td>
																</tr>
															</table></td>
														<td valign="top"><!-- menu: right margin --><img src="../images/px.gif" width="5" height="5" border="0" alt=""/></td>
													</tr>
												</table><!-- end menu --></td>
											<td valign="top" width="523"><!-- page body --><table border="0" cellspacing="0" cellpadding="0" width="523">
													<tr height="7">
														<td width="7"><!-- page body: top and left margins --><img src="../images/px.gif" width="7" height="7" border="0" alt=""/></td>
														<td width="509"><img src="../images/px.gif" width="509" height="1" border="0" alt=""/></td>
														<td width="7"><!-- page body: right margin --><img src="../images/px.gif" width="7" height="1" border="0" alt=""/></td>
													</tr>
													<tr valign="top">
														<td><!-- page body: left margin --></td>
														<td><span class="title">The Huntington Art Collections Catalogue</span><br><br>
															<span class="txt"><br>This resource offers access to information about selected objects in The Huntington Art Collections.
              <br><br>
              To search the catalogue, use the menu options to the left:
              <ul>
																	<li>Quick Search:  Enter a keyword or phrase in the window and click the Go Button.</li>
																	<li>Collections:  Click on this button to access specific collections.</li>
																	<li>Search:  Click on this button to access advanced searching options.</li>
																	<li>Help: This option offers a full explanation about how to access the catalogue.</li>
																</ul>
																<br><br>
			  Please note that only selected collections are currently available and that others will be added in the near future.
			  <br><br><br><br>
			  Last updated 12/06/06
              </span></td>
														<td><!-- right margin --></td>
													</tr>
												</table><!-- page body end --></td>
											<td width="130"><!-- space holder for see also column --><img src="../images/px.gif" width="130" height="1" border="0" alt=""/></td>
										</tr>
									</table></td>
							</tr>
						</table></td>
				</tr>
				<tr height="10%">
					<td valign="bottom"><table border="0" cellspacing="0" cellpadding="0">
							<tr>
								<td bgcolor="#336699"><a href="http://www.gallerysystems.com"><img src="../images/powered_by.gif" width="120" height="41" border="0" alt="Powered By eMuseum"/></a></td>
							</tr>
						</table></td>
				</tr>
			</table>
			<fields>
				<input type="hidden" name="collection" value=""/>
				<input type="hidden" name="collectionname" value=""/>
				<input type="hidden" name="style" value="browse"/>
				<input type="hidden" name="searchcode"/>
				<input type="hidden" name="pagesize" value="6"/>
				<input type="hidden" name="browsepagesize" value="6"/>
				<input type="hidden" name="currentpage" value="1"/>
				<input type="hidden" name="sortstring" value=""/>
				<input type="hidden" name="searchxml"/>
				<input type="hidden" name="action" value="quicksearch"/>
				<input type="hidden" name="page" value=""/>
				<input type="hidden" name="linkfieldname" value=""/>
				<input type="hidden" name="linkfieldvalue" value=""/>
				<input type="hidden" name="singlepage"/>
				<input type="hidden" name="currentstate" value=""/>
				<input type="hidden" name="rawsearch"/>
				<input type="hidden" name="profile" value="objects"/>
				<!--jae v3 - added -->
				<input type="hidden" name="lastsearchstyle" value=""/>
				<input type="hidden" name="lastsearchprofile" value=""/>
				<input type="hidden" name="lastsearchxml"/>
				<input type="hidden" name="wandering" value=""/>
				<input type="hidden" name="searchdesc" value=""/>
				<!--end jae v3-->
			</fields>
		</form>
	</body>
</html>
