// JavaScript Document
function tdlight(id)	{
	$(id).style.backgroundColor = "#FDCB74";
}
function tddark(id)	{
	$(id).style.backgroundColor = "";
}
function resizeSearchBlock(f)	{
	if(f)	{
		new Rico.Effect.Size( $('searchbar'), null, 110, 500, 10);
	}	else	{
		new Rico.Effect.Size( $('searchbar'), null, 35, 500, 10);
	}
}