// JavaScript Document

// JavaScript Document

var photos_swap = new Array('pro_offices_1.jpg','pro_offices_2.jpg','pro_offices_3.jpg','pro_offices_4.jpg','pro_offices_5.jpg','pro_offices_6.jpg','pro_offices_7.jpg','pro_offices_8.jpg','pro_offices_9.jpg','pro_offices_10.jpg');


var head_swap = new Array('professional offices','professional offices','professional offices','professional offices','professional offices','professional offices','professional offices','professional offices','professional offices','professional offices','professional offices');


var text_swap = new Array();

var same_text = "";


text_swap[0] = "Foundry Sports Medicine & Fitness Why should a doctor's office look somber? Five doctors share this facility which also includes a therapy department and health club.<p>Equipment and therapist stations share this large space and a balcony beyond allows for aerobic activity.";
text_swap[1] = "The waiting room has both typical chairs as well as a café setting where the juice bar offers healthy fare.";
text_swap[2] = "Doctor's offices continue with girder theme and color.";
text_swap[3] = "The nurses' stations are in full view of exam rooms which have been clustered and color coded for ease of location: green, red, and blue.";
text_swap[4] = "Locker space is available to all who use the gym allowing the ease of maintaining business schedules for those who need to fit health or therapy into their day.";
text_swap[5] = "The employee lounge and teaching room is not a forgotten space. Rather it offers an upbeat atmosphere in colors belying its below ground location.";
text_swap[6] = "The business office and reception work area continues to be colorful but highly organized so that papers are away and surfaces tidy.";
text_swap[7] = "Lego land colors in a factory setting allow the gears from the old power plant to become the basis for color throughout the complex.";
text_swap[8] = "Details support the fun and games theme, whether lighting or toilet paper holders, color and sports accent the dynamic quality of care given in this facility.";
text_swap[9] = "Details support the fun and games theme, whether lighting or toilet paper holders, color and sports accent the dynamic quality of care given in this facility.";


/* PRELOAD */
function preloadImgsT3(){
	var i = 0;
    imageObj = new Image();
    images = new Array();     
	images[0]="images/municipal_o.gif";     
	images[1]="images/retail_o.gif";     
	images[2]="images/pro_offices_o.gif";
	images[3]="images/team_o.gif";
    for(i=0; i<=images.length; i++){          
		imageObj.src=images[i];    
	}
}
