//--------------------------------------------------------------------------------------
	// Nom de la fonction : goPage
	// 
	// Description : Navigation pour les flash
	//
	// Parametres : iPage: identifiant de la page
	//				
	// Date de creation : KM - 07/05/2008
	//--------------------------------------------------------------------------------------
		

function goPage(iPage) {
			var sLien;
			switch (iPage) {
				case 1 : 
					sLien = "Produits/SuiteElearning.aspx?Id=2&nomPage=suite%20e-learning&pageValue=1";
					break;
				case 2 : 
					sLien = "Produits/SuiteCompetences.aspx?Id=2&nomPage=suite%20compétences&pageValue=2";
					break;
				case 3 : 
					sLien = "Solutions/Services.aspx?Id=1&nomPage=services&pageValue=3";
					break;
				case 4 : 
					sLien = "Syfadis/TemoignagesVideo.aspx";
					break;
				case 5 : 
					sLien = "Produits/SuitePortailFormation.aspx?Id=2&nomPage=suite%20portail%20formation&pageValue=4";
					break;
				case 6 : 
					sLien = "Actualites/actualites-et-evenements.htm";
					break;
				case 11 : 
					sLien = "../Produits/SyfadisLms.aspx?Id=2&nomPage=syfadis%20lms&pageValue=1";
					break;
				case 12 : 
					sLien = "../Produits/SyfadisQuiz.aspx?Id=2&nomPage=syfadis%20quiz&pageValue=1";
					break;
				case 13 : 
					sLien = "../Produits/SyfadisPublisher.aspx?Id=2&nomPage=syfadis%20publisher&pageValue=1";
					break;
				case 14 : 
					sLien = "../Produits/SyfadisVia.aspx?Id=2&nomPage=syfadis%20via&pageValue=1";
					break;
				case 22 : 
					sLien = "../Produits/SyfadisPlanFormation.aspx?Id=2&nomPage=syfadis%20plan%20de%20developpement&pageValue=2";
					break;
				case 23 : 
					sLien = "../Produits/SyfadisCarrieres.aspx?Id=2&nomPage=syfadis%20carrieres&pageValue=2";
					break;
				case 24 : 
					sLien = "../Produits/SyfadisEvaluation.aspx?Id=2&nomPage=syfadis%20%C3%A9valuation&pageValue=2";
					break;
				case 31 : 
					sLien = "../Solutions/Conseil.aspx?Id=1&nomPage=conseil&pageValue=3";
					break;
				case 32 : 
					sLien = "../Solutions/NotreApproche.aspx?Id=1&nomPage=notre%20approche&pageValue=3";
					break;
				case 33 : 
					sLien = "../Solutions/Hebergement.aspx?Id=1&nomPage=h%C3%A9bergement&pageValue=3";
					break;
				case 34 : 
					sLien = "../Solutions/IntegrationTechnique.aspx?Id=1&nomPage=integration%20technique&pageValue=3";
					break;
				case 35 : 
					sLien = "../Solutions/Accompagnement.aspx?Id=1&nomPage=accompagnement&pageValue=3";
					break;
				case 51 :
					sLien = "../Produits/SyfadisCatalogueInscriptions.aspx?Id=2&nomPage=syfadis catalogue et inscriptions&pageValue=4";
					break;
				case 52 :
					sLien = "../Produits/SyfadisPlanificationSuivi.aspx?Id=2&nomPage=syfadis planification et suivi&pageValue=4";
					break;
			}
			//alert(sLien);
			document.location = sLien;
		}
