			$('a[href*=".pdf"]').click(function(){
			window.open(this.href, "", "toolbar=0");
			return false;
			});	
