function PopUpFs(URL) {
B = screen.availWidth;
H = screen.availHeight;
window.open(URL,"","toolbar=0, scrollbars=1, statusbar=0, menubar=0, resizable=1, width="+B+", height="+H+", left=0, top=0");
}