//no_help - just open open like in help and load file from Text directory
function openHelp(file, no_help){ 
	if (no_help==null) no_help=0;
	params="";
	if (no_help) params+="&help=NO";
	window.open('help.cfm?page='+escape(file)+'&height=400'+params,'VmarkHelp','width=650,height=430,resizable=1,location=0,scrollbars=1'); 
} 
