function RightBG(){
	var BRTH = document.getElementById('MainContainer').offsetHeight + 'px';
	document.write('<div id="BorderRT" style="height:' + BRTH + '"><img src="images/BorderTop.gif" hspace="0" vspace="0" border="0"></div>');
}

