Atlas TabStrip

I found this gem on Bertrand Le Roy's blog and it's exactly what I needed to replace the IE TabStrip control from ASP.NET 1.1. The original author posted the code sample on the ASP.Net Forums. One issue with the post is that there is no working demo of this great code sample or downloadable source as echoed in the comments. I took the liberty to create quick demo and provide the source as a file-system based Atlas web project. All credit for the code goes to Kwang Suh and Bertrand Le Roy.
The sample code eloquently uses div tags, ul tag, and css. It works in both IE and Firefox. In addition, the javascript code is encapsulated within a single .js file and reference with the Atlas ScriptManager.
Check it out for yourself. Below is a demo that represents the output of the Kwang Suh's code without any edits. You can download the source or just take a look at the individual files as text.
Demo: http://atlas.vertigosoftware.com/atlastabstrip/
Source: http://blogs.vertigosoftware.com/files/alan/atlastabstrip.zip
Default.aspx: http://atlas.vertigosoftware.com/atlastabstrip/default.aspx
TabSet.js: http://atlas.vertigosoftware.com/atlastabstrip/TabSet.js
Update: I've created a different version of the
TabStrip that will perform asynchronous postback with the update panel.
Posted using the new Windows Live Writer.