﻿function open_book(url)
{
	window.open(url,'_blink','width=1024,height=768,scrollbars=yes,toolbar=no,left=0,top=0');   
}

function OnChageDate(nYear, nMonth, nDay)
{
	var url = "/catimes/index.asp?year=" + nYear + "&month=" + nMonth + "&day=" + nDay;
	self.location.href = url;
}

