/******************************/
self.defaultStatus = "GnooCalendar 1.4";
/******************************/
/* 
* instanciation de l'objet
*/
var CL = new GnooCalendar("CL", 20, 10 );
/******************************/
function init()
{
	CL.init("calend", document.forms["testform"].elements["dateformield"]);
	CL.isDragable(true);
}
/******************************/