function loadContent(whatContent){

	var pos = document.getElementById('rightInner');
	var el = document.getElementById(whatContent);

	pos.innerHTML = el.innerHTML;
}


function swapFlash(whatFlash){
document.getElementById('flashHolder').innerHTML = '	<object id="flashEl" type="application/x-shockwave-flash" style="width:320px; height:240px; margin-top: 20px;" data="flash/'+whatFlash+'.swf"><param id="movie" name="movie" value="flash/bedford.swf" /></object>';
}
