<!--

function switchTo(script) {
  if (top.frames[0]) {
    /*top.content.location = script + 'frame=content';*/
    top.main.location    = script + 'frame=main';
  } else {
    top.location         = script;
  }
}
-->
