function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://http://www.nassauboces.org/cit/index.htm/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="/cit/it/mcs/pdf/Upcoming%20Events/SM_Nassau_BOCES_L&L.pdf">School Messenger</option>' );
document.writeln( '<option value="/cit/it/mcs/pdf/Upcoming%20Events/alert%20now%20revied%20feb%204.pdf">Alert Now</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

