One of possible ways to do it is to put every group of links in its own DIV element and by catching an event call a JavaScript function that will change value of DISPLAY attribute ot the DIV's style. I don't remember exactly the accepted values but you easy can find it on MSDN for example. Look for DISPLAY attribute.
Add a comment