/*
$(document).ready(function() {
	$(".center a").fancybox({
		'type': 'iframe',
		'scrolling': 'yes',
		'width': 945,
		'height': 700,
		'titleShow': false
	});
});
*/

function openLetter(l) {
	newwin=window.open(l,'base','width=935,height=700,status=no,directories=no,location=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes');
	newwin.focus();
	return false;
}

