$(document).ready(function(){$("div.solucoes_barra").toggleSolucao()});$(document).ready(function(){$(document).bind("mousemove",function(b){$(".toggleSolucao:first").click();$(document).unbind("mousemove")})});
