Show this page as rendered by the browser

moaatxt customized search.tpl


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!-- template: search.tpl -->
<head>
<title>Making of Ann Arbor Text Collection</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="/t/text/textclass.css" type="text/css">
<link rel="stylesheet" href="/m/moaatxt/textclass-specific.css" type="text/css">
<script src="/t/text/search.js" type="text/javascript" language="Javascript"></script>
<script src="/t/text/bbagWindow.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" language="javascript">
<!--

window.name = "mainwindow";
function setnavarrow(){
document.navmenuarrow.src = '/t/text/graphics/navdwnarrow-grey.gif';
}
//-->
</script>

<style type="text/css">
<!--
.submitbuttonstyle1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
background-image: url(/t/text/graphics/searchbuttonDS-blank.gif);
background-repeat: no-repeat;
margin: 0px;
height: 28px;
width: 69px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #0066CC;
border-right-color: #0066CC;
border-bottom-color: #0066CC;
border-left-color: #0066CC;
background-color: #e5e5e5;
font-weight: bold;
color: #000000;
}
// -->
</style>

<!-- This (mostly Dreamweaver code) would be good in
a separate .js file, but doesn't work unless included
directly in the html. So, it is inserted as a parsed .chnk file -->

jsheader.chnk



moaatxt customization
<script type="text/javascript" language="JavaScript">
<!--
var ez_codePath = "http://moaa.aadl.org/PictHistory/code/";
var arrButton = new Array();
arrButton["A_Author"]="ex. child, julia";
arrButton["A_Title"]="ex. french chef";
arrButton["A_Subject"]="ex. cookery, french";
arrButton["K_CCL"]="ex. french cooking";
arrButton["K_Keyword"]="ex. julia child and french";

function setVal(item)
{
document.getElementById('query').value=arrButton[item];
}

//-->
</script>

<script language="JavaScript" type="text/JavaScript">

<!--

// MM functions

function MM_nbGroup(event, grpName) { //v6.0
var i,img,nbArr,args=MM_nbGroup.arguments;
if (event == "init" && args.length > 2) {
if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
nbArr[nbArr.length] = img;
for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
} else if (event == "over") {
document.MM_nbOver = nbArr = new Array();
for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])?args[i+1] : img.MM_up);
nbArr[nbArr.length] = img;
}
} else if (event == "out" ) {
for (i=0; i < document.MM_nbOver.length; i++) { img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
} else if (event == "down") {
nbArr = document[grpName];
if (nbArr) for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
document[grpName] = nbArr = new Array();
for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
nbArr[nbArr.length] = img;
} }
}

function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

 

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
obj.visibility=v; }
}

function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function deltoP7() {

var timeoutID;
timeoutID = setTimeout("P7_autoLayers("+deltoP7.arguments[0]+")",1500);
}

// P7 functions

function P7_autoLayers() { //v1.2 by PVII
var g,b,k,f,args=P7_autoLayers.arguments;
var a = parseInt(args[0]);if(isNaN(a))a=0;
if(!document.p7setc) {p7c=new Array();document.p7setc=true;
for (var u=0;u<10;u++) {p7c[u] = new Array();}}
for(k=0; k<p7c[a].length; k++) {
if((g=MM_findObj(p7c[a][k]))!=null) {
b=(document.layers)?g:g.style;b.visibility="hidden";}}
for(k=1; k<args.length; k++) {
if((g=MM_findObj(args[k])) != null) {
b=(document.layers)?g:g.style;b.visibility="visible";f=false;
for(j=0;j<p7c[a].length;j++) {
if(args[k]==p7c[a][j]) {f=true;}}
if(!f) {p7c[a][p7c[a].length++]=args[k];}}}
}

function P7_ReDoIt() { //v1.21 by PVII
if(document.layers) {MM_reloadPage(false);}
}

function P7_Snap() { //v2.63 by PVII
var x,y,ox,bx,oy,p,tx,a,b,k,d,da,e,el,tw,q0,xx,yy,w1,pa='px',args=P7_Snap.arguments;a=parseInt(a);
if(document.layers||window.opera){pa='';}for(k=0;k<(args.length);k+=4){
if((g=MM_findObj(args[k]))!=null){if((el=MM_findObj(args[k+1]))!=null){
a=parseInt(args[k+2]);b=parseInt(args[k+3]);x=0;y=0;ox=0;oy=0;p="";tx=1;
da="document.all['"+args[k]+"']";if(document.getElementById){
d="document.getElementsByName('"+args[k]+"')[0]";if(!eval(d)){
d="document.getElementById('"+args[k]+"')";if(!eval(d)){d=da;}}
}else if(document.all){d=da;}if(document.all||document.getElementById){while(tx==1){
p+=".offsetParent";if(eval(d+p)){x+=parseInt(eval(d+p+".offsetLeft"));
y+=parseInt(eval(d+p+".offsetTop"));
}else{tx=0;}}ox=parseInt(g.offsetLeft);oy=parseInt(g.offsetTop);tw=x+ox+y+oy;
if(tw==0||(navigator.appVersion.indexOf("MSIE 4")>-1&&navigator.appVersion.indexOf("Mac")>-1)){
ox=0;oy=0;if(g.style.left){x=parseInt(g.style.left);y=parseInt(g.style.top);}else{
w1=parseInt(el.style.width);bx=(a<0)?-5-w1:-10;a=(Math.abs(a)<1000)?0:a;b=(Math.abs(b)<1000)?0:b;
x=document.body.scrollLeft+event.clientX+bx;y=document.body.scrollTop+event.clientY;}}
}else if(document.layers){x=g.x;y=g.y;q0=document.layers,dd="";for(var s=0;s<q0.length;s++){
dd='document.'+q0[s].name;if(eval(dd+'.document.'+args[k])){x+=eval(dd+'.left');
y+=eval(dd+'.top');
break;}}}e=(document.layers)?el:el.style;xx=parseInt(x+ox+a),yy=parseInt(y+oy+b);
if(navigator.appVersion.indexOf("MSIE 5")>-1 && navigator.appVersion.indexOf("Mac")>-1){
xx+=parseInt(document.body.leftMargin);yy+=parseInt(document.body.topMargin);}
e.left=xx+pa;e.top=yy+pa;}}}
}

 

 

 

