function doPopup(popupPath) {
var newWin = window.open(popupPath, 'name', 'location=YES,status=YES,resizable=YES,scrollbars=YES,width=569,height=425,top=0,left=0');
newWin.focus();
}