	function popup(obj) {
		obj = document.getElementById(obj);
		obj.style.display = (obj.style.display == 'block') ? 'none':'block';	
	}