function fnOpenWindow(pURL,pWinName,pFeatures) {
	window.open(pURL,pWinName,pFeatures);
}