// JavaScript Document
// Reconstructed from reference material on JavascriptSource.com
// © 2010 by Rodan Media for Veterans Support Organization

function formServices(vsoservice){
var URL = document.vsoservice.vsoservices.options[document.vsoservice.vsoservices.selectedIndex].value;
window.location.href = URL;
}

function formDonations(donate){
var URL = document.donate.donations.options[document.donate.donations.selectedIndex].value;
window.location.href = URL;
}

function formChapters(chapter){
var URL = document.chapter.chapters.options[document.chapter.chapters.selectedIndex].value;
window.location.href = URL;
}

function formContact(eform){
var URL = document.eform.eforms.options[document.eform.eforms.selectedIndex].value;
window.location.href = URL;
}

function formAdmin(adminopts){
var URL = document.adminopts.actions.options[document.adminopts.actions.selectedIndex].value;
window.location.href = URL;
}
