// For DEBUG 2 only
function addLangVar(_code, _var, _element) 
{
	popup.show("developerShowDeveloperLang", {
		variable: _var,
		code: _code
	});
}
