// JavaScript Document
function LCIContextualHelp_ShowHelp(helpid)
{
	document.getElementById(helpid).style.display = "block";
}