function OpenInPopup(page, width, height) {
    window.open(page,'page1','toolbar=No,location=No,directories=No,status=No,scrollbars=Yes,resizable=No,copyhistory=No,border=No,width=' + width +',height=' + height);
}
