doing this with jquery would probably be more effective post render.
$("#ID").css('display','block');
it might give some hint as to why its not working as well, i suggest trying it in the google/firefox javascript console first.
there is also ways to grab elements by xPath for when they have the same ID/Name..etc