function menuSelect(theform)
{
    var page = theform.pageSelect.options[theform.pageSelect.selectedIndex].value;
    parent.location.href=page;
}

