function showClose(){
	document.write("<a href=\"javascript:window.close();\">Fermer la fen&ecirc;tre</a>");
}

function popUpClose(url){

window.opener.location.href = url;

 if (window.opener.progressWindow)                
 {
  window.opener.progressWindow.close()
}
window.close();
}

function showCalendar(_uri, _name, _args)
{
	// ****
	var s;

	// ****
	s  = "";
	s += "<a class=\"calendar_link\" href=\"javascript:fs(";
	s += "'" + _uri + "',";
	s += "'" + _name + "',";
	s += "'" + _args + "'";
	s += ");\" title=\"Ouvrir le calendrier pour choisir une date (nouvelle fenêtre)\">Calendrier</a>";

	// ****
	document.write(s);
}
