menu_on  = new Image; menu_on.src  = "../images/onoff/menu_on.gif";
menu_off = new Image; menu_off.src = "../images/onoff/menu_off.gif";

function img_act(imgName) {
        document [imgName].src = menu_on.src;
        }

function img_inact(imgName) {
        document [imgName].src = menu_off.src;
        }

function goawnp() {
  if (confirm('This will Leave my main site and link to my AWNP site\n\nyou can get back here by pressing the BruceSteers.com link\n\nselect positive to continue to the AWNPipe site')) {
  return(true)
  }
 return(false)
}