function envoi(t) {
	//alert('test');
	//alert(t);
	var i = t;
	switch(i)
	{
		case 0 : document.location.href="audit-reseau-informatique.php";
		break;
		case 1 : document.location.href="conseil-informatique.php";
		break;
		case 2 : document.location.href="formation-informatique.php";
		break;
		case 3 : document.location.href="integration-systemes-reseaux-securite.php";
		break;
		case 4 : document.location.href="infogerance-globale-selective.php";
		break;
		case 5 : document.location.href="maintenance-sur-site-a-distance.php";
		break;
		case 6 : document.location.href="securite-informatique.php";
		break;
		case 7 : document.location.href="virtualisation-postes-de-travail-serveurs.php";
		break;
		case 8 : document.location.href="telephonie-ip-voip-toip.php";
		break;
		case 9 : document.location.href="serveurs-informatique-fichiers-impression-applications.php";
		break;
		case 10 : document.location.href="reseau-entreprise-optimisation-lenteurs-analyseur.php";
		break;
		case 11 : document.location.href="video-surveillance-ip.php";
		break;
		case 12 : document.location.href="logiciel-supervision-surveillance-reseau-serveur.php";
		break;
		case 13 : document.location.href="hebergement-site-client-chez-pc-vip-services.php";
		break;
		case 14 : document.location.href="location-sur-mesure-contrat-infogerance.php";
		break;
		case 15 : document.location.href="developpement-logiciels-programmes-sites-internet.php";
		break;
	}
	
}