//
// name: | openHIndex
// purpose: | takes a url path and/or a file name and opens a
// help window pointing to either
// input: | a url path and an optional filename.
// returns: | sets the location of the new window in the form
// | index.html?xc=[mode]&optionalhelp=[pageref]
//

function openHIndex(newpath,helppg)
{

var idxurl; // this will be the go to url for the help window
var mode = ''; // mode flag . i.e., xcoll or stand alone?
if (self.location.search)
{
// we want to parse the url of the current page to see if we
// are in xc mode or not. If so, set xc=1, else set xc=0

var search = self.location.search;
(search.indexOf('c=')==-1||search.indexOf('xg=')!=-1) ? mode ='xc=1' : mode ='xc=0';
//alert('mode='+mode);
}
if (!helppg)
{
idxurl = newpath+'/index.html?'+mode;
} else {
idxurl = newpath+'/index.html?'+mode+'&help='+helppg;
}
// self.location = idxurl;
window.open(idxurl,'helpwin');
}

function setsearchlayer() {
var typeparam = new Array();
var pageparams = new Array();
var stypelayer;
stypelayer = document.search.type.value;
MM_showHideLayers(stypelayer,'','show');
}

moaatxt customization

MM_preloadImages(
'http://moaa.aadl.org/images/texts_f2.jpg',
'http://moaa.aadl.org/images/texts_f4.jpg',
'http://moaa.aadl.org/images/texts_f3.jpg',
'http://moaa.aadl.org/images/maps_f2.jpg',
'http://moaa.aadl.org/images/maps_f4.jpg',
'http://moaa.aadl.org/images/maps_f3.jpg',
'http://moaa.aadl.org/images/pc_f2.jpg',
'http://moaa.aadl.org/images/pc_f4.jpg',
'http://moaa.aadl.org/images/pc_f3.jpg',
'http://moaa.aadl.org/images/hb_f2.jpg',
'http://moaa.aadl.org/images/hb_f4.jpg',
'http://moaa.aadl.org/images/hb_f3.jpg',
'http://production.aadl.org/newsite/images/homepageraw_r3_c3_f3.gif',
'http://production.aadl.org/newsite/images/homepageraw_r3_c3_f2.gif',
'http://production.aadl.org/newsite/images/homepageraw_r3_c6_f3.gif',
'http://production.aadl.org/newsite/images/homepageraw_r3_c6_f2.gif',
'http://production.aadl.org/newsite/images/homepageraw_r3_c8_f3.gif',
'http://production.aadl.org/newsite/images/homepageraw_r3_c8_f2.gif',
'http://production.aadl.org/newsite/images/homepageraw_r3_c10_f3.gif',
'http://production.aadl.org/newsite/images/homepageraw_r3_c10_f2.gif',
'http://production.aadl.org/newsite/images/homepageraw_r3_c12_f3.gif',
'http://production.aadl.org/newsite/images/homepageraw_r3_c12_f2.gif',
'http://production.aadl.org/newsite/images/homepageraw_r3_c14.gif',
'http://production.aadl.org/newsite/images/homepageraw_r3_c14_f2.gif',
'http://production.aadl.org/newsite/images/homepageraw_r3_c14_f3.gif',
'http://production.aadl.org/newsite/images/homepageraw_r3_c16_f3.gif',
'http://production.aadl.org/newsite/images/homepageraw_r3_c16_f2.gif');

//-->
</script>
<script type="text/javascript" language="JavaScript" src="http://moaa.aadl.org/PictHistory/ezdata.js"></script>
<script type="text/javascript" language="JavaScript" src="http://moaa.aadl.org/PictHistory/code/ezloader.js"></script>

<script language="JavaScript">
<!--
function pload(){

if (!ez_NN4) { onresize = function() { location.reload()} }
var height, width;
if (document.all) {
height = document.body.offsetHeight;
width = document.body.offsetWidth;
}
else {
height = window.innerHeight;
width = window.innerWidth;
}

 

}

