function openPopup(url,w,h,other){ popup=window.open(url,'popupSuperiG_'+toId(url),'left=18,top=18,width='+w+',height='+h+',scrollbars=1'+((other)?','+other:'')) other=other||'' //if(is.ie&&other.indexOf('fullscreen')!=-1){popup.moveTo(0,0);popup.resizeTo(screen.width,screen.height)} popup.focus() } function toId(S){ S=S.toLowerCase() S=S.replace(/[áàãâ]/g,'a') S=S.replace(/[éèêë&]/g,'e') S=S.replace(/[íìîï]/g,'i') S=S.replace(/[óòõôö]/g,'o') S=S.replace(/[úùûü]/g,'u') S=S.replace(/[ç]/g,'c') S=S.replace(/[ \.:,\+\-\*\'\"\\\/<>]/g,'') if(S.indexOf('?')!=-1)S=S.substring(0,S.indexOf('?')) return S } document.write("") document.write("