function goPages(){
	var s=document.forms[0].elements[0].selectedIndex
	if (s==0){ }
	if (s==1){ }
	if (s==2){self.location.href="http://www.ampliar.com/apostilas.htm"}
	if (s==3){self.location.href="http://www.ampliar.com/apodiversos.htm"}
	if (s==4){self.location.href="http://ampliar.com/apoaccess.htm"}
	if (s==5){self.location.href="http://www.ampliar.com/apoasp.htm"}
        if (s==6){self.location.href="http://www.ampliar.com/apoclipping.htm"}
	if (s==7){self.location.href="http://www.ampliar.com/apocontadores.htm"}
	if (s==8){self.location.href="http://www.ampliar.com/apocgi.htm"}
        if (s==9){self.location.href="http://www.ampliar.com/apocoldfusion.htm"}
       	if (s==10){self.location.href="http://www.ampliar.com/apocss.htm"}
	if (s==11){self.location.href="http://www.ampliar.com/apocursores.htm"}
        if (s==12){self.location.href="http://www.ampliar.com/apodelphi.htm"}
        if (s==13){self.location.href="http://www.ampliar.com/apodisco.htm"}
        if (s==14){self.location.href="http://www.ampliar.com/apoenquetes.htm"}
        if (s==15){self.location.href="http://www.ampliar.com/apoflash.htm"}
        if (s==16){self.location.href="http://www.ampliar.com/apoforum.htm"}
        if (s==17){self.location.href="http://www.ampliar.com/apodinheiro.htm"}
        if (s==18){self.location.href="http://www.ampliar.com/apohardware.htm"}
        if (s==19){self.location.href="http://www.ampliar.com/apofav.htm"}
        if (s==20){self.location.href="http://www.ampliar.com/apohospedagem.htm"}
        if (s==21){self.location.href="http://www.ampliar.com/apohtml.htm"}
        if (s==22){self.location.href="http://www.ampliar.com/apoinscricao.htm"}
        if (s==23){self.location.href="http://www.ampliar.com/apojava.htm"}
        if (s==24){self.location.href="http://www.ampliar.com/apolinux.htm"}
        if (s==25){self.location.href="http://www.ampliar.com/apolivro.htm"}
	if (s==26){self.location.href="http://www.ampliar.com/apometatag.htm"}
        if (s==27){self.location.href="http://www.ampliar.com/apooracle.htm"}
        if (s==28){self.location.href="http://www.ampliar.com/apoperl.htm"}
        if (s==29){self.location.href="http://www.ampliar.com/apophp.htm"}
        if (s==30){self.location.href="http://www.ampliar.com/apoprolog.htm"}
        if (s==31){self.location.href="http://www.ampliar.com/aporecomende.htm"}
        if (s==32){self.location.href="http://www.ampliar.com/aporedirecionadores.htm"}
        if (s==33){self.location.href="http://www.ampliar.com/aporegistro.htm"}
        if (s==34){self.location.href="http://www.ampliar.com/apotradutores.htm"}
        if (s==35){self.location.href="http://www.ampliar.com/apobanners.htm"}
        if (s==36){self.location.href="http://www.ampliar.com/apovb.htm"}
        if (s==37){self.location.href="http://www.ampliar.com/apowap.htm"}
        if (s==38){self.location.href="http://www.ampliar.com/apointernet2.htm"}
        if (s==null){alert('Ocorreu um erro, provavelmente por causa da versão do seu browser. webmaster@ampliar.com')}
}
function drawForms(){
	document.write('<FORM><font face=arial size=-1><b><SELECT onChange="goPages()">')
	document.write('<OPTION SELECTED>--------Apostilas/Tutoriais--------')
	document.write('<OPTION>________________')
	document.write('<OPTION>Página Principal Apostilas')
	document.write('<OPTION>==> Diversos - Geral <==')
	document.write('<OPTION>Access')
	document.write('<OPTION>ASP')
        document.write('<OPTION>Clipping')
	document.write('<OPTION>Contadores')
	document.write('<OPTION>CGI')
        document.write('<OPTION>Cold Fusion')
	document.write('<OPTION>CSS')
        document.write('<OPTION>Cursores')
        document.write('<OPTION>Delphi')
        document.write('<OPTION>Disco Virtual')
        document.write('<OPTION>Enquetes')
        document.write('<OPTION>Flash')
        document.write('<OPTION>Foruns e grupos de Discussão')
        document.write('<OPTION>Ganhe dinheiro / prêmios')
        document.write('<OPTION>Hardware/Software')
        document.write('<OPTION>Hospedagem de Favoritos')
        document.write('<OPTION>Hospedagem Gratuita')    
        document.write('<OPTION>H T M L')   
        document.write('<OPTION>Inscrição em Mecanismos de Busca')
        document.write('<OPTION>Java / Java Scripts / J S P')
        document.write('<OPTION>Linux')
        document.write('<OPTION>Livros de Visita')
	document.write('<OPTION>Meta Tag s')
        document.write('<OPTION>ORACLE')
        document.write('<OPTION>Perl')
        document.write('<OPTION>PHP')
        document.write('<OPTION>Prolog')
        document.write('<OPTION>Recomende sua página')
        document.write('<OPTION>Redirecionadores')
        document.write('<OPTION>Registro de Domínios')
        document.write('<OPTION>Tradutores')
        document.write('<OPTION>Troca de Banners / Prêmios por Click')
        document.write('<OPTION>Visual Basic')
        document.write('<OPTION>W A P / W M L')
        document.write('<OPTION>Internet 2')

    	}
function selectForms(){
	document.write('<INPUT TYPE=BUTTON VALUE="Acessar" onclick="goPages()">')
	document.write('</SELECT></FORM>')
}
function selectBrowsers(){
	document.write('</SELECT></FORM>')
}
drawForms()
selectBrowsers()