function runOnload(){
P7_Snap('menuanchor','lmarginmenu',-80,55);
if (!ez_NN4) { onresize = function() { location.reload()} }
var height, width;
if (document.all) {
height = document.body.offsetHeight;
width = document.body.offsetWidth;
}
else {
height = window.innerHeight;
width = window.innerWidth;
}

menusGo();
return;
}

function runOnresize(){
P7_ReDoIt();
P7_Snap('leftanchor','closer',0,0,'leftanchor','ddsearchmenu',0,0);
P7_Snap('menuanchor','lmarginmenu',-80,55);

}

window.onload = runOnload;
window.onResize = runOnresize;

//-->
</script>

b


<!-- reference to external css file to handle
colors of nav-bar's search tab and browse tab -->
<link rel="STYLESHEET" type="text/css" href="/t/text/searchtabstyles.css">

</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF" onResize="P7_ReDoIt();P7_Snap('leftanchor','closer',0,0,'leftanchor','ddsearchmenu',0,0)" onLoad="PageInit(location.search);runOnload();setnavarrow()">
<!-- insert header.chnk -->

navheader.chnk

<div style="position:absolute; left:15px; top:70px; width:420px; height:22px; z-index:3; visibility: hidden;" id="ddsearchmenu">
<table width="420" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#666666"> <table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="mencellup" height="22" bgcolor="#E5E5E5" nowrap>&nbsp;
<span class="smallformfont"><a class="menunav" href="http://www.hti.umich.edu/cgi/t/text/text-idx?c=moaatxt;sid=7b5bc5e64ba797a19ecd3be61e7acee2;page=simple">Basic</a>
</span>
&nbsp;|&nbsp;
<span class="smallformfont"><a class="menunav" href="http://www.hti.umich.edu/cgi/t/text/text-idx?c=moaatxt;sid=7b5bc5e64ba797a19ecd3be61e7acee2;page=boolean">Boolean</a>
</span>
&nbsp;|&nbsp;

<span class="smallformfont"><a class="menunav" href="http://www.hti.umich.edu/cgi/t/text/text-idx?c=moaatxt;sid=7b5bc5e64ba797a19ecd3be61e7acee2;page=proximity">Proximity</a>
</span>
&nbsp;|&nbsp;

<span class="smallformfont"><a class="menunav" href="http://www.hti.umich.edu/cgi/t/text/text-idx?c=moaatxt;sid=7b5bc5e64ba797a19ecd3be61e7acee2;page=bib">Bibliographic</a>
</span>
&nbsp;|&nbsp;

<span class="smallformfont"><a class="menunav" href="http://www.hti.umich.edu/cgi/t/text/text-idx?c=moaatxt;sid=7b5bc5e64ba797a19ecd3be61e7acee2;page=history">Search History</a></span>&nbsp;
</td>
</tr>
</table></td>
</tr>
</table>
</div>
<div id="closer" style="position:absolute; left:3px; top:70px; width:460px; height:50px; z-index:2; visibility: hidden;"><a href="javascript:;" onMouseOver="deltoP7(0)"><img src="/t/text/graphics/plug.gif" name="Image1" width="460" height="50" hspace="0" vspace="0" border="0" id="Image1" alt="design graphic"></a></div>
<!-- end menu divs -->

moaatxt customization

<div align="center">
<div class="pframe">

