﻿
function openPopup(strUrl, strWidth, strHeight) {
    window.open(strUrl, 'Picture', 'width=' + strWidth + ', height=' + strHeight + ', top=150, left=150, toolbar=no, resizable=yes, scrollbars=yes');
}