var url_base = 'http://www.maspa.org/';
function ata_editor(fragment_text) {
	Boxy.addBlackTrBg();
	Boxy.load(url_base + 'ata_editor/edit/' + fragment_text,{cache: false});
}
