
function ChangePages(ManuURL, MainURL) {
  parent.manu.location.href=ManuURL;
  parent.main.location.href=MainURL;
}
