This one line script changes the image size and source on your thumbnail picture without reloading the page or using popups.
Full version: jsB@nk » Image » Enlarge Image 2
<b>Single-click the image to enlarge it; double-click to make it small again.</b><br>
<img src="gif_logojsb2.gif" onclick="this.src='gif_logojsb2.gif';this.height=180;this.width=480" ondblclick="this.src='gif_logojsb2.gif';this.height=60;this.width=150">
<!--
This script downloaded from www.JavaScriptBank.com
Come to view and download over 2000+ free javascript at www.JavaScriptBank.com
-->