/******
* Script appellé au onload du document.
*******/
window.onload = start;
function start()
{
	Begin();
	try{
	departement();}
	catch(e){}
}
