//--------------------------------------------------------------------------------------------------
// 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		= 0; 			// Set position of Image viewer from LEFT of page
	var PagePositionTOP			= 0; 			// Set position of Image viewer from TOP of page
	
	var InterFaceWidth 			= 385; 			// Set [Overall] WIDTH |||| minimum length=300
	var ViewingAreaHeight		= 275; 			// 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		= '#040170'; 		// 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		= 'bottom'; 		// Set verticle alignment within viewer (options: top, bottom. middle)
// added for OAR
	var ScrollName			= 'news';
	var ImageWidth			= 10;
	
var ImageArray = new Array
(

'http://www.oneaustinrealty.com/images/OARRevamped/newsflash02.png', 
'http://www.oneaustinrealty.com/images/OARRevamped/newsflash01.png'

);
var LinkArray = new Array
(

'http://oneaustinrealty.com/Giving_Back_to_Austin.aspx', 
'http://oneaustinrealty.com/First_Time_Homebuyer_Tax_Credit.aspx'

);
var TextArray = new Array
(

'', 
''

);
