function jumpPage(newLoc) { newPage = newLoc.options[newLoc.selectedIndex].value if (newPage != "") { window.location = newPage } } /*********************************************** * Pop-it menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ var defaultMenuWidth="324px" //set default menu width. var linkset=new Array() //SPECIFY MENU SETS AND THEIR LINKS. FOLLOW SYNTAX LAID OUT linkset[0]='
' linkset[0]+='
' linkset[0]+='

Academia Unilus
' linkset[0]+='Rua 28 de Setembro, 233
' linkset[0]+='CEP 11015-110 - Macuco, Santos - São Paulo
' linkset[0]+='Tel.(13) 3234.4192

' linkset[0]+='
' linkset[1]='
' linkset[1]+='' linkset[1]+='

Campus III
' linkset[1]+='Rua Batista Pereira, 265
' linkset[1]+='CEP 11015-101 - Macuco, Santos - São Paulo
' linkset[1]+='Tel.(13) 3202.4100

' linkset[1]+='
' linkset[2]='
' linkset[2]+='' linkset[2]+='

Campus II
' linkset[2]+='Rua Osvaldo Cruz, 179
' linkset[2]+='CEP 11045-101 - Boqueirão, Santos - São Paulo
' linkset[2]+='Tel.(13) 3202.4600

' linkset[2]+='
' linkset[3]='
' linkset[3]+='' linkset[3]+='

Campus I
' linkset[3]+='Rua Dr. Armando de Sales Oliveira, 150
' linkset[3]+='CEP 11050-071 - Boqueirão, Santos - São Paulo
' linkset[3]+='Tel.(13) 3202.4500 - FAX (13) 3221.4488

' linkset[3]+='
' ////No need to edit beyond here var ie5=document.all && !window.opera var ns6=document.getElementById if (ie5||ns6) document.write('
') function iecompattest(){ return (document.compatMode && document.compatMode.indexOf("CSS")!=-1)? document.documentElement : document.body } function showmenu(e, which, optWidth){ if (!document.all&&!document.getElementById) return clearhidemenu() menuobj=ie5? document.all.popitmenu : document.getElementById("popitmenu") menuobj.innerHTML=which menuobj.style.width=(typeof optWidth!="undefined")? optWidth : defaultMenuWidth menuobj.contentwidth=menuobj.offsetWidth menuobj.contentheight=menuobj.offsetHeight eventX=ie5? event.clientX : e.clientX eventY=ie5? event.clientY : e.clientY //Find out how close the mouse is to the corner of the window var rightedge=ie5? iecompattest().clientWidth-eventX : window.innerWidth-eventX var bottomedge=ie5? iecompattest().clientHeight-eventY : window.innerHeight-eventY //if the horizontal distance isn't enough to accomodate the width of the context menu if (rightedge