﻿var helpwindow;
function openHelp(prefix)
{
	helpwindow=window.open(prefix + '/Help/','helpWindow','height=750,width=850,menubar=no,status=no,location=no,resizable=1,scrollbars=1');
	if (window.focus) {helpwindow.focus()}
}
