halo there..i would like to ask...how to i do a code (javascript) to enlarge a photo when i mouseover to a thumbnail photo on a page? i wan to do someting like tis website http://www.stockxpert.com/browse.pht...pe=2&txt=beach .and my enlarge popup photo is the photo resize on the run time. this is the html code to call a image: <a href="view_image.asp?imgID=<%=FileID %>"> <div class="pic"> <img src="<%=PicPath1%>" border="0"> </div> </a> plz help.