$(document).ready(function()
{
	$('.calendarFull').popupWindow({
		width: 500, 
		height: 500, 
		centerBrowser: 1
	});
});
