function popupWindow(URL,WIDTH,HEIGHT) {
       window.open(URL, 'popup','width=' + WIDTH + ',height=' + HEIGHT );
}

