function loadNewWindow(url, name, width, height){
FLS=window.open(url, name, "width="+width+", height="+height+", scrollbars=yes, resizable=yes,left=50,top=50"); 
FLS.focus();
return false;
}