// JavaScript Document


$(function(){
		   
		   
		   function get_result()
		   {
			  w=742;  h=660;
              attribute=" width=" +w+ ",height="+h+",location=no,toolbar=no,menubar=no,status=yes,resizable=yes,scrollbars=yes";
              var win=window.open("loadpdf_menu.php?fn="+this.href,"",attribute);	
				
              win.focus();				
              return false;
			   
		   }
		   
		   
		   
		   
		   
		   
		   $(".pdflink").click(get_result);
		   
		   
		   
		   
		   
		   
		   


		   });		 