<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="bannercell1">
<table width="758" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><a href="http://www.aadl.org/"><img name="homepageraw_r2_c2" src="/m/moaatxt/graphics/spacer.gif" width="477" height="74" border=0 alt="Ann Arbor District Library"></a></td>
<td valign="middle" bgcolor="#ffffff">
<table width="100%" height="24" border="0">
<form name="qsearch" action="http://catalog.aadl.org/web2/tramp2.exe/form/guest?" method="post">
<input type=hidden value=English name=SETTING_KEY>
<input type=hidden value=5 name=location_group_filter>
<input type=hidden value="1home" name=servers>
<input type=hidden name="buttons" value="A_Author=do_authority_search default_value=search_button_easy index=au search_button_easy=A_Author">
<input type=hidden name="buttons" value="A_Title=do_authority_search default_value=search_button_easy index=ti search_button_easy=A_Title">
<input type=hidden name="buttons" value="A_Subject=do_authority_search default_value=search_button_easy index=su search_button_easy=A_Subject">
<input type=hidden name="buttons" value="K_Keyword=do_keyword_search default_value=search_button_easy index=default search_button_easy=K_Keyword">
<input type=hidden name="buttons" value="K_CCL=do_ccl_search default_value=search_button_easy index=default search_button_easy=K_CCL">
<tr>
<td width="155" valign="top"> <font size="2" face="Verdana, Arial, Helvetica, sans-serif">Search the Catalog</font>
<input name="query" id="query" size="25" value="" onFocus="window.document.search.query.select();" style="font: 10px 'verdana'; height: 16px; border: 1px inset #DDD">
<br> <select select name="button_clicked" id="button_clicked" onChange="setVal(this.value);" style="font:11px 'verdana'; height:16px width:16px border:1px inset #DDD">
<option value="A_Author">Author</option>
<option value="A_Title">Title</option>
<option value="A_Subject">Subject</option>
<option value="K_CCL">Phrase</option>
<option value="K_Keyword" selected>Keyword</option>
</select>
<input type="submit" style="height:18px; font:10px inset #DDD" value="Go">
</td>
<td class="smallfont" width="115"> <a href="http://catalog.aadl.org/web2/tramp2.exe/log_in?SETTING_KEY=English&screen=MyAccount.html" target="_new">renew
an item</a><br> <a href="http://catalog.aadl.org/web2/tramp2.exe/log_in?SETTING_KEY=English&screen=MyAccount.html" target="_new">my
account</a><br> <a href="http://www.aadl.org/aadlAnytime">ask aadlAnytime</a><br>
<a href="http://www.aadl.org/classes">computer classes</a> </td>
</tr>
</form>
</table>
</td>
</tr>
</table>
<table width="758" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><img class="navfiller" src="/m/moaatxt/graphics/spacer.gif" width="107" height="20" alt="Ann Arbor District Library"></td>
<td><a href="http://www.aadl.org/books" target="_top" onClick="MM_nbGroup('down', 'navbar1', 'homepageraw_r3_c3', 'http://production.aadl.org/newsite/images/homepageraw_r3_c3_f3.gif',1)" onMouseOver="MM_nbGroup('over', 'homepageraw_r3_c3', 'http://production.aadl.org/newsite/images/homepageraw_r3_c3_f2.gif', 'http://production.aadl.org/newsite/images/homepageraw_r3_c3_f3.gif',1)" onMouseOut="MM_nbGroup('out');"><img name="homepageraw_r3_c3" src="http://production.aadl.org/newsite/images/homepageraw_r3_c3.gif" width="91" height="22" border=0 alt="books"></a></td>
<td><img name="homepageraw_r3_c5" src="http://production.aadl.org/newsite/images/homepageraw_r3_c5.gif" width="2" height="22" border=0 alt=""></td>
<td><a href="http://www.aadl.org/videos" target="_top" onClick="MM_nbGroup('down', 'navbar1', 'homepageraw_r3_c6', 'http://production.aadl.org/newsite/images/homepageraw_r3_c6_f3.gif',1)" onMouseOver="MM_nbGroup('over', 'homepageraw_r3_c6', 'http://production.aadl.org/newsite/images/homepageraw_r3_c6_f2.gif', 'http://production.aadl.org/newsite/images/homepageraw_r3_c6_f3.gif',1)" onMouseOut="MM_nbGroup('out');"><img name="homepageraw_r3_c6" src="http://production.aadl.org/newsite/images/homepageraw_r3_c6.gif" width="91" height="22" border=0 alt="videos"></a></td>
<td><img name="homepageraw_r3_c7" src="http://production.aadl.org/newsite/images/homepageraw_r3_c7.gif" width="2" height="22" border=0 alt=""></td>
<td><a href="http://www.aadl.org/music" target="_top" onClick="MM_nbGroup('down', 'navbar1', 'homepageraw_r3_c8', 'http://production.aadl.org/newsite/images/homepageraw_r3_c8_f3.gif',1)" onMouseOver="MM_nbGroup('over', 'homepageraw_r3_c8', 'http://production.aadl.org/newsite/images/homepageraw_r3_c8_f2.gif', 'http://production.aadl.org/newsite/images/homepageraw_r3_c8_f3.gif',1)" onMouseOut="MM_nbGroup('out');"><img name="homepageraw_r3_c8" src="http://production.aadl.org/newsite/images/homepageraw_r3_c8.gif" width="91" height="22" border=0 alt="music"></a></td>
<td><img name="homepageraw_r3_c9" src="http://production.aadl.org/newsite/images/homepageraw_r3_c9.gif" width="2" height="22" border=0 alt=""></td>
<td><a href="http://www.aadl.org/research" target="_top" onClick="MM_nbGroup('down', 'navbar1', 'homepageraw_r3_c10', 'http://production.aadl.org/newsite/images/homepageraw_r3_c10_f3.gif',1)" onMouseOver="MM_nbGroup('over', 'homepageraw_r3_c10', 'http://production.aadl.org/newsite/images/homepageraw_r3_c10_f2.gif', 'http://production.aadl.org/newsite/images/homepageraw_r3_c10_f3.gif',1)" onMouseOut="MM_nbGroup('out');"><img name="homepageraw_r3_c10" src="http://production.aadl.org/newsite/images/homepageraw_r3_c10.gif" width="91" height="22" border=0 alt="research"></a></td>
<td><img name="homepageraw_r3_c11" src="http://production.aadl.org/newsite/images/homepageraw_r3_c11.gif" width="2" height="22" border=0 alt=""></td>
<td><a href="http://www.aadl.org/events" target="_top" onClick="MM_nbGroup('down', 'navbar1', 'homepageraw_r3_c12', 'http://production.aadl.org/newsite/images/homepageraw_r3_c12_f3.gif',1)" onMouseOver="MM_nbGroup('over', 'homepageraw_r3_c12', 'http://production.aadl.org/newsite/images/homepageraw_r3_c12_f2.gif', 'http://production.aadl.org/newsite/images/homepageraw_r3_c12_f3.gif',1)" onMouseOut="MM_nbGroup('out');"><img name="homepageraw_r3_c12" src="http://production.aadl.org/newsite/images/homepageraw_r3_c12.gif" width="91" height="22" border=0 alt="events"></a></td>
<td><img name="homepageraw_r3_c13" src="http://production.aadl.org/newsite/images/homepageraw_r3_c13.gif" width="2" height="22" border=0 alt=""></td>
<td><a href="http://www.aadl.org/community" target="_top" onClick="MM_nbGroup('down', 'navbar1', 'homepageraw_r3_c14', 'http://production.aadl.org/newsite/images/homepageraw_r3_c14_f3.gif',1)" onMouseOver="MM_nbGroup('over', 'homepageraw_r3_c14', 'http://production.aadl.org/newsite/images/homepageraw_r3_c14_f2.gif', 'http://production.aadl.org/newsite/images/homepageraw_r3_c14_f3.gif',1)" onMouseOut="MM_nbGroup('out');"><img name="homepageraw_r3_c14" src="http://production.aadl.org/newsite/images/homepageraw_r3_c14_f3.gif" border=0 alt="community" onload="MM_nbGroup('init', 'navbar1', 'homepageraw_r3_c14', 'http://production.aadl.org/newsite/images/homepageraw_r3_c14.gif',1)"></a></td>
<td><img name="homepageraw_r3_c15" src="http://production.aadl.org/newsite/images/homepageraw_r3_c15.gif" width="2" height="22" border=0 alt=""></td>
<td><a href="http://www.aadl.org/about" target="_top" onClick="MM_nbGroup('down', 'navbar1', 'homepageraw_r3_c16', 'http://production.aadl.org/newsite/images/homepageraw_r3_c16_f3.gif',1)" onMouseOver="MM_nbGroup('over', 'homepageraw_r3_c16', 'http://production.aadl.org/newsite/images/homepageraw_r3_c16_f2.gif', 'http://production.aadl.org/newsite/images/homepageraw_r3_c16_f3.gif',1)" onMouseOut="MM_nbGroup('out');"><img name="homepageraw_r3_c16" src="http://production.aadl.org/newsite/images/homepageraw_r3_c16.gif" width="91" height="22" border=0 alt="about us"></a></td>
<td><img name="homepageraw_r3_c17" src="http://production.aadl.org/newsite/images/homepageraw_r3_c17.gif" width="2" height="22" border=0 alt=""></td>
</tr>
</table></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<div style="margin-left:1px;margin-right:0px">
<table width="755" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="http://moaa.aadl.org/images/spacer.gif" width="207" height="1" border=0 alt=""></td>
<td><img src="http://moaa.aadl.org/images/spacer.gif" width="55" height="1" border=0 alt=""></td>
<td><img src="http://moaa.aadl.org/images/spacer.gif" width="68" height="1" border=0 alt=""></td>
<td><img src="http://moaa.aadl.org/images/spacer.gif" width="86" height="1" border=0 alt=""></td>
<td><img src="http://moaa.aadl.org/images/spacer.gif" width="151" height="1" border=0 alt=""></td>
<td><img src="http://moaa.aadl.org/images/spacer.gif" width="188" height="1" border=0 alt=""></td>
<td><img src="http://moaa.aadl.org/images/spacer.gif" width="1" height="1" border=0 alt=""></td>
</tr>

