//accssbility.js

var base_camp = "http://pnpaaai.org/";


   function open_file(page) {
	   window.open(page, "_self");
	}
