<!--
	function toggle_blind(div)
	{
			new Effect.toggle(div,'blind');
	}

-->