/**
 * JS
 * @author Darío Ruellan <druellan@ecimtech.com>
 * @copyright ecimTech 2008
 */

$(function()
{
	$("#zafiro_platform a").click(function()
	{
		$(this).hide("fast").parent().animate({ height: 333 }, "fast");
		return false;
	})
});


