function openDir(form) {
window.location=(form.dir.options[form.dir.selectedIndex].value);
}