<tr>
<td colspan="6"><a href="http://moaa.aadl.org/index.php" border=0><img name="mainstreet2_r1_c1" src="/m/moaatxt/graphics/mainstreet2_r1_c1.jpg" width="755" height="102" border=0 alt="The Making of Ann Arbor"></a></td>
<td><img src="http://moaa.aadl.org/images/spacer.gif" width="1" height="102" border=0 alt=""></td>
</tr>
<tr>
<td><a onMouseOver="deltoP7(0)"><img name="mainstreet2_r2_c1" src="http://moaa.aadl.org/images/mainstreet2_r2_c1.jpg" width="207" height="28" border=0 alt=""></a></td>
<td><a href="http://moaa.aadl.org/texts.php" target="_top" onClick="MM_nbGroup('down', 'navbar1', 'texts', 'http://moaa.aadl.org/images/texts_f3.jpg', 'texts', 'http://moaa.aadl.org/images/texts_f2.jpg',1);" onMouseOver="deltoP7(0);MM_nbGroup('over', 'texts', 'http://moaa.aadl.org/images/texts_f2.jpg', 'http://moaa.aadl.org/images/texts_f4.jpg',1);" onMouseOut="MM_nbGroup('out');"><img name="texts" src="http://moaa.aadl.org/images/texts.jpg" width="55" height="28" border=0 alt="Ann Arbor History Texts Collection"></a></td>
<td><a href="http://moaa.aadl.org/maps.php" target="_top" onClick="MM_nbGroup('down', 'navbar1', 'maps', 'http://moaa.aadl.org/images/maps_f3.jpg', 'maps', 'http://moaa.aadl.org/images/maps_f2.jpg',1);" onMouseOver="deltoP7(0);MM_nbGroup('over', 'maps', 'http://moaa.aadl.org/images/maps_f2.jpg', 'http://moaa.aadl.org/images/maps_f4.jpg',1);" onMouseOut="MM_nbGroup('out');"><img name="maps" src="http://moaa.aadl.org/images/maps.jpg" width="68" height="28" border=0 alt="Maps"></a></td>
<td><a href="http://moaa.aadl.org/postcards.php" target="_top" onClick="MM_nbGroup('down', 'navbar1', 'pc', 'http://moaa.aadl.org/images/pc_f3.jpg', 'pc', 'http://moaa.aadl.org/images/pc_f2.jpg',1);" onMouseOver="MM_nbGroup('over', 'pc', 'http://moaa.aadl.org/images/pc_f2.jpg', 'http://moaa.aadl.org/images/pc_f4.jpg',1);" onMouseOut="MM_nbGroup('out');"><img name="pc" src="http://moaa.aadl.org/images/pc.jpg" width="86" height="28" border=0 alt="Postcards"></a></td>
<td><a href="http://moaa.aadl.org/hb.php" target="_top" onClick="MM_nbGroup('down', 'navbar1', 'hb', 'http://moaa.aadl.org/images/hb_f3.jpg', 'hb', 'http://moaa.aadl.org/images/hb_f2.jpg',1);" onMouseOver="MM_nbGroup('over', 'hb', 'http://moaa.aadl.org/images/hb_f2.jpg', 'http://moaa.aadl.org/images/hb_f4.jpg',1);" onMouseOut="MM_nbGroup('out');"><img name="hb" src="http://moaa.aadl.org/images/hb.jpg" width="151" height="28" border=0 alt="Historic Buildings"></a></td>
<td><img name="mainstreet2_r2_c6" src="http://moaa.aadl.org/images/mainstreet2_r2_c6.jpg" width="188" height="28" border=0 alt=""></td>
<td><img src="http://moaa.aadl.org/images/spacer.gif" width="1" height="28" border=0 alt=""></td>
</tr>
</table>
</div></td>
</tr>

