  function changePages( menuURL, displayURL ) { 
     parent.menu.location=menuURL;  
     parent.display.location=displayURL;  
  }  
