var chmPlace = null;
function openChm(myUlr) {
	wWidth = "width=600, scrollbars=yes, resizable=yes";
	myUlr = document.all.fPath.value + myUlr;
	myUlr = "its:" + myUlr;
	chmPlace = window.open(myUlr, "chmPlace", wWidth);
	setTimeout("chmPlace.focus()",100);
}
