/**
 * autor: Ciro Feitosa - http://cirofeitosa.com.br
 * jan/2009
 */
$(document).ready(function()
{

	/**
	 * exibe apresentacao principal e oculta menu acessivel
	 */
	var f = new Flash("/img/video2Colegio.swf", "apresentacao-flash", "956", "284");
	f.addParameter("showMenu", "false");
	f.addParameter("wmode", "transparent");
	f.writeIn('animacao-index');

});