<!-- insert -->
<tr>
<td align="left" height="23" nowrap>

<div class="navbar">
<table border="0" cellspacing="0" cellpadding="0" id="mainnav">
<tr>
<!-- left anchor -->
<td width="1"><img src="/t/text/graphics/plug.gif" width="1" height="23" border="0" vspace="0" hspace="0" alt="design graphic" name="leftanchor" id="leftanchor"></td>

<!-- home -->
<td class="mainnavcell" width="70" height="23" align="center" nowrap><span class="navlinks"><a href="http://www.hti.umich.edu/cgi/t/text/text-idx?c=moaatxt;cc=moaatxt;sid=7b5bc5e64ba797a19ecd3be61e7acee2;tpl=home.tpl" class="nav" onMouseOver="deltoP7(0)">Home</a></span></td>
<td class="blank" id="sep1" width="1"><img src="/t/text/graphics/plug.gif" width="1" height="23" border="0" vspace="0" hspace="0" name="menuanchor" id="menuanchor" alt="design graphic"></td>
<!-- search -->
<!-- this nav bar tab is conditionally included by the cgi -->

<td class="mainnavcell" id="searchtab" width="90" height="23" align="center" nowrap>
<span class="navlinks"><a id="searchlink" href="http://www.hti.umich.edu/cgi/t/text/text-idx?c=moaatxt;sid=7b5bc5e64ba797a19ecd3be61e7acee2;page=simple" class="nav" onMouseOver="P7_Snap('menuanchor', 'closer',-70,25, 'menuanchor', 'ddsearchmenu',-50,25);P7_autoLayers(0, 'ddsearchmenu', 'closer')">Search<img name="navmenuarrow" src="/t/text/graphics/navdwnarrow.gif" alt="design graphic" width="16" height="8" border="0"></a></span></td>
<td class="blank" id="sep2" width="1"><img src="/t/text/graphics/plug.gif" width="1" height="1" border="0" alt="design graphic">
</td>

<!-- browse -->

<td class="mainnavcell" id="browsetab" width="90" height="23" align="center" nowrap><span class="navlinks"><a id="browselink" href="http://www.hti.umich.edu/cgi/t/text/text-idx?c=moaatxt;sid=7b5bc5e64ba797a19ecd3be61e7acee2;tpl=browse.tpl" class="nav" onMouseOver="deltoP7(0)">Browse</a></span></td>
<td class="blank" id="sep3" width="1"><img src="/t/text/graphics/plug.gif" width="1" height="1" border="0" alt="design graphic"></td>

