function rowpic(prefix,numpic,start,title,gorj){ var count = start; var rowwidth=4; var gonext=rowwidth+1; if((numpic < rowwidth) && (numpic > start)){ var till = rowwidth; var mts = 1; } else{ var till = (start+numpic)-1; var mts = 0; } var sel; var extra; var pics=1; if(gorj == 1){ suffix="gif";} else{ suffix="jpg";} while (count <= till){ if(count == start){ document.write ('\ \;

'+title+'

Order The Cd - Get royalty free images or just save download time.
\ \;'); } pics++; if((count == start) || (pics == gonext)){ document.write (''); pics=1; } if(count >= 100){ extra=""; } if(count < 100){ extra="0"; } if(count < 10){ extra="00"; } if((mts == 1) && (count > numpic)){ document.write (''); } else{ document.write ('Select this small image or choose between the medium and large selections below.
'); document.write ('\#'+count+' View Size\:
Medium - Large
\ \;'); } if(pics == rowwidth){ document.write (''); } count++; } //end while count } //end rowpic