   function updateFrames(menuFile, mainFile)
   {
    top.frames['menu'].location.replace(menuFile);
	top.frames['main'].location.replace(mainFile);	
   }	