
<STYLE type=text/css>
A:link { COLOR: #000080; FONT: 9pt Arial; TEXT-DECORATION: none}
A:visited { COLOR: #eee1bc; FONT: 9pt Arial; TEXT-DECORATION: none}
A:hover { COLOR: #eee1bc; FONT: 9pt Arial; TEXT-DECORATION: none}
</STYLE>
</head>

<body>
<script language="JavaScript">
if (document.images) { 
img1on = new Image(); 
img1on.src ="http://soft-2008.my1.ru/-1.jpg"; 
img1off = new Image(); 
img1off.src = "http://soft-2008.my1.ru/103233124-1.jpg"; 
}
function imgOn(imgName) {
if (document.images) {
document[imgName].src = eval(imgName + "on.src"); }}//osw
function imgOff(imgName) {
if (document.images) {
document[imgName].src = eval(imgName + "off.src"); }}
</script>
<a href="http://scriptozna.ucoz.ru" onmouseover="imgOn('img1')"; onmouseout="imgOff('img1')" >
<img src="http://soft-2008.my1.ru/-1.jpg" border="0" name=img1></a>
</center>

