<!--
var x
for (x in PicCaptions)
{
document.write('<div class="floater">')
document.write('<a href="javascript:openindex(\''+PicCaptions[x]+'\', \''+PicFile[x]+'\', '+PicWidth[x]+', '+PicHeight[x]+', \''+PicDescription[x]+'\');">'+PicCaptions[x]+'</a>')
document.write('</div>')
document.write('<div class="ccolcontent">')
document.write(PicShortDescription[x])
document.write('</div>')
if (x == 21)
	{
	if (IsIE() == 1)
		{
		document.write('<hr class="IE" />')
		}
	else
		{
		document.write('<hr class="NotIE" />')
		}
	document.write('<div id="centercontent">')
	document.write('The following screen samples are from the Ultimate Collection Control Client Remote Access.<br>')
	document.write('</div>')
	if (IsIE() == 1)
		{
		document.write('<hr class="IE" />')
		}
	else
		{
		document.write('<hr class="NotIE" />')
		}
	}
}
//-->