//document.write("<base href='http://www.phillipscollection.org/research/american_art/'>");




function popup(url, name, width, height)
{
settings=
"toolbar=no,location=no,directories=no,"+
"status=no,menubar=no,scrollbars=yes,"+
"resizable=yes,width="+width+",height="+height;

MyNewWindow=window.open(""+url,name,settings);
MyNewWindow.focus();
}







function navigation(context)
{

if (context=="standard") {
var s = "<table width=100% height=50 border=0 cellspacing=0 cellpadding=9 valign=top>";
s+="<tr height=50>";
s+="<td bgcolor=#001466 background='images/background_navigation.gif' width=55%>";
s+="<a href='index.htm'><img src='images/amart_logosm.gif' width=310 height=25 alt='American Art at the Phillips Collection' border=0></a>";
s+="</td>";
s+="<td bgcolor=#70665C valign=bottom align=center width=20%>";
s+="<nobr><a href='collection/collection-artist_ab.htm'><img src='images/button_explorecollection.gif' width=108 height=18 border=0 alt='explore the collection'></a><a href='learning.htm'><img src='images/button_learning.gif' width=55 height=18 border=0 alt='learning'></a></nobr>";
s+="</td>";
s+="<td bgcolor=#70665C valign=bottom align=right class=nav width=25%>";
s+="<nobr><a href='timeline.htm' class='nav'>american art timeline</a> &nbsp;|&nbsp; <a href='http://www.phillipscollection.org/' class='nav'>phillips home</a> &nbsp; &nbsp; &nbsp;</nobr>";
s+="</td>";
s+="</tr>";
s+="</table>";
s+="<img src='images/spacer.gif' width=1 height=30><br>";

} else if (context=="popup") {
var s = "<table width=100% height=50 border=0 cellspacing=0 cellpadding=9 valign=top>";
s+="<tr height=50>";
s+="<td bgcolor=#001466 background='images/background_navigation.gif' width=65%>";
s+="<a href='index.htm'><img src='images/amart_logosm.gif' width=310 height=25 alt='American Art at the Phillips Collection' border=0></a>";
s+="</td>";
s+="<td bgcolor=#70665C valign=middle align=right width=35%>";
s+="<a href='javascript:history.back()'><img src='images/button_back.gif' width=85 height=34 border=0></a>";
s+="</td>";
s+="</tr>";
s+="</table>";
s+="<img src='images/spacer.gif' width=1 height=30><br>";
}

document.write(s);
}









function footer(context)
{

if (context=="standard") {
var s = "<table width=100% border=0 cellspacing=0 cellpadding=9 align=center>";
s+="<tr>";
s+="<td colspan=3 bgcolor=#70665C align=center class=nav>";
s+="<nobr><a href='index.htm' class='nav'>american art home</a> &nbsp;|&nbsp; <a href='about_site.htm' class='nav'>about this site</a> &nbsp;|&nbsp; <a href='about_collection.htm' class='nav'>about the collection</a> &nbsp;|&nbsp; <a href='mailto:feedback@phillipscollection.org' class='nav'>feedback</a></nobr>";
s+="</td>";
s+="</tr>";
s+="<tr>";
s+="<td align=right class=greyfooter width=48%>";
s+="<nobr>This program has been made possible through</nobr><br><nobr>a grant from the National Endowment for the Arts</nobr>";
s+="</td>";
s+="<td align=center width=6%>";
s+="<img src='images/logo_nationalendowment.gif' width=40 height=45>";
s+="</td>";
s+="<td align=left class=greyfooter width=46%>";
s+="<nobr>Major support also has been provided by The Zickler Family Foundation.</nobr><br><nobr>Additional funding comes from the Marpat Foundation.</nobr>";
s+="</td>";
s+="</tr>";
s+="</table>";

} else if (context=="knockout") {
var s = "<table width=760 border=0 cellspacing=0 cellpadding=7 align=center>";
s+="<tr>";
s+="<td><img src='images/spacer.gif' width=1 height=1></td>";
s+="</tr>";
s+="<tr>";
s+="<td align=right class=greyfooter style='color: #FFFFFF' width=48%>";
s+="<nobr>This program has been made possible through</nobr><br><nobr>a grant from the National Endowment for the Arts</nobr>";
s+="</td>";
s+="<td align=center width=6%>";
s+="<img src='images/logo_nationalendowment-w.gif' width=40 height=45>";
s+="</td>";
s+="<td align=left class=greyfooter style='color: #FFFFFF' width=46%>";
s+="<nobr>Major support also has been provided by The Zickler Family Foundation.</nobr><br><nobr>Additional funding comes from the Marpat Foundation.</nobr>";
s+="</td>";
s+="</tr>";
s+="</table>";
}

document.write(s);
}




   
