function switchAtr( sValue, sObject, sAtr )
{
	var oElem = document.getElementById( sObject );
	oElem[ sAtr ] = sValue;
	return false;
}
