function checkClick()
{
	return false ;
}

function popEventDetailsById( id )
{
	window.open( 'CalendarDetails.aspx?Action=ByEventID&EventID=' + id , 'eventDetails' , 'width=425, height=300, scrollbars=1' )
}

function popEventDetailsByDate( dt )
{
	window.open( 'CalendarDetails.aspx?Action=ByDate&Date=' + dt , 'eventDetails' , 'width=425, height=300, scrollbars=1' )
}
