<!--
menu10 = new Image(); menu10.src = "imac/freeyourfunk_03.gif";
menu20 = new Image(); menu20.src = "imac/freeyourfunk_04.gif";
menu30 = new Image(); menu30.src = "imac/freeyourfunk_05.gif";
menu40 = new Image(); menu40.src = "imac/freeyourfunk_06.gif";
menu50 = new Image(); menu50.src = "imac/freeyourfunk_07.gif";
menu11 = new Image(); menu11.src = "imac/freeyourfunk_over-03.gif";
menu21 = new Image(); menu21.src = "imac/freeyourfunk_over-04.gif";
menu31 = new Image(); menu31.src = "imac/freeyourfunk_over-05.gif";
menu41 = new Image(); menu41.src = "imac/freeyourfunk_over-06.gif";
menu51 = new Image(); menu51.src = "imac/freeyourfunk_over-07.gif";
menu12 = new Image(); menu12.src = "px/menu12.gif";
menu22 = new Image(); menu22.src = "px/menu22.gif";
menu32 = new Image(); menu32.src = "px/menu32.gif";
menu42 = new Image(); menu42.src = "px/menu42.gif";
retour0= new Image(); retour0.src = "px/pctr10.gif";
retour1= new Image(); retour1.src = "px/pctr11.gif";
b10= new Image(); b10.src = "px/pctb10.gif";
b11= new Image(); b11.src = "px/pctb11.gif";
n10= new Image(); n10.src = "px/pctn10.gif";
n11= new Image(); n11.src = "px/pctn11.gif";
n12= new Image(); n12.src = "px/pctn12.gif";
etat0 =new Image(); etat0.src = "px/pctv.gif";
etat1 =new Image(); etat1.src = "px/pcts.gif";
etat2 =new Image(); etat2.src = "px/pctp.gif";

function swtch(from,to){ document[from].src = eval(to+".src"); }
function loadImg(from,to){ document[from].src = to; }
/*
function popup(theURL,larg,haut) { 
window.open(theURL,"cosmonote","status=no,location=no,toolbar=no,directories=no,resizable=yes,width="+larg+",height="+haut);
}
*/
function countmaj(n)
{	count=n;
}
function suiv()
{	if (count < MyImages.length - 1)
	{	count = count + 1;
		document.image.src = MyImages[count].src;
	} else {
		count = 0;
		document.image.src = MyImages[count].src;
}	}
function prec()
{	if (count > 0)
	{	count = count - 1;
		document.image.src = MyImages[count].src;
	} else {
		count = num;
		document.image.src = MyImages[count].src;
}	}

function onnews(from) { if (document[from].src != n12.src) {document[from].src = n11.src;}} 
function ofnews(from) { if (document[from].src != n12.src) {document[from].src = n10.src;}}

function curseur(img)
{	for(i=1;i<=nbnews;++i)
	{	encours = "news"+i;
		document[encours].src=n10.src;
	}
	document[img].src=n12.src;
} 
function popalert(msg) { //v1.0
  alert(msg);
}



//-->