// JavaScript Document
function doPopup(popupPath)
		{
			window.open(popupPath, 'PopupWindow', 'width=500, height=610, status=NO, scrollbars=NO, location=NO, screenX=200, screenY=60'); 
			if (window.focus) {newwindow.focus()}
				return false;	
		}