//--------------------------------------------------------------------------------------------------
// All material contained within this and associated downloaded pages is the property of 4thorder(TM) 
// Copyright © 2008.  All rights reserved.
//
// Author: Alee || Authors email: aleem.khan@live.com
//
// USAGE: You may use this script for commercial or personal use, however, the copyright is retained-
// by 4thorder (TM).
//

//---------------------------------------------------------------------------------------------------

// Image Viewer Dimensions settings (pixels):
	var PagePositionLEFT		= 499; 			// Set position of Image viewer from LEFT of page
	var PagePositionTOP			= 520; 			// Set position of Image viewer from TOP of page
	
var InterFaceWidth 			= 432; 			// Set [Overall] WIDTH |||| minimum length=300
	var ViewingAreaHeight		= 100; 			// 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		= 'black'; 		// Set color of [Over All] Border

	var ControlsBGColor			= ''; 		// Set color of [Control Area] Background |||| use '' = no color
	var ControlsFontColor		= 'white'; 		// Set color of [Control Area] Font
	
	var ViewAreaBGColor		= 'white';		// Set color of [Viewing Area] Background |||| use '' = no color
	
	var ImageBorderColor		= 'white'; 		// Set color of [Image] Border
	
	var ButtonBGColor			= 'black'; 		// Set color of [Button] Background
	var ButtonFontColor			= 'white'; 		// Set color of [Button] Font
	var ButtonBorderColor		= 'white'; 		// Set color of [Button] border
	
// Image Alignment
	var ImageValignment		= 'middle'; 		// Set verticle alignment within viewer (options: top, bottom. middle)
	
var ImageArray = new Array
(
'70.jpg',
'71.jpg',
'72.jpg',
'73.jpg',
'74.jpg',
'75.jpg',
'76.jpg',
'77.jpg',
'78.jpg',
'79.jpg',
'80.jpg',
'81.jpg',
'82.jpg',
'83.jpg',
'84.jpg'


//'mid2.jpg',
//'MichaelFalatineBlueMetalHorse.jpg', 
//'MichaelFalatineColdCalmPeace.jpg',
//'MichaelFalatineDecision.jpg', 
//'MichaelFalatineHyroEye.jpg', 
//'scroll1.jpg',
//'MichaelFalatineRealizingTheConnection.jpg'
//'MikeFalatineNest.jpg'

// Do not edit below this line
)