var txt_array = new Array();

txt_array[0] = "Russell & Yelland Architects is a well established architectural practice that has completed many educational projects throughout metropolitan and regional South Australia, from early learning centres to tertiary facilities. Russell & Yelland also have experience in aged and special needs housing, churches and government buildings, along with commercial and industrial projects.";
txt_array[1] = "SBE delivers Ecologically Sustainable Development outcomes for projects in a range of circumstances. SBE has been involved in office buildings both high rise and low, educational buildings, multi-storey residential projects, as well as commercial and institutional tenancy fit-outs. Our skills span across architectural and engineering disciplines.";
txt_array[2] = "The TVS Partnership specialises in a range of disciplines encompassing the built/natural environments. Their expertise and experience includes architecture, interior design, ecological building design, facilities planning, master planning and project management. Efficient, creative, cost effective designs that continually fulfil the needs of each client.";
txt_array[3] = "ECD offers architecture and energy and environmental consultancy services in four main sectors; residential, commercial, education and arts/leisure. ECD Architects are committed to design excellence, sustainability and commercial reality, and aim to create added value for their clients through good design and by taking account of likely changes that will affect the use of buildings over their lifetime.";


function getfObject(){
	if(navigator.appName.indexOf("Microsoft") != -1) {
		return window.fObject;
	}else {
		return window.document.fObject;
	}
}

function returnDATA(id){
	getfObject().sendDATA(txt_array);
}