function popup(window_url){ 
open(window_url,"PDF","resizable=yes,menubar=yes,toolbar=yes,directories=no,status=no,location=no,scrollbars=yes,height=500,width=600,left=10,top=10");
}