
var emme="mailt" + "o:s.larr" + "y@rocke" + "tmail.com";


function dotted_path(up, path)
{
if( ! up ) return path;
var dots="";
for(i=0;i<up;++i) dots += "../";
return dots + path;
}

function header(up)
{
var src = dotted_path( up, "gco_logo_yg.jpg" );
document.write( '<center><div id="banner">' );
document.write(     '<a href="http://www.rootsweb.com/%7Eorgco2/index.html">' );
document.write(              '<img alt="GCO logo" src="' + src + '" id="logo"></a>' );
document.write(     '<div id="who">Genealogical Council of Oregon, Inc.</div>' );
document.write(     '<div id="motto">Encouraging sharing of information,' );
document.write(         ' maintenance of records, and open access to public records</div></center>' );
document.write( '</div>' );
}

function go_back()
{
document.write( '<div style="text-align:center;clear:both">' );
document.write( 'Back to GCO home page'.link("http://www.rootsweb.com/%7Eorgco2/") );
document.write( '</div>' );
}

function footer()
{
document.write( '<p id="footer">' );
document.write( '&copy; 2005-2009 GCO, Inc., All rights reserved.<br>For any questions or problems with this page, ' );
document.write( 'please contact the <a href="' + emme + '">webmaster</a></div>' );
}
