// Downloaded from http://www.viewsource.dk
//
// LOts of free Java Applets, DHTML, ASP & JavaScripts
//

************* <head> ************

<script language="JavaScript1.2">
function makevisible(cur,which){
if (which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=20
}
</script>

************* <body> ************


<table border="0">
   <tr>
   <td width="33%">
   <p align="center"><img border="0" src="img1.jpg" style="filter:alpha(opacity=20)" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" width="140" height="200"></td>

   <td width="33%">&nbsp;</td>
   
   <td width="33%">
   <p align="center"><img border="0" src="img2.jpg" style="filter:alpha(opacity=20)" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" width="140" height="200"></td>
   </tr>
</table>