var img_array = new Array();
img_array[0] = new Array('_uploads/_img/5eb57p0xpxljbpeb.jpg', '_uploads/_img/ka5i38g4mb6fi7mm.jpg', '_uploads/_img/idrtwq8rrby3xpf2.jpg');
img_array[1] = new Array('_uploads/_img/073nnw9ifuq0bp2l.jpg', '_uploads/_img/b4way4hfxt9jl9su.jpg', '_uploads/_img/fui3qql7lcgw2ihc.jpg');
img_array[2] = new Array('_uploads/_img/cx4ko1ot5p3i5qh5.jpg', '_uploads/_img/qmjddhu056fw3xke.jpg', '_uploads/_img/unyjnmcscebh6tlv.jpg');
img_array[3] = new Array('_uploads/_img/0we8yeljhkm4uk0e.jpg', '_uploads/_img/rwwgo5jqx7dg0llj.jpg', '_uploads/_img/hzrgeczvxlzs797y.jpg');

var txt_array = new Array();
txt_array[0] = 'Cleantech investing for business and global solutions';
txt_array[1] = 'Renewable energy technologies for a cleaner future';
txt_array[2] = 'Innovative technologies for clean water supply';
txt_array[3] = 'Advanced materials helping business and the environment';

var fmt_array = new Array();
fmt_array[0] = new Array(300, 95, '0xffffff');
fmt_array[1] = new Array(75, 15, '0xffffff');
fmt_array[2] = new Array(75, 19, '0xffffff');
fmt_array[3] = new Array(75, 95, '0xffffff');

function getfObject(){
	if(navigator.appName.indexOf("Microsoft") != -1) {
		return window.fObject;
	}else {
		return window.document.fObject;
	}
}

function returnDATA(id){
	getfObject().sendDATA(img_array, txt_array, fmt_array);
}