<!-- Picture Album Support System Sample (3 Pictures) 08/27/2004-10/26/2004 --> <!-- ------------------------------------------------------------ 08/27/2004 --> <!-- www.davar.net/MISCL/DOWNLOAD/SAMPL-03.JS --> <!-- // Maintain descriptions of the originals and perform ALL picture file // manipulations using ACDSee, so that its DESCRIPT.ION file will be // the best source for quick creation and easy update of picture list. // Precede apostrophe "'" within comment text by TRIPLE back-slash "\\\". Picture = new Array(0) // Picture array (dynamically sized) Picture[ 0]="Picture Album Support System Sample" // Picture list title // FileName Picture comment for the Status bar // -------- ---------------------------------- Picture[ 1]="20000819 Sat 08/19/2000 11:22 Ridgewood, NJ" Picture[ 2]="20010503 Thu 05/03/2001 08:14 Ridgewood, NJ" Picture[ 3]="20010506 Sun 05/06/2001 11:00 Ridgewood, NJ" Comment="Any comment text (italics here is inherited from HTML page)," +"<BR>or none at all, if \"<FONT COLOR=Red>Comment</FONT>\" variable is set to empty." +"<BR><FONT COLOR=Blue>Use HTML here to format comment text as required.</FONT>" +"<BR><BR>This sample picture album presents the <B>special case</B>" +"<BR>when number of pictures is <U>below</U> the border value of <B>5</B>" +"<BR><FONT COLOR=Green>(max number of pictures in the full-size picture window)</FONT>." //-->