<script type="text/javascript">
(function($) {
$(document).ready(function(){
// Imageflow Mapcycle
var maps = new ImageFlow();
maps.init({
ImageFlowID: "ezMapcycle",
reflections: false,
slider: false,
circular: false,
glideToStartID: false,
imageScaling: false,
captions: false,
startID: $startID
});
$('#ezMaps [title]').tooltip();
});
})(jQuery);
</script>
<div style="height: 79px !important; overflow: hidden !important;">
<div id="ezMapcycle" class="imageflow">$img</div>
</div>