﻿function MainMenu_OnClick(pageName)
{
    var bodyFrame = parent.document.frames["body"];
    bodyFrame.location.href=pageName;
}