function fnOpenPopup(pName, pFile, pWidth, pHeight)
{
	window.open(pFile, pName, "width=" + pWidth + ",height=" + pHeight);
}