<!-- blankspace -->
<!--<td width="50" height="23" align="center" nowrap><a href="javascript:;" onMouseOver="deltoP7(0)"><img src="/t/text/graphics/plug.gif" border="0" width="50" height="23"></a></td> -->
<!-- help -->
<td class="mainnavcell" width="70" height="23" align="center" nowrap><font class="navlinks" color="#ffffff"><a href="javascript:openHIndex('/t/text/help')" class="nav" onMouseOver="P7_autoLayers(0)">Help</a></font></td>
</tr>
</table>
</div>
</td>
</tr>

<!-- insert -->

</table>
<div id="lmarginmenu" style="position:absolute; left:15px; top:265px; width:120px; height:383px; z-index:1;visibility: visible;">
<table width="103" border="0" align="center" id="leftcolmenu">
<tr>
<td height="20"><div class="leftcolmenuitem"><a href="http://moaa.aadl.org/PictHistory/footnote.php#Annarbour">Naming
of<br> Ann Arbor</a></div></td>
</tr>
<tr>
<td height="20">&nbsp;</td>
</tr>
<tr>
<td width="97">
<div class="leftcolmenuitem">
<a href="http://images.umdl.umich.edu/cgi/i/image/image-idx?q1=moaa*;type=boolean;rgn1=ic_all;view=thumbnail;med=1;g=moaaic;xc=1">Browse all images</a></div></td>
</tr>
<tr>
<td height="20">&nbsp;</td>
</tr>
<tr>
<td height="33"><div class="leftcolmenuitem"><a href="http://images.umdl.umich.edu/cgi/i/image/image-idx?xc=1;page=searchgroup;g=moaaic">Search
all images</a></div></td>
</tr>
<tr>
<td height="20">&nbsp;</td>
</tr>

<tr>
<td height="33"><div class="leftcolmenuitem">
<a href="http://moaa.aadl.org/PictHistory/PictHis.php">Pictorial History<br> of Ann Arbor: <br>1824-1974</a>
</div></td>
</tr>
<tr>
<td height="20">&nbsp;</td>
</tr>


<tr>
<td height="20"><div class="leftcolmenuitem"><a href="http://moaa.aadl.org/moaabib.php">Additional
Resources</a></div></td>
</tr>
<tr>
<td height="20">&nbsp;</td>
</tr>
<tr>
<td height="20"><div class="leftcolmenuitem"><a href="http://moaa.aadl.org/aboutus.php">About
MoAA</a></div></td>
</tr>
<tr>
<td height="20">&nbsp;</td>
</tr>
<tr>
<td height="20"><div class="leftcolmenuitem"><a href="http://moaa.aadl.org/feedback.php">Feedback</a></div></td>
</tr>
<tr>
<td height="20">&nbsp;</td>
</tr>
</table>
</div>

<div class="maincontent">
<table width="100%" border="0" cellspacing="1" cellpadding="5">
<tr>
<td><span class="greysubheader">Basic Search</span><hr size="1"></td></tr>
<tr>
<td valign="top">
<div class="srchrestriction">

</div>
</td>
</tr>
</table>

<table border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>

<!-- GROUPS SELECTION INSERTS START HERE -->

<!-- END OF GROUPS SELECTION INSERT -->

<td valign="top" align="left">

<!-- begin table for search form proper -->
<div class="searchblock">

<form method="GET" action="/cgi/t/text/text-idx?" name="search" >
<table border="0" cellspacing="0" cellpadding="4">
<tr>
<input type="hidden" name="type" value="simple" />
<input type="hidden" name="c" value="moaatxt" /><input type="hidden" name="cc" value="moaatxt" />
<input type="hidden" name="sid" value="7b5bc5e64ba797a19ecd3be61e7acee2" />





<td colspan="2" align="left" valign="top" bgcolor="ffffff">

simplesearchform.chnk

<!-- SEARCH FORM -->
<!-- BEGIN CHUNK CONTENT -->

<table border="0" cellspacing="0" cellpadding="7">
<tr bgcolor="#e5e5e5">
<td align="right" nowrap><span class="formfont">Search in:</span></td>
<td colspan="2" align="left">

<select name="rgn" class="selectmenu">
<option selected="selected" value="full text">full text</option>
<option value="_________________________">_________________________</option>
</select>

</td>
</tr>
<tr bgcolor="#e5e5e5">
<td align="right"><span class="formfont">Find:</span></td>
<td align="left" nowrap>

<input type="text" name="q1" size="30" class="formhilite" />

</td>
<td align="left">
<input name="Submit" type="submit" class="submitbuttonstyle1" value="Search">
</td>
</tr>
<TR BGCOLOR="#e5e5e5">
<td align="RIGHT" VALIGN="TOP" nowrap><strong><span class="formfont" style="color:cc0000">Tip:</SPAN></strong></td>
<td colspan="2" align="left" VALIGN="TOP"> <p><span CLASS="smallformfont">work*
finds &quot;worker,&quot; &quot;working,&quot;
etc.</span><br>
<span CLASS="smallformfont">war and peace
finds &quot;war and peace&quot;</span></p>
<span class="smallformfont"><a href="javascript:openHIndex('/t/text/help', 'srch-tips.html')">more tips</a></span>
</td>

