﻿
function WindowPopup(URL){
    window.open(URL, '', 'scrollbars=yes,resizable=yes,width=900,height=700,left=' + (screen.availWidth / 2 - 450) + ',top=' + (screen.availHeight / 2 - 350) + '');
    return false;
}

   
