function resetValue( elem ){
	elem.value = '';
}

function showContainer( id ){
	$( '#' + id ).attr("style",'display: block;'); 
}
