﻿function goSelect(daform) {
with(daform) {
top.window.location=options[selectedIndex].value;
}
}

