<html>
<head>
   
   <title>script1</title>
</head>
<body bgcolor="black"> text="black" link="red"
vlink="blue">
<script language="javascript">

        <!---
        var w;
        var n;
        function newwindow(n){
                w=window.open("",n,"WDITH=320,HEIGHT=480,SCROLLBARS=1,RESIZABLE=1,TOOLBAR=0,MENUBAR=0,LOCATION=0,DIRECTORIES=0,STATUS=0");
                //return w;
        }
        //--->

</script>
<p>Este script permite abrir uma nova pgina sem sair da pgina principal</p>
<p>Troque o texto,  hyperlink, cores( color) link( hyperlink), ttulo(title) e o fundo bgcolor.</p>
<h1 align="center"><a href="http://www.geocities.com/hollywood/makeup/2765/principal.htm" target="1" ; return
true" onclick="newwindow(1)"><font color="navy" size="5"> www.geocities.com/hollywood/makeup/2765/principal.htm </a></h1>
<p>Aps isso basta salvar com algum nome e extenso .html ou .htm</p> 
</body>
</html>
