function initHelpBox(i)
{
	$(".h" + i).colorbox({width: "550px", maxHeight: "400px", inline: true, href: "#h" + i, close: "close", opacity: 0});
}
