NO CONSIGO QUE LA FUNCION ME MUESTRE LA IMAGEN, A VER SI ME PODEIS AYUDAR
EL CODIGO ES ESTE:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<script language="JavaScript">
<!--
function change(picture) {
document.getElementById('foto').src = picture
}
//-->
</script>
<div style="text-align:center; margin-bottom:15px; margin-top:15px;"> <img id="foto" src="file:///C|/misitio/imagenes/sitios/aragon/Altochacon/Altoc1.jpg" width="512" height="368" border="0">
</div>
<div style="text-align:center">
<table align="center">
<tr>
<td height="76" valign="top">
<table width="400px" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td colspan="5" height="10" valign="top"><B class="titulo_oscuro">FOTOS:</B></td>
</tr>
<tr >
<td colspan="5" height="16" width="300" valign="top"><hr size="1">
</td>
</tr>
????r????:?:?:?:?Æ <tr>
<td width="80" height="50" valign="middle" title="Ver foto" onClick="this.style.cursor='pointer';change('misit io/imagenes/sitios/aragon/Altochacon/Altoc1.jpg')"><img src="file:///C|/misitio/imagenes/sitios/aragon/Altochacon/Altoc1.jpg" width="118" height="100" border="1"></td>
<td width="80" height="50" valign="middle" title="Ver foto" onClick="this.style.cursor='pointer';change('misit io/imagenes/sitios/aragon/Altochacon/Altoc2.jpg')"><img src="file:///C|/misitio/imagenes/sitios/aragon/Altochacon/Altoc2.jpg" width="118" height="100" border="1"></td>
</tr>
<tr>
<td colspan="5" align="center">
<div style="margin-bottom:30"> </div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>