function openWindow(path, name){
FLS=window.open(path, name, "scrollbars=yes , resizable=yes"); 
FLS.focus();
} 
