// JavaScript Document
function openCalendar(str_ctrl, str_month){
	var vWinCal = window.open("http://209.151.143.195/ireland/clarionred/clarioncork/common/calendar/calendar.cfm?ctrl="+str_ctrl+"&month="+str_month, "Calendar", "width=350,height=250,status=no,resizable=yes,top=200,left=200");
	vWinCal.focus();
}