﻿function ContextualHelp_ShowHelp(helpid) {

    document.getElementById(helpid).style.display = "block";

}