//----------------------------------------------  
function t(el) {
 	o=document.getElementById(el);
	o.style.display = o.style.display != 'none' ?  'none'  : '';
}