I'd feel more comfortable commenting on this if I could see the script in action, the complete source code and your best attempt at making it do what you want it to do. That being said, many slideshows do not bother trying to determine the size of images. As long as none of the images are outrageously large, you should be able to simply remove the dimensions from your tag like so:
HTML Code:
<a href="http://www.mywebsite.com/images/" target=_new>
<img border=1 src="image1.jpg" name='SlideShow'></a>
This, depending upon the layout of the rest of your page, may cause alot of jumping around of other content on the page. There are ways to prevent that if it occurs, also depending upon the layout. Often, enclosing the whole thing inside a table with dimensions set to the largest width and the largest height plus a few pixels will do it (this may require some trickery for Mozilla based browsers like NS and FF). One thing you may not have considered is actually cropping and/or resizing your images in a paint or image program so that they are all the same dimensions. This will result in a more pleasing display than any successful effort at displaying disparately sized images in a slideshow will.
Bookmarks