outPut=(imgFiles[which][2]) ? "<a href='"+imgFiles[which][2]+"'>\n":"";
outPut+="<img border='0' width='175' src="+imgFiles[which][0]+"><br>";
outPut+=(imgFiles[which][2]) ? "</a><p align='center' class='bodyTextSmall'>"+imgFiles[which][1]+"</p>":"<p align='center' class='bodyTextSmall'>"+imgFiles[which][1]+"</p>";
document.write(outPut);
document.close();
