<!-- Hide the script from old browsers --

function surfto(form) {

var myindex=form.clicklist.selectedIndex

if (form.clicklist.options[myindex].value != 0) {

location=form.clicklist.options[myindex].value;}

}

//-->
<!--

function network() {
window.open('network.html','network','toolbar=no,status=no,scrollbars=no,width=596,height=498,resizable=no');}

//-->
<!--

function grab() {
window.open('img/grab.html','grab','toolbar=no,status=no,scrollbars=no,width=576,height=432,resizable=no');}

//-->