//--------------------------------------------------------------------------------------------------
// 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 FlexihirePagePositionLEFT		= 713; 			// Set position of Image viewer from LEFT of page
	var FlexihirePagePositionTOP = 470; 			// Set position of Image viewer from TOP of page

	var FlexihireInterfaceWidth = 261; 			// Set [Overall] WIDTH |||| minimum length=300
	var FlexihireViewingAreaHeight = 199; 			// Set [Viewing area] HEIGHT |||| minimum length=10

	var FlexihireOverALLBorder = 'off'; 			// Set [Over All] Border 'on' or '' (blank) for off

// Image Viewer Colors [example: 'red' or '#FF0000']
	var FlexihireOverALLBorderColor = 'black'; 		// Set color of [Over All] Border

	var FlexihireControlsBGColor = 'black'; 		// Set color of [Control Area] Background |||| use '' = no color
	var FlexihireControlsFontColor = 'black'; 		// Set color of [Control Area] Font

	var FlexihireViewAreaBGColor = '333333'; 	// Set color of [Viewing Area] Background |||| use '' = no color

	var FlexihireImageBorderColor = 'white'; 		// Set color of [Image] Border

	var FlexihireButtonBGColor = 'black'; 		// Set color of [Button] Background
	var FlexihireButtonFontColor = '#FF3300'; 		// Set color of [Button] Font
	var FlexihireButtonBorderColor = 'black'; 		// Set color of [Button] border
	
// Image Alignment
	var FlexihireImageValignment = 'bottom'; 		// Set verticle alignment within viewer (options: top, bottom. middle)

	var FlexihireImageArray = 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

'flexihire1.jpg',
'flexihire2.jpg',
'flexihire3.jpg',
'flexihire4.jpg',
'flexihire5.jpg',
'flexihire6.jpg',
'flexihire7.jpg',
'flexihire8.jpg',
'flexihire9.jpg',
'flexihire10.jpg',
'flexihire11.jpg',
'flexihire12.jpg',
'flexihire13.jpg',
'flexihire14.jpg'

// Do not edit below this line
)