function pdeparede(a){
                text = ("<html><head><title>Klever Kolberg representando o Brasil no Rally Dakar</title></head><link href=dakar2006.css type=text/css rel=stylesheet><body>");
                text = (text + "<center><table border='0' cellpadding='10' cellspacing='0' width='85%' bgcolor='#ffffff'><tr><td align='center'>Para colocar esta imagem como papel de parede de seu micro aperte o botão direito do mouse em cima da imagem e depois selecione a opção DEFINIR COMO PAPEL DE PAREDE.<br><a href='javascript:self.close();'>(fechar)</a><br><img src='imagens/" + a + "' border=2 vspace='5'><br>");
                text = (text + "<a href='javascript:self.close();'>(fechar)</a></td></tr></table></center></body></html>");
                msgWindow=window.open("","displayWindow2","toolbar=no,directories=no,status=yes,fullscreen,location=no,scrollbars=yes,resize=no,menubar=no")
                msgWindow.document.write(text)
                msgWindow.document.close()
                }