function hidebox2(id)
{
	$("#"+id).fadeOut("normal");
}



