function updateTagStyle(id,p,h)
{
	var tag = window.document.getElementById( id );
	tag.style[p] = h;
}
