//--------------------------------------------------------------------------------------------------
// All material contained within this and associated downloaded pages is the property of 4thorder(TM) 
// Copyright © 2005.  All rights reserved.
//
// Author: Michael Falatine || Authors email: 4thorder@4thorder.us
//
// USAGE: You may use this script for commercial or personal use, however, the copyright is retained-
// by 4thorder (TM).
//
// For other free Scripts visit: http://www.4thorder.us/Scripts/
//---------------------------------------------------------------------------------------------------

// |||||||||||||||||||||||||||||||||||||||||||
// | Set Position, Dimensions And Color HERE  |
// |||||||||||||||||||||||||||||||||||||||||||

// Image Viewer Dimensions settings (pixels):
	var PagePositionLEFT		= 20; 			// Set position of Image viewer from LEFT of page
	var PagePositionTOP			= 350; 			// Set position of Image viewer from TOP of page
	
	var InterFaceWidth 			= 680; 			// Set [Overall] WIDTH |||| minimum length=300
	var ViewingAreaHeight		= 122; 			// Set [Viewing area] HEIGHT |||| minimum length=10

	var OverALLBorder			= 'on'; 			// Set [Over All] Border 'on' or '' (blank) for off

// Image Viewer Colors [example: 'red' or '#FF0000']
	var OverALLBorderColor		= 'gray'; 		// Set color of [Over All] Border

	var ControlsBGColor			= 'gray'; 		// Set color of [Control Area] Background |||| use '' = no color
	var ControlsFontColor		= 'black'; 		// Set color of [Control Area] Font
	
	var ViewAreaBGColor		= '333333';		// Set color of [Viewing Area] Background |||| use '' = no color
	
	var ImageBorderColor		= 'white'; 		// Set color of [Image] Border
	
	var ButtonBGColor			= 'white'; 		// Set color of [Button] Background
	var ButtonFontColor			= 'black'; 		// Set color of [Button] Font
	var ButtonBorderColor		= 'black'; 		// Set color of [Button] border
	
// Image Alignment
	var ImageValignment		= 'middle'; 		// Set verticle alignment within viewer (options: top, bottom. middle)
	
var ImageArray = new Array
(

// |||||||||||||||||||||||
// | Define Images Here  |
// |||||||||||||||||||||||

// Thumbnail image filenames MUST be the SAME as the full sized image (to be popped)
// Therefore, here you are ONLY providing that ONE filename.
// All the thumbnail images are to be placed in the folder "Thumbnails"
// All full sized images are to be placed in the folder "Images"

// 1) Place single quotes around each filename
// 2) Place a comma after each filename EXCEPT for the LAST filename

'Capricorn Birthday 013.png',
'Capricorn Birthday 018.png',
'Capricorn Birthday 021.png',
'Capricorn Birthday 022.png',
'Capricorn Birthday 025.png',
'Capricorn Birthday 026.png',
'Capricorn Birthday 028.png',
'Capricorn Birthday 029.png',
'Capricorn Birthday 031.png',
'Capricorn Birthday 032.png',
'Capricorn Birthday 033.png',
'Capricorn Birthday 034.png',
'Capricorn Birthday 035.png',
'Capricorn Birthday 036.png',
'Capricorn Birthday 037.png',
'Capricorn Birthday 039.png',
'Capricorn Birthday 040.png',
'Capricorn Birthday 042.png',
'Capricorn Birthday 043.png',
'Capricorn Birthday 044.png',
'Capricorn Birthday 045.png',
'Capricorn Birthday 047.png',
'Capricorn Birthday 049.png',
'Capricorn Birthday 050.png',
'Capricorn Birthday 051.png',
'Capricorn Birthday 053.png',
'Capricorn Birthday 055.png',
'Capricorn Birthday 058.png',
'Capricorn Birthday 062.png',
'Capricorn Birthday 063.png',
'Capricorn Birthday 064.png',
'Capricorn Birthday 065.png',
'Capricorn Birthday 077.png',
'Capricorn Birthday 079.png',
'Capricorn Birthday 080.png',
'Capricorn Birthday 081.png',
'Capricorn Birthday 082.png',
'Capricorn Birthday 083.png',
'Capricorn Birthday 084.png',
'Capricorn Birthday 085.png',
'Capricorn Birthday 087.png',
'Capricorn Birthday 088.png',
'Capricorn Birthday 090.png',
'Capricorn Birthday 091.png',
'Capricorn Birthday 093.png',
'Capricorn Birthday 094.png',
'Capricorn Birthday 096.png',
'Capricorn Birthday 099.png',
'Capricorn Birthday 100.png',
'Capricorn Birthday 101.png',
'Capricorn Birthday 102.png',
'Capricorn Birthday 103.png',
'Capricorn Birthday 105.png',
'Capricorn Birthday 106.png',
'Capricorn Birthday 119.png',
'Capricorn Birthday 122.png',
'Capricorn Birthday 123.png',
'Capricorn Birthday 007.png',
'070112 002.png',
'070112 003.png',
'070112 010.png',
'Capricorn Birthday 008.png',
'Capricorn Birthday 009.png',
'Capricorn Birthday 010.png',
'Capricorn Birthday 011.png',
'Capricorn Birthday 012.png'





// Do not edit below this line
)