var van_dullink__website__interface__shared__core_c = function()
{
	this.setDisplaySwitch = function(id_s)
	{
		var element_o = document.getElementById(id_s);

		if (element_o)
			element_o.style.display = element_o.style.display ? '' : 'none';
	};
};
