function isJSOn (){
	var warning = Ext.get('js_off');
	warning.dom.innerHTML = "";
	warning.dom.style.display = 'none';
}