//All these functions are used in topRps and topPsg to show the tabs as on and off.
function change (Button) 
{
	document.view.src = Button;
}

function change (Name,Button) 
{
   document.getElementById(Name).src=Button;
}
	
		