function popUpHelp(location)
{
	window.open(
		location,
		"popUpHelp",
		"width=350," +
		"height=400," +
		"menubar=no," +
		"resizable=yes," +
		"scrollbars=no," +
		"titlebar=no," +
		"alwaysRaised=yes").focus();
}
