function centra(url) {
	var cntx = (screen.width - 438) / 2;
	var cnty = (screen.height - 356) / 2;
	window.open(url, 'null', 'left=' + cntx + ',top=' + cnty + ',width=' + 438 + ',height=' + 356 +',scrollbars=no'); 
}