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