function lafonction( vv ) {
	if( vv == 1 ) {
		window.top.location.href = "../sitesysteme/system.htm";
	}
	if( vv == 2 ) {
		window.top.location.href = "../sitemachine/";
	}
	if( vv == 3 ) {
		window.top.location.href = "http://www.nespresso.com/";
	}
	if( vv == 4 ) {
		window.top.location.href = "http://www.nespressopro.com/";
	}
	if( vv == 5 ) {
		window.top.location.href = "../sitesysteme/";
	}
	if( vv == 6 ) {
		//		window.top.location.href = "../sitesysteme/";
	}
}
