// JavaScript Document
function helpWindow(cHelpFile) {
	helpWin = window.open("\/content\/help\/"+cHelpFile+".htm","helpWin","height=150,width=350,scrollbar=yes");
}