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

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

// Image Viewer Colors [example: 'red' or '#FF0000']
	var OverALLBorderColor		= ''; 		// 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		= '';		// Set color of [Viewing Area] Background |||| use '' = no color
	
	var ImageBorderColor		= 'white'; 		// Set color of [Image] Border
	
	var ButtonBGColor			= '#FF0000'; 		// Set color of [Button] Background
	var ButtonFontColor			= 'white'; 		// Set color of [Button] Font
	var ButtonBorderColor		= ''; 		// Set color of [Button] border
	
// Image Alignment
	var ImageValignment		= 'middle'; 		// Set verticle alignment within viewer (options: top, bottom. middle)
	
var ImageArray = new Array
(

'mc.png',
'cc5.png',
'cc6.png', 
'cci.png', 
'cciii.png'

)
