
function doPopup(popupPath) {
window.open(popupPath,'name',
'width=640,height=480,scrollbars=YES');
}

