var sRmMainSource = "";

function fnPageLoad()
{
	window.name = 'RM' ;
	oWuCalls = new Array();
	oWuCalls[0] = "fnPageReset()";
	oMarqueeTools = new Marquee("oMarqueeTools");
	bSupressFirstTabAutoWriteUp = true;
	fnOnLoad();	
	//set the id of the scrollable component
	oMarqueeTools.sScrollComponentId="TOOLCOLUMNS";
	//set the type of scrolling
	oMarqueeTools.sScrollVerticalHorizontal = "H";
	//start the scrolling
	//oMarqueeTools.populate("actltoolsdiv");		
	sRmMainSource = window.document.getElementById("centerarea").innerHTML 
	
}
window.onload =fnPageLoad;

function fnPageReset()
{
	window.document.getElementById("centerarea").innerHTML = sRmMainSource;
	fnChageStyleRightTd( 'block' );
	fnPageLoad();
}

