function check_js_support(element)
{
	document.getElementById(element).style.display = 'none';
	return true;
}
