// JavaScript Document
document.observe("dom:loaded", init);

function init() {

	var Tabs = new Control.Tabs('tabs-tallas', {});
}