<html>

<head>


<style>
.bgimages img {cursor:hand}
</style>

</head>

<body>

<script language="JavaScript1.2">
<!--
function tile(){
if (!document.all)
return
var source=event.srcElement
if (source.tagName=="IMG")
document.body.style.backgroundImage="url("+source.src+")"
}

function restore(){
document.body.style.backgroundImage=''
}
document.body.onclick=restore
//-->
</script>


<span class="bgimages" onClick="tile();event.cancelBubble=true">
<p>&nbsp;</p>
</span>

<table border="1" width="100%">
  <tr>
    <td width="16%" align="center"><span class="bgimages" onClick="tile();event.cancelBubble=true"><img border="0" src="backgr.gif" width="64" height="64">
</span>

    </td>
    <td width="16%" align="center"><span class="bgimages" onClick="tile();event.cancelBubble=true"><img border="0" src="back.gif" width="80" height="94">
</span>

    </td>
    <td width="17%" align="center"><span class="bgimages" onClick="tile();event.cancelBubble=true"><img border="0" src="bga-01.jpg" width="100" height="96">
</span>

    </td>
    <td width="17%" align="center"><span class="bgimages" onClick="tile();event.cancelBubble=true"><img border="0" src="grnmrbl1.jpg" width="128" height="128">
</span>

    </td>
    <td width="17%" align="center"><span class="bgimages" onClick="tile();event.cancelBubble=true"><img border="0" src="zip_dk_bg9.jpg" width="128" height="128">
</span>

    </td>
    <td width="17%" align="center"><span class="bgimages" onClick="tile();event.cancelBubble=true"><img border="0" src="bag5.gif" width="128" height="128">
</span>

    </td>
  </tr>
</table>

</body>
</html>
