// JavaScript Document
function over(id)
{
	id.className="select";
}
function out(id)
{
	id.className="normal";
}
