Product description with three tabs

Good day,

I am trying to make something like this:
http://www.booksandbits.cl/?convenio=convenio-marco&IDPRODUCTO=24281

One product is shown. It has three tabs with information, and these tabs show information without reload the page.
Please let me know how to implement these three tabs with colors and round borders, reading the information from MySQL.
I’d appreciate any guideline about how to do this using a PHP library, jQuery or anything you can suggest, hopefully with a tutorial with examples.

Thanks a lot.

jQuery tabs tend to be a good way of doing that.

This ajax tabs example (which gives you the source) is a good demo of how it’s done.

Great, thanks again!!