<!-- Permission to copy, use or plagiarize this script is granted -->

<!-- provided you put a link on your page back to here (DryRoast) -->

<!-- -->

<!-- Enjoy ! -->

<!-- -->

<!-- Written by Richard Dows, Random Access Inc., 5.27.96 -->

<!-- -->

<!-- Revision History: -->

<!-- -->

<!-- Altered the LookupURL() so that when the confirm is cancelled -->

<!-- it resets the form. -->

<!-- -->

<!-- Version 1.1 - easier and far simpler than before. -->

<!-- -->

<!-- Version 1.2 - Thanks to Matt@pg.net ! Changed doMoveBrowser -->

<!-- so it uses 'parent' instead of 'window'. -->

<!-- -->

<!-- Cloaking Device Enabled --

function doMoveBrowser(form) {

top.location.href = form.list.options[getSelectedValue()].value;

}

function getSelectedValue() {

return document.form1.list.selectedIndex

}

function showURL(form) {

form.textbox.value = form.list.options[getSelectedValue()].value;

} 


