//=======================================================================================================
//-------------------------------------------------------------------------------------------------------
//	Custom Javascript functions
//-------------------------------------------------------------------------------------------------------
//=======================================================================================================
function swapText( text_id, text )
{
	document.getElementById( text_id ).innerHTML	= text;
}
