// JavaScript Document
function PopPres(id_pres) {
	
window.open('Poppres.php?id_pres='+id_pres, 'Popuppres', 'resizable=no, location=no, width=640, height=760, menubar=no, status=no, scrollbars=yes');

}
