provala così, a me funziona cmq penso che non ti servano le linee con l'anchor
codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>tutorial</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<STYLE type=text/css>
BODY {
SCROLLBAR-FACE-COLOR: black;
SCROLLBAR-HIGHLIGHT-COLOR: orange;
SCROLLBAR-SHADOW-COLOR: red;
SCROLLBAR-3DLIGHT-COLOR: green;
SCROLLBAR-ARROW-COLOR: #f373db;
SCROLLBAR-TRACK-COLOR: black;
SCROLLBAR-DARKSHADOW-COLOR:black;
background-color: black;
}
</style>
<script type="text/javascript">
function PopUp(url, nome, width, height, scorrimento) {
window.open(url, nome, 'width=' + width + ',height=' + height + ',scrollbars=' + scorrimento + ',resizable=no');
}
</script>
<style type="text/css">
<!--
.Stile1 {color: #00FF00}
-->
</style>
<script type="text/javascript">
function dropdown(layer_id, anchor_id) {
var layer = document.getElementById(layer_id);
var anchor = document.getElementById(anchor_id);
if(layer.style.display == 'none') {
document.aprichiudi.src = 'tutorial_img/chiudi.gif';
layer.style.display = 'block';
//anchor.innerHTML = '[Chiudi Lista]';
} else if(layer.style.display == 'block') {
document.aprichiudi.src = 'tutorial_img/apri.gif';
layer.style.display = 'none';
//anchor.innerHTML = '[Apri Lista]';
}
}
</script>
</head>
<body text="#FFFFFF" bgcolor="#000000">
<table border="0" cellpadding="0" cellspacing="0" align="center" width="450">
<tr>
<td align="center">
</td>
</tr>
</table>
<div align="center">
<table width="352" height="35" cellspacing="0" style="border-collapse:collapse" cellpadding="0" background="tutorial_img/batik01.jpg">
<tr>
<td align="left" class="tblack2" valign="top" width="408">
[img]tutorial_img/testata_p.gif[/img]<a href="javascript:dropdown('layer_Photoshop', 'anchor_Photoshop');">
[img]tutorial_img/apri.gif[/img]</a><div id="layer_Photoshop" style="display: none; width:399; height:189">
<table border="0" cellpadding="4" cellspacing="5" width="100%">
<td align="LEFT" class="box_completo">
TUTORIAL 1</p>
TUTORIAL 2</p>
TUTORIAL 3</p>
TUTORIAL 4</p>
TUTORIAL 5
</p>
</div></td>
</tr>
</table>
</body>
</html>
è importante che lo script sia messo nell'head perché senno non riesce a modificare le immaggini
dunque partendo dal tuo codice ho fatto le seguenti:
1. spostato lo script nella head
2. aggiunto le righe che ti ho segnato in grassetto nello script
3. aggiunto il tag nome all'immaggine che deve cmabiare perchè senno non la puoi modificare dal javascript
4. commentato le anchor per vedere se accadevano errori senza
Ovviamente puoi modificarti i nomi e tutto il resto