function atendimento(){welcomeWindow = window.open("http://www.softexpert.com.br/atender/form.htm", "welcomeWindow", "width=440,height=440");}
function Rotate(id,ms,ud){var frames=document.getElementById(id).getElementsByTagName("DIV");if(ud){frames[0].style.zIndex="0";frames[1].style.zIndex="0";frames[2].style.zIndex="0";frames[3].style.zIndex="0";frames[4].style.zIndex="0";frames[5].style.zIndex="0";frames[6].style.zIndex="0";frames[7].style.zIndex="0";frames[8].style.zIndex="0";frames[9].style.zIndex="0";frames[10].style.zIndex="0";frames[11].style.zIndex="0";frames[12].style.zIndex="0";frames[ud].style.zIndex="1";ud++;if(ud == "13"){ud = "0";}}setTimeout(function(){Rotate(id,ms,ud);},ms);}