
function help_open(idx)
{
	window.open("help/help" + idx + ".htm", "win_hlp", "left=80,top=80,width=640,height=486,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no") ;
}
