function WindowCreation(url_window, nome, width1, height1) {

myFloater = window.open(url_window,nome,"scrollbars=no,status=no,width="+width1+",height="+height1+",left="+(screen.width-width1)/2+",top="+(screen.height-height1)/2);

};

