// Put image file names one per line. Images will be searched in directory MainFrame
var image = new Array(
 "a1",
 "a2",
 "a3",
 "a4",
 "a5",
 "a6",
 "a7",
 "a8",
 "a9",
 "a10",
 "a11",
 "a12",
 "a13",
 "a14",
 "a15",
 "a16",
 "a17",
 "a18",
 "a19",
 "a20",
 "a21",
 "a22",
 "a23",
 "a24",
 "a25",
 "a26",
 "a27",
 "a28",
 "a29",
 "a30"

);
// Note that the last string has no comma at the end !

// Put image descriptions one per line, be careful to place them exactly at the same position as the corresponding image
// If description contains double quote ("), put backslash character (\) to escape it
// for example "this is our \"F-16\" fighter",
// would be displayed as
// this is our "F-16" fighter
var text = new Array(
 "One and Two years old colts",
 "C.C. Kruzer",
 "C.C. Com, a foal after Kings Sugarboy and Kings Commando",
 "C.C. Siri is a very friendly filly",
 "C.C. Pac is always near his mother",
 "Here comes C.C. I Am Sofie",
 "C.C. Miss is a one year old filly",
 "Grazina with C.C. Grazina's Girl",
 "C.C. Kruzer and C.C. Image can't decide whos halter is whos",
 "It is mine! No! It is mine!",
 "Grindis Boy is checking what is left after breakfast",
 "Tornado Augustinu decided to have some rest",
 "C.C. Noble Augustinu is a very fine foal after Kings Sugarboy and Garland's Miss",
 "C.C. Super Augustinu is a serious fellow",
 "Octarious is the biggest foal and the biggest lasy bone",
 "Hey friend! lets go for a walk!",
 "No, today I am not in a mood for a walk",
 "C.C. Pac have not decided if he still wants to have some rest or if is time to go and find mama",
 "C.C. Sina is a filly after Kings Sugarboy and Kings Sarah",
 "Grindis Boy found a safe way to check who came to visit them",
 "Tornado Augustinu is doing stretches",
 "Eck Goldstern and her Grindis boy like salt very much",
 "Slooooowly coming closer and cloooser...",
 "C.C. Noble Augustinu and his mom Garland's Miss",
 "It is so hot today, have no energy to go anywhere",
 "C.C. I Am Sofie learned to get water out of this thing",
 "Arion Augustinu",
 "No Comments :-)",
 "Skjerve Balder has grown up to be a nice and strong two years old colt",
 "Ohhh, I need to scratch..." 
);
// Note that the last string has no comma at the end !

