//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/bookpublishing/lizarddance_thumb.jpg"
ThumbArray[2]  = "galleries/bookpublishing/littlegreenmen1_thumb.jpg"
ThumbArray[3]  = "galleries/bookpublishing/littlegreenmen2_thumb.jpg"
ThumbArray[4]  = "galleries/bookpublishing/potsexploded_thumb.jpg"
ThumbArray[5]  = "galleries/bookpublishing/reflection_thumb.jpg"
ThumbArray[6]  = "galleries/bookpublishing/moosepath1_thumb.jpg"

FullArray[1]  = "galleries/bookpublishing/lizarddance_full.jpg"
FullArray[2]  = "galleries/bookpublishing/littlegreenmen1_full.jpg"
FullArray[3]  = "galleries/bookpublishing/littlegreenmen2_full.jpg"
FullArray[4]  = "galleries/bookpublishing/potsexploded_full.jpg"
FullArray[5]  = "galleries/bookpublishing/reflection_full.jpg"
FullArray[6]  = "galleries/bookpublishing/moosepath1_full.jpg"

NameArray[1] = "Lizzard Dance"
NameArray[2] = "Little Green Men"
NameArray[3] = "Little Green Men"
NameArray[4] = "The Pots Exploded"
NameArray[5]  = "Reflection"
NameArray[6]  = "Moose Path Lodge #1"

SizeArray[1]  = "700,441"
SizeArray[2]  = "700,427"
SizeArray[3]  = "700,432"
SizeArray[4]  = "455,650"
SizeArray[5]  = "472,625"
SizeArray[6]  = "693,625"

