//Used to set the hiddenfield 'hidCurrentFlyOutId' value to current menu item collectionID.
function MenuItemsMouseOver(id) {
    document.getElementById(hidCurrentFlyOutId).value = id;
}
