// $MB2/CreateRetailer99.ksh ########################### 111111
var NotSWFcnt = 0;
for 	(var i=0; i<cnt; i++) {
	if	(Sarr99.length == 0) {
		//alert("Sarr99.length == 0");
		break;
	}
	if	(Sarr99[i].length == null || Sarr99[i].length < 10) {
		// there are many files but they are .swf   this will not handle swift files
		continue;
	}
	if	(Aarr99[i]) {
		document.writeln('<img onload="CntImgs(' + i + ')" ' + Aarr99[i] + ' src="' + Sarr99[i] + '" />');
	}
	else	{
		document.writeln('<img onload="CntImgs(' + i + ')" ' +             ' src="' + Sarr99[i] + '" />');
	}
	NotSWFcnt++;
}
if	(NotSWFcnt > 0) {
	if	(IE == 0) {
		window.setTimeout('ReloadImgs()',(NotSWFcnt * MilSecPerPic));
		window.status = NotSWFcnt + " (" + MilSecPerPic + ") - " + Date();
	}
}
// $MB2/CreateRetailer99.ksh ########################### 999999
