<!--
function showb(p,flag){
	if (flag) {
		p.style.borderBottom="";
		p.style.borderTop="";
		p.style.borderRight="";
		p.style.borderLeft="";
		p.style.background="#ccff99";			
		p.style.fontWeight="";
		window.status="";
		return true;
	}
	else{
		p.style.borderBottom="";
		p.style.borderTop="";
		p.style.borderRight="";
		p.style.borderLeft="";
		p.style.background="";	
		p.style.fontWeight="";
		window.status="";
		return true;
	}
}
//-->