function eyes_Nav(indexMnu)
{var container=document.getElementById('HTML_CONTAINER');
 var sizer=document.getElementById('DISPLAY');
 var counter=document.getElementById('COUNTER');
 switch(indexMnu)
       {
	case 1 :	sizer.style.height="3300px";
				container.src="content/home.html";
				counter.style.top="00px";
			break;
	case 2 :	sizer.style.height="650px";
				container.src="content/bio.html";
				counter.style.top="800px";
			break;
	case 3 :	sizer.style.height="1300px";
				container.src="content/tattoo.html";
				counter.style.top="1350px";
			break;
	case 4 :	sizer.style.height="1800px";
				container.src="content/painting.html";
				counter.style.top="1900px";
			break;
	case 5 :	sizer.style.height="600px";
				container.src="content/photo.html";
				counter.style.top="800px";
			break;
	case 6 :	sizer.style.height="6900px";
				container.src="content/press.html";
				counter.style.top="6980px";
			break;
	case 7 :	sizer.style.height="700px";
				container.src="content/studio.html";
				counter.style.top="750px";
			break;
	case 8 :	sizer.style.height="1000px";
				container.src="content/contact.html";
				counter.style.top="1200px";
			break;
       }
}

function eyes_NavBack(indexMnu)
{var container=document.getElementById('HTML_CONTAINER');
 switch(indexMnu)
 		{
	case 3 :	sizer.style.height="1300px";
				container.src="content/tattoo.html";
				counter.style.top="1500px";
			break;
	case 4 :	sizer.style.height="1600px";
				container.src="content/painting.html";
				counter.style.top="1800px";
			break;
	case 5 :	sizer.style.height="600px";
				container.src="content/photo.html";
				counter.style.top="800px";
			break;
	case 6 :	container.src="content/press.html";
				alert('eyes_NavBack()');
			break;
	default : break;
		}
}

function Splash()
{alert('Coucou, ceci est un test de liaison !!!');
}