function go()
{ var URL = document.moveto.site.options[document.moveto.site.selectedIndex].value;
  document.location=URL;
}

function smplWindow(adddr,nnname,vdim,hdim) { 
eval('nwind=window.open("'+adddr+'","'+nnname+'","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,height='+hdim+',width='+vdim+',screenX=240,screenY=0,top=0,left=240")')}

function openWin(theURL,features) { 
  window.open(theURL,'',features+',scrollbars=yes,resizable=yes');
}

