function loadHelpWindow(helpkey)
{
	strFileName = "/BodySecure.aspx?control=CCESDHelpPopup&helpkey=" + helpkey;
	newwin = window.open(strFileName, 'newWindow', 'height=500, width=500, resizable, scrollbars');
}

function loadWindow(newPage)
{
	window.open(newPage);
}

function openNewWin(newFile)
{
	newwin = window.open(newFile, 'newWindow', 'height=600, width=800, resizable, scrollbars');
}

function loadModalHelpWindow(helpkey)
{
	window.showModalDialog("/BodySecure.aspx?control=CCESDHelpPopup&helpkey=" + helpkey, "", "dialogWidth:500px;dialogHeight:500px;");
}
