
function loadURL(target, url) {
   if (target == 'topFrame')
      parent.menu.location = url
   else
      this.location = url
}