﻿function OpenPopUp(url) {
    window.open(url, "", "width=300px, height=350px, left=45, top=15, scrollbars=no, menubar=no");
}