﻿function jumpSection(inNum){
 switch (inNum){
	case 0:
		location.href="index.html";
		break;
	case 1:
		location.href="societe_expertise.html";
		break;
	case 11:
		location.href="societe_expertise.html";
		break;
	case 12:
		location.href="societe_equipes.html";
		break;
	case 13:
		location.href="societe_implantation.html";
		break;
	case 2:
		location.href="metiers_telesurveillance.html";
		break;
	case 21:
		location.href="metiers_telesurveillance.html";
		break;		
	case 22:
		location.href="metiers_protection.html";
		break;
	case 23:
		location.href="metiers_incendie.html";
		break;
	case 3:
		location.href="references.html";
		break;
	case 4:
		location.href="recrutment.html";
		break;
	case 5:
		location.href="contact.html";
		break;
	case 6:
		location.href="legal.html";
		break;
}
}
