﻿function AjsAlerte(txt){
	if(txt != ''){alert(txt);
	return false;}}
