﻿function webDesign_pageSettingsButtonControl_onLoad(controlID) {
    $('#' + controlID).parent().mouseenter(function () { $('#' + controlID).children('.webDesign.pageSettingsButton').show(); });
    $('#' + controlID).parent().mouseleave(function () { $('#' + controlID).children('.webDesign.pageSettingsButton').hide(); });
}
