function go1(){
if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "none") {
location = document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value
	}
}
function LaunchTopic(url) {
self.name = "main";
popupTopic = window.open(url, 
"HelpTopic","height=670,width=675,toolbar=yes,menubar=yes,status=yes,location=no,top=10,left=250,scrollBars=1,resizable=1");
if (window.focus) {
popupTopic.focus();
}
}
function LaunchFull(url) {
self.name = "main";
popupFull = window.open(url, 'HelpFull','width='+(screen.width -20)+',height='+(screen.height-60)+',top=0,left=0');
if (window.focus) {
popupFull.focus();
}
}
function MM_openBrWindow(newURL, newName, newFeatures, orgName) {
  var remote = open(newURL, newName, newFeatures);
  if (remote.opener == null)
    remote.opener = window;
  remote.opener.name = orgName;
  return remote;
}
