Marco usa il testo EDIT e non postare consecutivamente.
Comunque, tornando al tuo problema... Basta che esegui quello che ti ha detto demential nel post precedente; e quindi (non so niente di js) penso che il tuo menù nel file .js debba venire così:
Codice:
document.write ('
<UL>
<LI><a href=\"home.htm\" target=\"framecentro\">home</a><br><br>
<LI><a href=\"download.htm\" target=\"framecentro\">Area download</a><br><br>
<LI><a href=\"http://tools.mrwebmaster.it/work/chat.php?chat_id=4059\" target=\"framecentro\">Entra in chat!</a><br><br>
<LI><a href=\"contatti.php\" target=\"framecentro\">Inviami una mail!</a><br><br>
<LI><a href=\"chisei.php\" target=\"framecentro\">Chi sei? Già lo so!</a><br><br>
<LI><a href=\"upload/index.php\" target=\"framecentro\">Inviami i tuoi file</a><br><br>
</UL> ');
E poi per includere il file .js in una pagina HTML:
Codice HTML:
<script language="JavaScript" type="text/javascript" src="menu.js"></SCRIPT>
Ciao!!