﻿function OpenPopupWindow(popup) {
    window.open(popup + '.aspx', "PopUpWindow", "innerWidth=645, innerHeight=610, width=645, height=610, resizable=no, scrollbars=yes");
}