<!-- ONE STEP TO INSTALL INSTANT IMAGE ZOOMING:
1. Copy the coding into the BODY of your HTML document -->
<!-- STEP ONE: Paste
this
code into the BODY of your HTML document -->
<BODY>
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http:
<!-- Original: CodeLifter () -->
<!-- Web Site: http:
<script>
var
nW,nH,oH,oW;
function
zoomToggle(iWideSmall,iHighSmall,iWideLarge,iHighLarge,whichImage){
oW=whichImage.style.width;oH=whichImage.style.height;
if
((oW==iWideLarge)||(oH==iHighLarge)){
nW=iWideSmall;nH=iHighSmall;}
else
{
nW=iWideLarge;nH=iHighLarge;}
whichImage.style.width=nW;whichImage.style.height=nH;
}
</script>
<img
border=
"0"
width=
"100"
height=
"100"
onclick=
"zoomToggle('100px','100px','200px','200px',this);"
>
<br>
<img
border=
"0"
width=
"100"
height=
"100"
onclick=
"zoomToggle('75px','75px','200px','200px',this);"
>
<p><center>
<font face=
"arial, helvetica"
size
"-2"
>Free JavaScripts provided<br>
</center><p>
<!-- Script Size: 1.10 KB -->
http:
kanalbizim@hotmail.com