// JavaScript Document
function doPopup2(popupPath)
		{
			window.open(popupPath, 'PopupWindow', 'width=720,height=520,status=NO,scrollbars=NO,location=NO'); 
		}