// JavaScript Document
function doPopup3(popupPath)
		{
			window.open(popupPath, 'PopupWindow', 'width=885,height=1000,status=NO,scrollbars=YES,location=NO,resizable=NO'); 
		}