<DIV style="border:solid 1 blue;background:white;width:100%;height:350">
<IMG id="img0" src="../../../gif/flower.jpg" width="300" style="position:absolute;top:300;left:400;clip:rect(auto auto auto auto)">
<IMG id="img1" src="../../../gif/flower.jpg" width="300" style="position:absolute;top:300;left:50;clip:rect(0 50 50 0)">
<IMG id="img2" src="../../../gif/flower.jpg" width="300" style="position:absolute;top:310;left:50;clip:rect(50 50 175 0)">
<IMG id="img3" src="../../../gif/flower.jpg" width="300" style="position:absolute;top:320;left:50;clip:rect(175 50 auto 0)">

<IMG id="img4" src="../../../gif/flower.jpg" width="300" style="position:absolute;top:300;left:60;clip:rect(0 250 50 50)">
<IMG id="img5" src="../../../gif/flower.jpg" width="300" style="position:absolute;top:310;left:60;clip:rect(50 250 175 50)">
<IMG id="img6" src="../../../gif/flower.jpg" width="300" style="position:absolute;top:320;left:60;clip:rect(175 250 225 50)">

<IMG id="img7" src="../../../gif/flower.jpg" width="300" style="position:absolute;top:300;left:70;clip:rect(0 300 50 250)">
<IMG id="img8" src="../../../gif/flower.jpg" width="300" style="position:absolute;top:310;left:70;clip:rect(50 300 175 250)">
<IMG id="img9" src="../../../gif/flower.jpg" width="300" style="position:absolute;top:320;left:70;clip:rect(175 300 225 250)">
</DIV>
<DIV style="border:solid 1 blue;background:white;width:100%;padding:5">
<SCRIPT>
str='<SPAN style=width:50%>img0.style.clip='+img0.style.clip+'</SPAN>';
str+='img1.style.clip='+img1.style.clip+'<BR>';
str+='<SPAN style=width:50%>img2.style.clip='+img2.style.clip+'</SPAN>';
str+='img3.style.clip='+img3.style.clip+'<BR>';
str+='<SPAN style=width:50%>img4.style.clip='+img4.style.clip+'</SPAN>';
str+='img5.style.clip='+img5.style.clip+'<BR>';
str+='<SPAN style=width:50%>img6.style.clip='+img6.style.clip+'</SPAN>';
str+='img7.style.clip='+img7.style.clip+'<BR>';
str+='<SPAN style=width:50%>img8.style.clip='+img8.style.clip+'</SPAN>';
str+='img9.style.clip='+img9.style.clip+'<BR>';
document.write(str);
</SCRIPT>