var nbimage= 90;
var width;
var height;
var url;
var alte;
function banniere()
{
numimage= Math.round(Math.random()*(nbimage-1)+1);
if (numimage <= 10)
{
gotosite = "index_ENG.html";
url = "Images_Structure/MenuPhotoEte1.jpg";
alte = "";
}
if (numimage > 10 && numimage <= 20)
{
gotosite = "index_ENG.html";
url = "Images_Structure/MenuPhotoEte2.jpg";
alte = "";
}
if (numimage > 20 && numimage <= 30)
{
gotosite = "index_ENG.html";
url = "Images_Structure/MenuPhotoEte3.jpg";
alte = "";
}
if (numimage > 30 && numimage <= 40)
{
gotosite = "index_ENG.html";
url = "Images_Structure/MenuPhotoEte4.jpg";
alte = "";
}
if (numimage > 40 && numimage <= 50)
{
gotosite = "index_ENG.html";
url = "Images_Structure/MenuPhotoEte5.jpg";
alte = "";
}
if (numimage > 50 && numimage <= 60)
{
gotosite = "index_ENG.html";
url = "Images_Structure/MenuPhotoEte6.jpg";
alte = "";
}

if (numimage > 60 && numimage <= 70)
{
gotosite = "index_ENG.html";
url = "Images_Structure/MenuPhotoEte7.jpg";
alte = "";
}

if (numimage > 70 && numimage <= 80)
{
gotosite = "index_ENG.html";
url = "Images_Structure/MenuPhotoEte8.jpg";
alte = "";
}

if (numimage > 80)
{
gotosite = "index_ENG.html";
url = "Images_Structure/MenuPhotoEte9.jpg";
alte = "";
}
if(gotosite != "")
	{
	document.write ('<A HREF="' + gotosite + '">');	
	}
document.write('<IMG SRC="' + url + '" ALT="' + alte + '" BORDER=0>')
if(gotosite != "")
	{
	document.write('</A>')
	}
}

