function showDetail(recID){
	elementName = 'Detail_'+recID; 
	Element.toggle(elementName);
}
