// PULLDOWN LIST SCRIPT 
// (executable)

// JavaScript by: Steven Garner
// October 01, 2005
// Natural Mathematics v2.5+
// www.naturalmathematics.com

function Menu(form) { 
location = form.menuname[form.menuname.selectedIndex].value 
}
