// Global scripts

	function openWindow(sUrl, iWidth, iHeight)
	{
		pw = window.open(sUrl, 'pw', 'scrollbars=yes,status=no,menubar=no,toolbar=no,resizeable=no,dependent=yes,width=' + iWidth + ',height=' + iHeight );
		return false;
	}