

<!-- image names -->
<!-- thumnails are in directory caled thumbs -->

thumb_count=2; //#of thumb nails on a row 
thumb_border=100; //thumbnail border size
thumb_center=1; //center thumbnails? 0=no, 1=yes otherwise left-align
image_center=0; //center images? 0=no, 1=yes otherwise left-align

//List elements are:
//'image name', 'thumb nail text', 'image text'
// Image name - must be .jpg thumnnails must have the same name as the image, but in a directory called thumbs
// Thumbnail text - Text to be displayed next to thumbnail
//Image text - Text to be displayed next to image
//text is all on 1 line, with <br> where you want to start new lines
//don't forget the quotes,the commas and the brackets

var  babies = new Array (
		 new image("boy_stork.gif",['<b>It\'s a Boy</b>','White with Blue Trim','6 Feet High', '4 Feet Wide'],'')
		 ,new image("girl_stork.gif",['<b>It\'s a Girl</b>','White with Pink Trim','6 Feet High', '4 Feet Wide'],'')
		 ,new image ("keepsake.gif",['<b>Keepsake Plaque</b>','Stays with your baby','14 Inches wide','6 Inches high'],'')
)
		 
var birth=new Array (
		new image ("clown.gif",['<b>Birthday Clown</b>','White with Blue Trim','6 Feet High', '4 Feet Wide'],'')
		,new image ("b_day.gif",['<b>Happy Birthday</b>','6 Feet High', '4 Feet Wide'],'')
		,new image ("b_cake.gif",['<b>Birthday Cake</b>','6 Feet High', '4 Feet Wide'],'') 
)

var anniv=new Array (
		new image ("anniv.gif",['<b>Happy Anniversary</b>','6 Feet High', '4 Feet Wide'],'')
		)
		
var occ=new Array (
		new image ("welcome.gif",['<b>Welcome Home</b>','6 Feet High', '4 Feet Wide'],'')
		)
		
var examples= new Array (
//		new image ("anniv_stork_dis.jpg",'','')
		new image ("bday_dis.jpg",'','')
//		,new image ("bday_stork_dis.jpg",'','')
//		,new image ("cake_stork_dis.jpg",'','')
		,new image ("big_storks_dis.jpg",'','')
//		,new image ("storks_dis.jpg",'','')
		,new image ("ex_big_stork_dis.jpg",'','')
		)
		
