// |||||||||||||||||||||||||||||||||||||||||||
// | Set Position, Dimensions And Color HERE  |
// |||||||||||||||||||||||||||||||||||||||||||

// Image Viewer Dimensions settings (pixels):
	//var PagePositionLEFT		= 300; 			// Set position of Image viewer from LEFT of page
	//var PagePositionTOP			= 150; 			// Set position of Image viewer from TOP of page
	
	var InterFaceWidth 			= 143; 			// Set [Overall] WIDTH |||| minimum length=300
	var ViewingAreaHeight		= 10; 			// Set [Viewing area] HEIGHT |||| minimum length=10

	var OverALLBorder			= ''; 			// Set [Over All] Border 'on' or '' (blank) for off

// Image Viewer Colors [example: 'red' or '#FF0000']
	var OverALLBorderColor		= 'red'; 		// Set color of [Over All] Border

	var ControlsBGColor			= ''; 	// Set color of [Control Area] Background |||| use '' = no color
	var ControlsFontColor		= 'black'; 		// Set color of [Control Area] Font
	
	var ViewAreaBGColor		= '';	// Set color of [Viewing Area] Background |||| use '' = no color
	
	var ImageBorderColor		= 'white'; 		// Set color of [Image] Border
	
	var ButtonBGColor			= 'red'; 			// 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		= 'top'; 		// 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

'MichaelFalatineBlueMetalHorse.jpg', 
'MichaelFalatineColdCalmPeace.jpg',
'MichaelFalatineDecision.jpg', 
'MichaelFalatineHyroEye.jpg', 
'MichaelFalatineRealizingTheConnection.jpg', 
'MikeFalatineNest.jpg'

// Do not edit below this line
)*/
var ImageArray = new Array
(
'us.png', 
'af.png',
'ag.png', 
'ai.png',
'fk.png',
'fm.png',
'ga.png',
'gb.png'
)
var ImageLink = new Array
(
'EN', 
'SE',
'DK',
'DK', 
'DK', 
'DK',
'DK', 
'DN'
)
