// JavaScript Document
$(document).ready(executa) ;

function executa(){


//$("#button").click(clicka);
$("#veja").click(veja);
$("#envie").click(envie);
$("#telefones").click(telefones);
$("#oquefazer").click(oquefazer);
$("#chat").click(chat);
$("#servico").click(servico);



}


function veja (){

location.href='index-5.html';

}
function envie (){

location.href='frmdispositivo.html';

}
function telefones (){

location.href='index-2.html';

}
function oquefazer (){

location.href='index-3.html';

}
function chat (){

location.href='index-4.html';

}function servico (){

location.href='index-5.html';

}
