<a class="nav-img" href="#" onClick="MM_openBrWindow('http://www.sailmakanikai.com/gallery/?dir=main','','width=750,height=850')"><img src="images/gallery.jpg" alt="Gallery" class="nav-img" /></a>
try changing the above, to this:
<a class="nav-img" href="#" onClick="MM_openBrWindow('http://www.sailmakanikai.com/gallery/?dir=main','','width=750,height=850,scrollbars=yes')"><img src="images/gallery.jpg" alt="Gallery" class="nav-img" /></a>
adding 'scrollbars=yes' to it.
you may want to add a title to it aswell on second thoughts:
<a class="nav-img" href="#" onClick="MM_openBrWindow('http://www.sailmakanikai.com/gallery/?dir=main','Photo Gallery','width=750,height=850,scrollbars=yes')"><img src="images/gallery.jpg" alt="Gallery" class="nav-img" /></a>
Edited by Stu, 15 January 2007 - 06:44 AM.