Attenzione nella pagina ho riscontrato diversi errori come:
Ho hai inventato un novo linguaggio <script language="Javaelena.1"> che richiami cosi href="javaelena:warp13()"
Per questo ti consiglio un buon libro, oppure le ottime guide di html.it ti inserisco un esempio funzionate semplice, aggingo che l'operazione è eseguibile anche con i css, + leggero e compatibile con tutti i broswer e sistemi operativi.
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>dettaglio</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript">

var myimages=new Array()
function preloadimages(){
for (i=0;i<arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=arguments[i]
}
}
preloadimages("images/bariera_negativo.png")
</script>
<style type="text/css">
<!--
body {
	background-color: #FFFFFF;
	margin: 0px;
}
-->
</style>
</head>

<body>
[img]images/bariera.png[/img]
</body>
</html>