High Octane:
Well I tried to change the images sizes, to no avail.
What URL do you have for your resized images? for example, if you go to this page http://www.moparpartsales.com/moparearplugs-p-27.html?cPath=5
and right click where the image should be, I get javascript:popupWindow('http://www.moparpartsales.com/moparearplugs-pi-27.html')
Does this mod not pull the image from the bmz_cache directory? So I would like to see what others have for a URL.
<!--bof Main Product Image -->
<div id="productMainImage" class="centeredContent back">
<script language="javascript" type="text/javascript"><!--
document.write('<a href="javascript:popupWindow(\'http://www.zencart137.jadetrue.com/index.php?main_page=popup_image&pID=8\')"><img src="bmz_cache/3/3d7e66b26b11b4ec26edf76ccdecd565.image.180x120.jpg" alt="Testing Apostrophe\'s" title=" Testing Apostrophe\'s " width="180" height="120" /><br /><span class="imgLink">larger image</span></a>');
//--></script>
<noscript>
<a href="http://www.zencart137.jadetrue.com/index.php?main_page=popup_image&pID=8" target="_blank"><img src="bmz_cache/3/3d7e66b26b11b4ec26edf76ccdecd565.image.180x120.jpg" alt="Testing Apostrophe's" title=" Testing Apostrophe's " width="180" height="120" /><br /><span class="imgLink">larger image</span></a></noscript>
</div> <!--eof Main Product Image-->
<!--bof Main Product Image -->
<div id="productMainImage" class="centeredContent back">
<script language="javascript" type="text/javascript"><!--
document.write('<a href="javascript:popupWindow(\'http://www.moparpartsales.com/amfmcassettewithcdcontrolsrbbp56038518aj-pi-77.html\')"><img src="images/medium/P56038518AJ_MED.jpg" alt="AM/FM Cassette with CD controls RBB P56038518AJ" title=" AM/FM Cassette with CD controls RBB P56038518AJ " width="100" height="75" /><br /><span class="imgLink">larger image</span></a>');
//--></script>
<noscript>
<a href="http://www.moparpartsales.com/amfmcassettewithcdcontrolsrbbp56038518aj-pi-77.html" target="_blank"><img src="images/medium/P56038518AJ_MED.jpg" alt="AM/FM Cassette with CD controls RBB P56038518AJ" title=" AM/FM Cassette with CD controls RBB P56038518AJ " width="100" height="75" /><br /><span class="imgLink">larger image</span></a></noscript>
</div><!--eof Main Product Image-->
Above is a sample from my site, then yours below.
It supposed to popup to an html page, (that's the popup window), but I notie that it is going to an images/medium file, instead of the bmz_cache folder, and I have to wonder if this is because you are uploading the medium images manually instead of letting IH2 do it. Try removing all of your medium and large images that are in the medium/large folders. Also, I wonder if turning off your seo Urls makes any difference?
Can you link me to a product image that does work? You say the few that work were uploaded with different sizes, but I see that this item:
http://www.moparpartsales.com/amfmcassettewithcdcontrolsrbbp56038518aj-p-77.html
has a medium image uploaded to your website, yet its not working.