/* author: mlemaire@nrcan.gc.ca */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 2003-08-14 */

function changer() {
var selection;
selection=document.Nav1.selector1;
window.location=selection.options[selection.selectedIndex].value;
}

function changer2() {
var selection;
selection=document.Nav1.selector2;
window.location=selection.options[selection.selectedIndex].value;
}