</TR>

<tr bgcolor="#e5e5e5">
<td align="right" valign="top" nowrap bgcolor="#e5e5e5"><span class="formfont">Limit
to:</span></td>
<td colspan="2" align="left">

<input type="text" name="cite1" size="30" class="formhilite" />

&nbsp;<font class="formfont">in</font>&nbsp;

<select name="cite1restrict" >
<option value="title">title</option>
<option value="author">author</option>
<option value="citation">citation</option>
</select>


&nbsp; <div class="formfont" style="margin:3px">&nbsp;and</div>

<input type="text" name="cite2" size="30" class="formhilite" />

&nbsp;<font class="formfont">in</font>&nbsp;

<select name="cite2restrict" >
<option value="title">title</option>
<option value="author">author</option>
<option value="citation">citation</option>
</select>


</td>
</tr>

<!-- Begin collection specific restrictions -->
<!-- -->
<!-- -->
<!-- -->
<!-- -->

<!-- End collection specific restrictions -->
<tr bgcolor="#e5e5e5">
<td valign="top" align="right" nowrap><span class="formfont">&#8226;Other searches:
</span></td>
<td colspan="2" align="left" nowrap>
<span class="formfont"><strong><a href="http://www.hti.umich.edu/cgi/t/text/text-idx?c=moaatxt;cc=moaatxt;sid=7b5bc5e64ba797a19ecd3be61e7acee2;page=boolean">Boolean</a></strong>
</span>

<span class="formfont">, <strong><a href="http://www.hti.umich.edu/cgi/t/text/text-idx?c=moaatxt;cc=moaatxt;sid=7b5bc5e64ba797a19ecd3be61e7acee2;page=proximity">Proximity</a></strong>
</span>


<span class="formfont">, <strong><a href="http://www.hti.umich.edu/cgi/t/text/text-idx?c=moaatxt;cc=moaatxt;sid=7b5bc5e64ba797a19ecd3be61e7ac searches:
</span></td>
<td colspan="2" align="left" nowrap>
<span class="formfont"><strong><a href="http://www.hti.umich.edu/cgi/t/text/text-idx?c=moaatxt;cc=moaatxt;sid=7b5bc5e64ba797a19ecd3be61e7acee2;page=boolean">Boolean</a></strong>
</span>

<span class="formfont">, <strong><a href="http://www.hti.umich.edu/cgi/t/text/text-idx?c=moaatxt;cc=moaatxt;sid=7b5bc5e64ba797a19ecd3be61e7acee2;page=proximity">Proximity</a></strong>
</span>


<span class="formfont">, <strong><a href="http://www.hti.umich.edu/cgi/t/text/text-idx?c=moaatxt;cc=moaatxt;sid=7b5bc5e64ba797a19ecd3be61e7acee2;page=bib">Bibliographic</a></strong>
</span>

<span class="formfont">, <strong><a href="http://www.hti.umich.edu/cgi/t/text/text-idx?c=moaatxt;sid=7b5bc5e64ba797a19ecd3be61e7acee2;page=history">Search History</a></strong>
</span>


</td>
ee2;page=bib">Bibliographic</a></strong>
</span>

<span class="formfont">, <strong><a href="http://www.hti.umich.edu/cgi/t/text/text-idx?c=moaatxt;sid=7b5bc5e64ba797a19ecd3be61e7acee2;page=history">Search History</a></strong>
</span>


</td>
</tr>
</table>

<!-- END SEARCH FORM -->

</td>
</tr>


</table>

</form>
</div>
</td>
</tr>
</table>

</div>

footernolist.chnk
<!-- FOOTER NO LIST -->

<br> <br> <br>


<div align=center>
<table border=0 cellpadding="0" cellspacing="0">
<tr bordercolor="#cccccc" bgcolor="#cccccc">
<td height=21>

moaatxt customization
<div class="footernav">
<a href="http://moaa.aadl.org/index.php">MoAA Home</a> |
<a href="http://moaa.aadl.org/moaabib.php">Additional Resources</a> |
<a href="http://www.aadl.org/genealogy">Research Genealogy</a> |
<a href="http://moaa.aadl.org/feedback.php">Feedback</a>
</div></td>
</tr>
</table>
</div>
<p><span class="smallfont">
For technical assistance: <a href="*" onMouseOver="this.href='m'+'a'+'i'+'l'+'t'+'o'+':'+'d'+'l'+'p'+'s'+'-'+'h'+'e'+'l'+'p'+'@'+'u'+'m'+'i'+'c'+'h'+'.'+'e'+'d'+'u'">UMDL
Help</a></span>
</p>
<p align="center"><img height="1" src="http://production.aadl.org/newsite/images/spacer.gif" width="1">
<span class="smallfont">&#169;2003,
Ann Arbor District Library. All Rights Reserved.<br>
343 S. Fifth Ave, Ann Arbor, MI. 48104<br>
(734)327-4200<br></span></p>

</div>
</div>

<!-- /END FOOTER -->
</body>
</html>