flashreplace = {
/*	'why_choose_us' : {
		swf: '/swf/why.swf',
		width: 273,
		height: 219
	},
	'csc' : {
		swf: '/swf/customers.swf',
		width: 273,
		height: 158
	},
	'our_contacts' : {
		swf: '/swf/contacts.swf',
		width: 273,
		height: 190
	},
	'testimonials' : {
		swf: '/swf/testimonials.swf',
		width: 273,
		height: 179
	},*/
	/*'header_logo' : {
		swf: '/swf/header.swf',
		width: 625,
		height: 132
	},*/
	'hflash1' : {
		swf : '/swf/supp.swf',
		width: 229,
		height: 45
	},
	'bottomflash1' : {
		swf: '/swf/termPaper_diss-review.swf',
		width: 350,
		height: 50
	},
	'bottomflash2' : {
		swf: '/swf/termPaper_adm-review.swf',
		width: 350,
		height: 50
	},
	'bottomflash3' : {
		swf: '/swf/termPaper_review-and-anal.swf',
		width: 350,
		height: 50
	}
}

function replaceFlash() {
	if (flashinstalled) {
		for (a in flashreplace) {
			if (t = document.getElementById(a)) {
				_item = flashreplace[a];
				t.style.padding = '0';
				insertflash(a, _item.swf,_item.width, _item.height);
			}
		}
	}
	document.getElementById('rcolumn').style.visibility = 'visible';
}