
function popup(file,title,w,h,scroll){
   window.open(file,"myWindow","status = 1, height = 300, width = 400, resizable = 0, scrollbars=1" );
}
