// ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
// ±± <SCRIPT LANGUAGE='Javascript'             ±±
// ±±             TYPE='text/javascript'        ±±
// ±±              SRC='pulldown.js'> </SCRIPT> ±±
// ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
// ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
// ±± Define PullDown Links FORM Functions ±±
// ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
function NWWin8(lnk)
{
var myname = "NewWin8";
var mypage = lnk;
win = window.open(mypage)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus();
}
}
function stripVal8(input) {
var strip = input;
filteredValues = "*,";
var i;
var returnString = "";
for (i = 0; i < strip.length; i++) {
var c = strip.charAt(i);
if (filteredValues.indexOf(c) == -1) returnString += c;
}
NWWin8(returnString);
return false;
}
function surfto8(form) {
var myindex=form.select8.selectedIndex
var mylnk=form.select8.options[myindex].value;
var thislnk=mylnk.indexOf('*');
if (thislnk==-1)
{
if (form.select8.options[myindex].value != "0") {
location=form.select8.options[myindex].value;
}
}
else
{
stripVal8(mylnk);
return false;
}
}
// ±±±±±±±±±±±±±±±±±±±±±±
// ±± Horizontal Ruler ±±
// ±±±±±±±±±±±±±±±±±±±±±±
//document.write("<TABLE CELLSPACING=1 CELLPADDING=1 WIDTH=100%");
//document.write("  BORDERCOLORLIGHT=#599db8 BORDERCOLORDARK=#3f6780");
//document.write("           BGCOLOR=#aadfea ALIGN=center WIDTH=100% BORDER=1>");
//document.write("<tr><td> </td></tr></TABLE>");
// ±±±±±±±±±±±±±±±±±±±±
// ±± PullDown Links ±±
// ±±±±±±±±±±±±±±±±±±±±
document.write("<TABLE CELLSPACING=0 CELLPADDING=0 WIDTH=99% ALIGN=center BORDER=0");
document.write("             STYLE='filter:progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=100,finishopacity=0,finishx=100)'>");
document.write("<tr><td BGCOLOR=#599db8 ALIGN=center>");
document.write(" <A HREF=''>");
document.write(" <TABLE CELLSPACING=0 CELLPADDING=0 ALIGN=center BORDER=0>");
document.write(" <tr><td WIDTH=3>");
document.write(" </td><td ALIGN=center>");
// ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
document.write("  <TABLE CELLSPACING=0 CELLPADDING=3 ALIGN=center BORDER=0>");
document.write("  <tr><FORM NAME='form8' METHOD=post><td>");
document.write("   <SELECT NAME='select8' onChange='surfto8(this.form)'");
document.write("          STYLE='background-color:#aadfea;font-size:8pt' SIZE=1");
document.write("          CLASS='FormFields'>");
document.write("   <OPTION CLASS=dcyan8 SELECTED VALUE=0>   &nbsp;News & Events</OPTION>");
document.write("   <OPTION CLASS=black8 VALUE=news.htm>     &nbsp;&#183; Latest News</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps.htm>   &nbsp;&#183; Older News Index</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps26.htm> &nbsp;&nbsp;&nbsp;&#183; Mar'10-date</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps25.htm> &nbsp;&nbsp;&nbsp;&#183; Jan-Feb'10</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps24.htm> &nbsp;&nbsp;&nbsp;&#183; Aug-Dec'09</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps23.htm> &nbsp;&nbsp;&nbsp;&#183; Apr-Jul'09</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps22.htm> &nbsp;&nbsp;&nbsp;&#183; Jan-Mar'09</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps21.htm> &nbsp;&nbsp;&nbsp;&#183; Aug-Dec'08</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps20.htm> &nbsp;&nbsp;&nbsp;&#183; May-Jul'08</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps19.htm> &nbsp;&nbsp;&nbsp;&#183; Feb-Apr'08</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps18.htm> &nbsp;&nbsp;&nbsp;&#183; Dec'07-Jan'08</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps17.htm> &nbsp;&nbsp;&nbsp;&#183; Sep-Nov'07</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps16.htm> &nbsp;&nbsp;&nbsp;&#183; Jun-Aug'07</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps15.htm> &nbsp;&nbsp;&nbsp;&#183; Apr-May'07</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps14.htm> &nbsp;&nbsp;&nbsp;&#183; Feb-Mar'07</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps13.htm> &nbsp;&nbsp;&nbsp;&#183; Dec'06-Jan'07</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps12.htm> &nbsp;&nbsp;&nbsp;&#183; Oct-Nov'06</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps11.htm> &nbsp;&nbsp;&nbsp;&#183; Jul-Sep'06</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps10.htm> &nbsp;&nbsp;&nbsp;&#183; Mar-Jun'06</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps09.htm> &nbsp;&nbsp;&nbsp;&#183; Jan-Feb'06</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps08.htm> &nbsp;&nbsp;&nbsp;&#183; Nov-Dec'05</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps07.htm> &nbsp;&nbsp;&nbsp;&#183; Jul-Oct'05</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps06.htm> &nbsp;&nbsp;&nbsp;&#183; May-Jun'05</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps05.htm> &nbsp;&nbsp;&nbsp;&#183; Mar-Apr'05</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps04.htm> &nbsp;&nbsp;&nbsp;&#183; Jan-Feb'05</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps03.htm> &nbsp;&nbsp;&nbsp;&#183; Sep-Dec'04</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps02.htm> &nbsp;&nbsp;&nbsp;&#183; May-Aug'04</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps01.htm> &nbsp;&nbsp;&nbsp;&#183; Oldest News</OPTION>");
document.write("   </SELECT>");
document.write("  </td></FORM></tr></TABLE>");
// ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
document.write(" </td><td ALIGN=center>");
document.write("  <TABLE CELLSPACING=0 CELLPADDING=3 ALIGN=center BORDER=0>");
document.write("  <tr><FORM NAME='form8' METHOD=post><td>");
document.write("   <SELECT NAME='select8' onChange='surfto8(this.form)'");
document.write("          STYLE='background-color:#aadfea;font-size:8pt' SIZE=1");
document.write("          CLASS='FormFields'>");
document.write("   <OPTION CLASS=dcyan8 SELECTED VALUE=0>   &nbsp;Membership Information</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=database/act.htm>     &nbsp;&#183; Active Members Database</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=database/all.htm>     &nbsp;&#183; All Members Database</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=app-qd.htm>   &nbsp;&#183; Application/Renewal HTML</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=app-qd.txt>   &nbsp;&#183; Application/Renewal TEXT</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=members.htm#charter>  &nbsp;&#183; Charter Members</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=officers.htm#history> &nbsp;&#183; History of the Board</OPTION>");
document.write("   <OPTION CLASS=black8 VALUE=members.htm>  &nbsp;&#183; NEW MEMBERS ROSTER</OPTION>");
document.write("   <OPTION CLASS=blue8 VALUE=quests.htm>   &nbsp;&#183; OHNS Member ONLY Quests</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=photos.htm>   &nbsp;&#183; Photograph Album</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=officers.htm> &nbsp;&#183; Roster of Officers</OPTION>");
document.write("   </SELECT>");
document.write("  </td></FORM></tr></TABLE>");
// ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
document.write(" </td><td ALIGN=center>");
document.write("  <TABLE CELLSPACING=0 CELLPADDING=3 ALIGN=center BORDER=0>");
document.write("  <tr><FORM NAME='form8' METHOD=post><td>");
document.write("   <SELECT NAME='select8' onChange='surfto8(this.form)'");
document.write("          STYLE='background-color:#aadfea;font-size:8pt' SIZE=1");
document.write("          CLASS='FormFields'>");
document.write("   <OPTION CLASS=dcyan8 SELECTED VALUE=0>   &nbsp;Forms &#183; Docs &#183; Sale Items</OPTION>");
document.write("   <OPTION CLASS=black8 VALUE=app-qd.htm>   &nbsp;&#183; Application/Renewal HTML</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=app-qd.txt>   &nbsp;&#183; Application/Renewal TEXT</OPTION>");
document.write("   <OPTION CLASS=black8 VALUE=app-qd.htm>   &nbsp;&#183; Quality Designation HTML</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=app-qd.txt>   &nbsp;&#183; Quality Designation TEXT</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=0>&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=articles.htm> &nbsp;&#183; Articles of Incorporation</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=bylaws.htm>   &nbsp;&#183; ByLaws</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=ethics.htm>   &nbsp;&#183; Code of Ethics</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=sec501.htm>   &nbsp;&#183; IRS Section 501(c)(7) letter</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=0>&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;&nbsp;&#183;</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=tokens.htm>   &nbsp;&#183; Annual Hobo Tokens</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=guidbook.htm> &nbsp;&#183; Hobo Nickel Guidebooks</OPTION>");
//document.write("   <OPTION CLASS=dcyan8 VALUE=news.htm#427> &nbsp;&#183; Membership Medals</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=pinbacks.htm> &nbsp;&#183; Pinback Buttons</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=scraps03.htm#cdrom> &nbsp;&#183; Website CD-ROM Disk</OPTION>");
document.write("   </SELECT>");
document.write("  </td></FORM></tr></TABLE>");
// ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
document.write(" </td><td ALIGN=center>");
document.write("  <TABLE CELLSPACING=0 CELLPADDING=3 ALIGN=center BORDER=0>");
document.write("  <tr><FORM NAME='form8' METHOD=post><td>");
document.write("   <SELECT NAME='select8' onChange='surfto8(this.form)'");
document.write("          STYLE='background-color:#aadfea;font-size:8pt' SIZE=1");
document.write("          CLASS='FormFields'>");
document.write("   <OPTION CLASS=dcyan8 SELECTED VALUE=0>   &nbsp;Additional Resources</OPTION>");
document.write("   <OPTION CLASS=blue8  VALUE=airtites.htm> &nbsp;&#183; Air-Tite Capsule Measurements</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=alpert05.htm> &nbsp;&#183; Alpert's \"Artist Galleries\"</OPTION>");
document.write("   <OPTION CLASS=green8 VALUE=\"javascript:NW('http://www.historycentral.com/Bio/CWcGENS/','acepopup','640','480','center','front');\"> &nbsp;&#183; HistoryCentral: Confed. Generals</OPTION>");
document.write("   <OPTION CLASS=green8 VALUE=\"javascript:NW('http://www.historycentral.com/Bio/UGENS/','acepopup','640','480','center','front');\"> &nbsp;&#183; HistoryCentral: Union Generals</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=hobo1.htm>    &nbsp;&#183; Hobo Tokens...by GMM</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=intro.htm>    &nbsp;&#183; Introduction to OHNS</OPTION>");
document.write('   <OPTION CLASS=black8 VALUE=intro-.htm>   &nbsp;&#183; Introduction "Flyer"</OPTION>');
document.write("   <OPTION CLASS=red8   VALUE=scraps14.htm#369> &nbsp;&#183; Language Resources</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=links.htm#interest> &nbsp;&#183; Links of General Interest</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=mamajo.htm>   &nbsp;&#183; Mama Jo's Tracks</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=links.htm>    &nbsp;&#183; Member Website Links</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=http://www.gmmnut.com/gmm/nice.html>&nbsp;&#183; NiCE Nickels</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=bindle.htm>   &nbsp;&#183; Nick L. O'Honis' Bindle</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=showcase.htm> &nbsp;&#183; NickelCarver's ShowCase</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=vignet.htm>   &nbsp;&#183; NickelCarving Vignettes</OPTION>");
document.write("   <OPTION CLASS=blue8  VALUE=airtites.htm> &nbsp;&#183; OHNS Scan Guidelines</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=qd.htm>       &nbsp;&#183; Qual.Designation Service</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=sitemap.htm>  &nbsp;&#183; SiteMap Index</OPTION>");
document.write("   <OPTION CLASS=green8 VALUE=\"javascript:NW('http://www.ambitweb.com/amday/amprint.html','acepopup','640','480','center','front');\"> &nbsp;&#183; Today in History</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=http://www.answers.com/library/Translations> &nbsp;&rarr; Translation to 16 Languages</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=http://www.woxikon.com/eng/> &nbsp;&rarr; Woxikon Dictionary/Translation</OPTION>");
document.write("   <OPTION CLASS=blue8  VALUE=''>                 &nbsp;&#183; Webmaster's tools...</OPTION>");
document.write("   <OPTION CLASS=red8   VALUE=http://etc.usf.edu/clipart/index.htm> &nbsp; &nbsp; &nbsp; Clipart ETC</OPTION>");
document.write("   <OPTION CLASS=blue8  VALUE=\"javascript:NW('colorcss.htm','acepopup','640','480','center','front');\"> &nbsp; &nbsp; &nbsp; Fonts defined in &#147;color.css&#148;</OPTION>");
document.write("   <OPTION CLASS=red8   VALUE=http://www.grsites.com> &nbsp; &nbsp; &nbsp; Gabriel Ross&#180; &#147;Graphics&#148;</OPTION>");
document.write("   <OPTION CLASS=blue8  VALUE=\"javascript:NW('colors.htm','acepopup','640','480','center','front');\"> &nbsp; &nbsp; &nbsp; HTML Color Tables</OPTION>");
document.write("   <OPTION CLASS=blue8  VALUE=display.htm> &nbsp; &nbsp; &nbsp; NEWS Item Display Boxes</OPTION>");
document.write("   <OPTION CLASS=red8   VALUE=http://www.colorschemer.com/online.html> &nbsp; &nbsp; &nbsp; Online Color Schemer</OPTION>");
document.write("   <OPTION CLASS=blue8  VALUE=\"javascript:NW('EMail.htm','acepopup','640','480','center','front');\"> &nbsp; &nbsp; &nbsp; Onsite &#147;@ EMail Protector&#148;</OPTION>");
document.write("   <OPTION CLASS=blue8  VALUE=http://www.anybrowser.com/ScreenSizeTest.html> &nbsp; &nbsp; &nbsp; Screen Size Tester</OPTION>");
document.write("   <OPTION CLASS=blue8  VALUE='http://us.f584.mail.yahoo.com/dc/launch?action=welcome&YY=864876986&.rereg=1&YY=45344;y5beta=yes'> &nbsp; &nbsp; &nbsp; &#147;Yahoo&#148; EMail access</OPTION>");
document.write("   <OPTION CLASS=green8 VALUE=\"javascript:NW('vacation.htm','acepopup','640','480','center','front');\"> &nbsp; &nbsp; &nbsp; Vacation Access</OPTION>");
document.write("   <OPTION CLASS=dcyan8 VALUE=\"javascript:PW('weigconv.htm','acepopup','790','390','center','front');\">&nbsp;&#183; Weight Calculator</OPTION>");
document.write("   </SELECT>");
document.write("  </td></FORM></tr></TABLE>");
// ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
document.write(" </td><td WIDTH=3>");
document.write(" </td></tr></TABLE>");
document.write(" </A>");
document.write("</td></tr></TABLE>");
// ±±±±±±±±±±±±±±±±±±±±±±
// ±± Horizontal Ruler ±±
// ±±±±±±±±±±±±±±±±±±±±±±
//document.write("<TABLE CELLSPACING=1 CELLPADDING=1 WIDTH=100%");
//document.write("  BORDERCOLORLIGHT=#aadfea BORDERCOLORDARK=#3f6780");
//document.write("           BGCOLOR=#599db8 ALIGN=center WIDTH=100% BORDER=1>");
//document.write("<tr><td> </td></tr></TABLE>");
// ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
// ±± Palette: ccffff aadfea 99ced9 599db8 4c829c 3f6780 324c64  ±±
// ±± Light/Medium/DarkYellow:ffffcc/ffff99/ffff66  ·: &middot;  ±±
// ±± Gold: e1e78f Copper: bc9787 Brass: bec786 Green: 31adad    ±±
// ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
