
window.onload=function(){document.getElementById("campoTexto").onfocus=emCima;document.getElementById("campoTexto").onblur=fora;document.getElementById("imagemLogo").onmouseover=mudarLogo;document.getElementById("imagemLogo").onmouseout=voltarLogo;document.getElementById("btn_sete").onclick=abrirSete;document.getElementById("btn_oito").onclick=abrirOito;document.getElementById("btn_nove").onclick=abrirNove;document.getElementById("btn_dez").onclick=abrirDez;}
function emCima(){document.getElementById("campoTexto").value="";}
function fora(){if(document.getElementById("campoTexto").value==""){document.getElementById("campoTexto").value=" Procurar... ";}}
function mudarLogo(){document.getElementById("imagemLogo").src="images/interface/logoHover.png";}
function voltarLogo(){document.getElementById("imagemLogo").src="images/interface/logo.png";}
function abrirSete(){window.open("images/frontEnd/quebraCabecasTeste.swf","frontSete","width=737, height=545, scrollbars=no")}
function abrirOito(){window.open("images/frontEnd/colorindo.swf","frontOito","width=737, height=545, scrollbars=no")}
function abrirNove(){window.open("images/frontEnd/memoria.swf","frontNove","width=737, height=545, scrollbars=no")}
function abrirDez(){window.open("images/frontEnd/arcoIris.swf","frontNove","width=737, height=545, scrollbars=no")}