
function PopWin (sURL, sWinName, nWidth, nHeight)
{
	window.open(sURL, sWinName,'channelmode=no, directories=yes, fullscreen=no, height=' + nHeight + ', width=' + nWidth + ', location=no, menubar=no, resizable=no, scrollbars=no, status=no, titlebar=no, toolbar=no', true);
}
