function JumpNews()
	{
	if (document.dateform.code.value != 0)
		window.location.href='/fr/r_newsdetail.htm?ncode='+document.dateform.code.value;
	}

function JumpCategNews()
	{
	if (document.categnewsform.sel_categ.value != 0)
		window.location.href='/fr/telecharger_cata.htm?g_nccode='+document.categnewsform.sel_categ.value;
	}
