function pw(file,width,height,scrollbars,menubar){
window.open(file,'','toolbar=no,left=100,top=100,status=no,width='+width+',height='+height+',scrollbars='+scrollbars+',directories=no,location=no,resizable=no,menubar='+menubar+'');
} 