
document.observe('dom:loaded', function()
{
	if ($('productTabs'))
	{
		var tabs = new LabelTabs('productTabs');  // Pass the ID of the tabs ul
	}
});
