function openWindow(file,w,h){window.open(file,'', 'scrollbars=yes,status=no,width='+w+',height='+h+',toolbars=no');}
