<!--
function news ()
{
	win = window.open ('news.html','flash_out','width=925,height=587');
        win.focus ();
}

function infos_techno ()
{
	win = window.open ('infos_techno.html','flash_out','width=925,height=587');
        win.focus ();
}

function maj ()
{
	win = window.open ('mois.html','flash_out','width=925,height=587');
	win.focus ();
}

function clickBigImg (category, position)
{
	if (FlashUrls[category + '-' + position])
		window.open (FlashUrls[category + '-' + position], "ItsUrl");
}

//-->