function show(id,i,color)
{				
	if(i=="สว")
	{
		alert(1);
		document.getElementById(id).style.color=color;
	}
}
