﻿function OpenHelp(HelpID) {
	window.open('/_include/help.aspx?t=' + Math.random() + '&helpid=' + HelpID, '', "left=100,top=100,width=300,height=500,scrollbars=yes,resizable=yes,dependent,modal=yes");
	return false;
}

