<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
// End -->

document.write("<form name='form'>")
document.write("<select name='site' size=1 onChange='javascript:formHandler()'>")
document.write("<option value='http://www.hshs67.com/index.html'>Other pages...")
document.write("<option value='http://www.hshs67.com/hshs67/class-picture.html'>Class Picture")
document.write("<option value='http://www.hshs67.com/hshs67/elementary-schools.html'>Elementary Schools")
document.write("<option value='http://www.hshs67.com/hshs67/funstuff.html'>Fun Stuff")
document.write("<option value='http://www.hshs67.com/hshs67/Highland-Fling.html'>Highland Fling")
document.write("<option value='http://www.hshs67.com/hshs67/privacypolicy.html'>Privacy Policy")
document.write("<option value='http://www.hshs67.com/hshs67/website-history.html'>What's New!")

document.write("</select>")
document.write("</form>")






