<!--
	function spoiler(handler) {
		if (handler.className=='spoilertext')
			handler.className='spoilertextover';
		else
			handler.className='spoilertext';
	}
//-->