//specify menu content
//var menucontents='<nobr><a href="http://www.dynamicdrive.com">Dynamic Drive</a> | <a href="http://www.javascriptkit.com">JavaScript Kit</a> | <a href="http://www.codingforums.com">CodingForums.com</a> | <a href="http://www.builder.com">Builder.com</a> | <a href="http://freewarejava.com">Freewarejava.com</a></nobr>'

ThumbArray = new Array();
FullArray = new Array();
NameArray = new Array();
SizeArray = new Array();

ThumbArray[1]  = "galleries/editorial/lastwaterhole_thumb.jpg"
ThumbArray[2]  = "galleries/editorial/tortoiseandhare_thumb.jpg"
ThumbArray[3]  = "galleries/editorial/gasattack_thumb.jpg"
ThumbArray[4]  = "galleries/editorial/cominroundthebend_thumb.jpg"
ThumbArray[5]  = "galleries/editorial/theuglyduckling_thumb.jpg"
ThumbArray[6]  = "galleries/editorial/prognosis_thumb.jpg"
ThumbArray[7]  = "galleries/editorial/tinaandrex_thumb.jpg"
ThumbArray[8]  = "galleries/editorial/theprayer_thumb.jpg"
ThumbArray[9]  = "galleries/editorial/carousel_thumb.jpg"
ThumbArray[10]  = "galleries/editorial/saloonshootout_thumb.jpg"

FullArray[1]  = "galleries/editorial/lastwaterhole_full.jpg"
FullArray[2]  = "galleries/editorial/tortoiseandhare_full.jpg"
FullArray[3]  = "galleries/editorial/gasattack_full.jpg"
FullArray[4]  = "galleries/editorial/cominroundthebend_full.jpg"
FullArray[5]  = "galleries/editorial/theuglyduckling_full.jpg"
FullArray[6]  = "galleries/editorial/prognosis_full.jpg"
FullArray[7]  = "galleries/editorial/tinaandrex_full.jpg"
FullArray[8]  = "galleries/editorial/theprayer_full.jpg"
FullArray[9]  = "galleries/editorial/carousel_full.jpg"
FullArray[10]  = "galleries/editorial/saloonshootout_full.jpg"

NameArray[1] = "The Last Water Hole"
NameArray[2] = "The Tortoise and the Hare"
NameArray[3] = "Gas Attack"
NameArray[4] = "Comin' Round the Bend"
NameArray[5] = "The Ugly Duckling"
NameArray[6] = "Prognosis"
NameArray[7] = "Desert Search"
NameArray[8] = "The Prayer"
NameArray[9]  = "Carousel"
NameArray[10]  = "Saloon Shoot Out"

SizeArray[1]  = "700,572"
SizeArray[2]  = "488,650"
SizeArray[3]  = "550,277"
SizeArray[4]  = "550,464"
SizeArray[5]  = "475,650"
SizeArray[6]  = "550,506"
SizeArray[7]  = "700,489"
SizeArray[8]  = "475,650"
SizeArray[9]  = "479,625"
SizeArray[10]  = "434,650"

