function CDRWWin()
{
	window.open("./cdr.html", "", "width=640,height=700,resizable=yes,scrollbars=yes");
}

function SAMPLE01()
{
	window.open("./animal/page00001.html");
}

function SAMPLE02()
{
	window.open("./flower/page00001.html");
}