var Actions = "";

function Login_Intro()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("cantoche_valider","RIGHT",100,"MIDDLE", 0, "PlaceAt");
ACTOR.Show();
ACTOR.Play("Tourne");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/01.mp3)]Bonjour ! \nJe suis Sam Form, \nvotre e-formateur sur Sporteef.");
ACTOR.Play("Announce");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/02.mp3)]Je vais vous aider \u00e0 d\u00e9couvrir votre nouvel outil de formation.");
ACTOR.Play("Suggest");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/03.mp3)]Avez-vous besoin d'aide sur cette page ? <a href='asfunction:OnDialogID,Login_Aide'><u><font color='#5555FF'>Oui</font></u></a> ou <a href='asfunction:OnDialogID,Login_Fin'><u><font color='#5555FF'>Non.</font></u></a>");
}

function Login_Intro_02()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("cantoche_valider","RIGHT",100,"MIDDLE", 0, "PlaceAt");
ACTOR.Show();
ACTOR.Play("Lacet");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/70.mp3)]Un peu perdu ?");
ACTOR.Play("Explain");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/71.mp3)]Je vous rappelle que vous \u00eates ici sur la page d'identification de votre plate-forme e-learning.");
ACTOR.Play("GestureRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/72.mp3)]Pour y acc\u00e9der, il suffit de saisir votre login et votre mot de passe puis de valider.");
if (bAccesDemandeMdp) {
	ACTOR.AlignToHTMLObject("cantoche_valider","RIGHT",50,"MIDDLE", 0, "PlaceAt");
	ACTOR.Play("Suggest");
	ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/73.mp3)]Si vous avez oubli\u00e9 votre mot de passe, cliquez sur le bouton qui vous permet de le redemander par email.");
}
ACTOR.Play("Chrono");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/74.mp3)]A vous de jouer !!!");
ACTOR.Hide();
}

function Login_Aide()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("cantoche_valider","RIGHT",100,"MIDDLE", 0, "PlaceAt");
ACTOR.Show();
ACTOR.Play("GestureRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/04.mp3)]Ici, sur cette page d'identification...");
ACTOR.Play("Speak_01");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/05.mp3)]... il suffit de saisir votre login et votre mot de passe puis de valider.");
if (bAccesCookie) {
	ACTOR.AlignToHTMLObject("cantoche_valider","RIGHT",50,"MIDDLE", 0, "PlaceAt");
	ACTOR.Play("LookUp");
	ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/06.mp3)]Cochez cette case si vous \u00eates le seul \u00e0 utiliser votre ordinateur.");
}
if (bAccesDemandeMdp) {
ACTOR.AlignToHTMLObject("cantoche_valider","RIGHT",50,"MIDDLE", 0, "PlaceAt");
	ACTOR.Play("LookLeft");
	ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/07.mp3)]Si vous avez oubli\u00e9 vos identifiants, cliquez sur ce bouton qui vous permettra de les redemander par mail.");
}
ACTOR.Play("Chrono");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/08.mp3)]A vous de jouer !!!");
ACTOR.Hide();
}

function Login_Fin()
{
ACTOR.Stop();
ACTOR.Show();
ACTOR.Play("GestureMe");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/08_bis.mp3)]Je vous retrouve de l'autre c\u00f4t\u00e9.");
ACTOR.Hide();
}

function Help_intro()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("Caller","RIGHT",-50,"BOTTOM", 0, "PlaceAt");
ACTOR.Show();
	// Gestion des droits Syfadis
	Actions = "";
	if (bOngletAccueil)		Actions = " <a href='asfunction:OnDialogID,Redir_Accueil_Visite_01'><u><font color='#5555FF'>votre page d'accueil</font></u></a>"+", ";
	if (bOngletFormations)	Actions = Actions+" <a href='asfunction:OnDialogID,Redir_Formation_Intro'><u><font color='#5555FF'>l'espace Formations</font></u></a>"+", ";
	// Fin
ACTOR.Play("Think");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/09.mp3)]Sur quoi puis-je vous renseigner ? "+Actions+"<a href='asfunction:OnDialogID,Quitter'><u><font color='#5555FF'>Quitter</font></u></a>");
}

function Accueil_Intro()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("cantoche_espace_actu","MIDDLE",30,"MIDDLE", 0, "PlaceAt");
ACTOR.Show();
ACTOR.Play("Announce");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/09_bis.mp3)]Je vous pr\u00e9sente l'espace 'Accueil' de votre nouvel outil.");
ACTOR.Play("Speak_05");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/10.mp3)]Pour d\u00e9couvrir au mieux ce nouvel espace de formation...");
ACTOR.Play("Suggest");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/11.mp3)]... prenez le temps de v\u00e9rifier la configuration de votre ordinateur.");
ACTOR.Play("GestureMe");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/12.mp3)]Si vous souhaitez que j'ouvre pour vous le document de configuration...");
ACTOR.Play("Speak_05");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/13.mp3)]... <a href='asfunction:OnDialogID,OpenDocApprenant'><u><font color='#5555FF'>cliquez ici</font></u></a> sinon <a href='asfunction:OnDialogID,Accueil_Visite_01'><u><font color='#5555FF'>commen\u00e7ons la visite.</font></u></a>");
}

function Accueil_Intro_02()
{
ACTOR.AlignToHTMLObject("Caller","RIGHT",-50,"BOTTOM", 0, "PlaceAt");
ACTOR.Show();
	// Gestion des droits Syfadis
	Actions = "";
	if (bOngletFormations) Actions = " <a href='asfunction:OnDialogID,Redir_Formation_Intro'><u><font color='#5555FF'>l'espace Formations</font></u></a> ";
	// FIN
ACTOR.Play("Tourne");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/09.mp3)]Sur quoi puis-je vous renseigner ? <a href='asfunction:OnDialogID,Accueil_Visite_01'><u><font color='#5555FF'>votre page d'accueil</font></u></a>, <a href='asfunction:OnDialogID,Accueil_Visite_Choix'><u><font color='#5555FF'>les menus de gauche</font></u></a>, "+Actions);
}

function Accueil_Visite_01()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("cantoche_espace_actu","MIDDLE",-150,"MIDDLE", -100, "PlaceAt");
ACTOR.Show();
ACTOR.Play("Speak_05");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/15.mp3)]Tout commence sur cette page par votre tableau de bord.");
if (bAffgMonSite) {
	ACTOR.Play("LookLeft");
	ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/16.mp3)]'Mon espace de formation' correspond \u00e0 vos informations personnelles.");
}
if (bAffgMonTravail) {
	ACTOR.AlignToHTMLObject("cantoche_espace_actu","MIDDLE",100,"MIDDLE", -100, "PlaceAt");
	ACTOR.Play("LookLeft");
	ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/17.mp3)]Ensuite il y a un rappel du travail effectu\u00e9 lors de votre derni\u00e8re session puis un message d'accueil.");
}
if (bAffgMesRDV) {
	ACTOR.AlignToHTMLObject("cantoche_espace_actu","MIDDLE",150,"MIDDLE", 0, "PlaceAt");
	ACTOR.Play("GestureDownLeft");
	ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/18.mp3)]Enfin la liste des rendez-vous pour les 7 prochains jours.");
}
ACTOR.AlignToHTMLObject("cantoche_espace_actu","MIDDLE",30,"MIDDLE", -100, "PlaceAt");
ACTOR.Play("GestureUpLeft");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/19.mp3)]Dans le menu du haut...");
ACTOR.Play("GestureLeft");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/20.mp3)]... retrouvez \u00e0 tout instant ce tableau de bord en cliquant sur le menu 'Accueil'.");
ACTOR.AlignToHTMLObject("cantoche_espace_actu","RIGHT",250,"MIDDLE", -100, "PlaceAt");
ACTOR.Play("LookUp");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/21.mp3)]Acc\u00e9dez \u00e0 vos formations et n'oubliez pas de quitter cet espace en utilisant la croix...");
ACTOR.Play("Speak_01");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/22.mp3)]... vos donn\u00e9es seront ainsi sauvegard\u00e9es.");
ACTOR.AlignToHTMLObject("cantoche_espace_actu","MIDDLE",-100,"MIDDLE", -100, "PlaceAt");
ACTOR.Play("GestureUpRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/23.mp3)]Et en cas de besoin, faites-moi appara\u00eetre et dispara\u00eetre \u00e0 l'aide de ce bouton.");
ACTOR.AlignToHTMLObject("Caller","RIGHT",-50,"BOTTOM", 0, "PlaceAt");
ACTOR.Play("LookRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/24.mp3)]Continuons notre visite de la page d'accueil en d\u00e9taillant plus particuli\u00e8rement les menus de gauche. <a href='asfunction:OnDialogID,Accueil_Visite_Choix'><u><font color='#5555FF'>Suite</font></u></a> ou <a href='asfunction:OnDialogID,Accueil_Visite_Fin'><u><font color='#5555FF'>Quitter.</font></u></a>");
}

function Accueil_Visite_Choix()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("Caller","RIGHT",-50,"BOTTOM", 0, "PlaceAt");
ACTOR.Show();
	// Gestion des droits Syfadis
	Actions = "";
	if (bAccesMaFicheActivite)		Actions = "<a href='asfunction:OnDialogID,Redir_Accueil_Formation'><u><font color='#5555FF'>Ma formation</font></u></a>"+", ";
	if (bAccesMessagerie)			Actions = Actions+"<a href='asfunction:OnDialogID,Open_Redir_Accueil_Communiquer'><u><font color='#5555FF'>Communiquer</font></u></a>"+", ";
	if (bAccesCorrectionsRecentes)	Actions = Actions+"<a href='asfunction:OnDialogID,Redir_Accueil_Tests'><u><font color='#5555FF'>Les tests</font></u></a>"+", ";
	if (bAccesPorteDocuments)		
		Actions = Actions+"<a href='asfunction:OnDialogID,Redir_Accueil_Divers_01'><u><font color='#5555FF'>Divers</font></u></a>"+", "
	else if (bAccesBoiteAOutils)
		Actions = Actions+"<a href='asfunction:OnDialogID,Redir_Accueil_Divers_02'><u><font color='#5555FF'>Divers</font></u></a>"+", ";
	// Fin
ACTOR.Play("GestureRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/25.mp3)]Pour quel th\u00e8me \nsouhaitez-vous avoir plus d'explications ? \n"+Actions);
}

function Accueil_Visite_Choix2()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("Caller","RIGHT",-50,"BOTTOM", 0, "PlaceAt");
ACTOR.Show();
	// Gestion des droits Syfadis
	Actions = "";
	if (bAccesMaFicheActivite)		Actions = "<a href='asfunction:OnDialogID,Close_Redir_Accueil_Formation'><u><font color='#5555FF'>Ma formation</font></u></a>"+", ";
	if (bAccesMessagerie)			Actions = Actions+"<a href='asfunction:OnDialogID,Redir_Accueil_Communiquer'><u><font color='#5555FF'>Communiquer</font></u></a>"+", ";
	if (bAccesCorrectionsRecentes)	Actions = Actions+"<a href='asfunction:OnDialogID,Close_Redir_Accueil_Tests'><u><font color='#5555FF'>Les tests</font></u></a>"+", ";
	if (bAccesPorteDocuments)		
		Actions = Actions+"<a href='asfunction:OnDialogID,Close_Redir_Accueil_Divers_01'><u><font color='#5555FF'>Divers</font></u></a>"+", "
	else if (bAccesBoiteAOutils)
		Actions = Actions+"<a href='asfunction:OnDialogID,Close_Redir_Accueil_Divers_02'><u><font color='#5555FF'>Divers</font></u></a>"+", ";
	// Fin
ACTOR.Play("GestureRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/25.mp3)]Pour quel th\u00e8me souhaitez-vous avoir plus d'explications ? "+Actions);
}

function Accueil_Visite_Suite()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("Caller","RIGHT",-50,"BOTTOM", 0, "PlaceAt");
ACTOR.Show();
ACTOR.Play("Chrono");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/14.mp3)]On commence la visite ? <a href='asfunction:OnDialogID,Accueil_Visite_01'><u><font color='#5555FF'>Oui</font></u></a> ou <a href='asfunction:OnDialogID,Accueil_Visite_Fin'><u><font color='#5555FF'>Non</font></u></a>");
}

function Accueil_Visite_Fin()
{
if (!bOngletFormations)
	ACTOR.Hide()
else {
	ACTOR.Stop();
	ACTOR.AlignToHTMLObject("Caller","RIGHT",-50,"BOTTOM", 0, "PlaceAt");
	ACTOR.Show();
	ACTOR.Play("Sifflet");
	ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/26.mp3)]Avant de partir, je vous propose de me suivre sur l'espace 'Formations'.\n <a href='asfunction:OnDialogID,Redir_Formation_Intro'><u><font color='#5555FF'>Allons-y</font></u></a> ou <a href='asfunction:OnDialogID,Quitter'><u><font color='#5555FF'>Quitter.</font></u></a>");
	}
}

function Accueil_Formation()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("Caller","RIGHT",250,"BOTTOM", 50, "PlaceAt");
ACTOR.Show();
ACTOR.Play("LookRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/27.mp3)]Dans le menu 'suivi d'activit\u00e9s', s'affiche le r\u00e9capitulatif du travail effectu\u00e9 sur les diff\u00e9rentes ressources e-learning.");
ACTOR.AlignToHTMLObject("Caller","RIGHT",0,"BOTTOM", 50, "PlaceAt");
ACTOR.Play("GestureUpLeft");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/28.mp3)]L\u00e0-haut, vous avez acc\u00e8s \u00e0 un r\u00e9capitulatif personnel...");
ACTOR.Play("GestureDownRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/29.mp3)]... et en dessous sont affich\u00e9es vos formations.");
ACTOR.AlignToHTMLObject("Caller","RIGHT",150,"BOTTOM", 50, "PlaceAt");
ACTOR.Play("LookRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/30.mp3)]En cliquant sur la croix, vous affichez les d\u00e9tails tels que le temps pass\u00e9, le nombre d'acc\u00e8s, les scores obtenus.");
	// Gestion des droits Syfadis
	Actions = "";
	if (bOngletFormations)			Actions = " <a href='asfunction:OnDialogID,Redir_Formation_Intro'><u><font color='#5555FF'>L'espace formation</font></u></a>"+", ";
	if (bAccesMessagerie)			Actions = Actions+"<a href='asfunction:OnDialogID,Open_Redir_Accueil_Communiquer'><u><font color='#5555FF'>Communiquer</font></u></a>"+", ";
	if (bAccesCorrectionsRecentes)	Actions = Actions+"<a href='asfunction:OnDialogID,Redir_Accueil_Tests'><u><font color='#5555FF'>Les tests</font></u></a>"+", ";
	if (bAccesPorteDocuments)
		Actions = Actions+"<a href='asfunction:OnDialogID,Redir_Accueil_Divers_01'><u><font color='#5555FF'>Divers</font></u></a>"+", ";
	else if (bAccesBoiteAOutils)
		Actions = Actions+"<a href='asfunction:OnDialogID,Redir_Accueil_Divers_02'><u><font color='#5555FF'>Divers</font></u></a>"+", ";
	// Fin
ACTOR.Play("Suggest");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/33.mp3)]Que voulez-vous d\u00e9couvrir ? "+Actions+"<a href='asfunction:OnDialogID,Accueil_Visite_Fin'><u><font color='#5555FF'>Quitter.</font></u></a>");
}

function Accueil_Communiquer()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("cantoche_options","MIDDLE",0,"BOTTOM", 25, "PlaceAt");
ACTOR.Show();
ACTOR.Play("Suggest");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/34.mp3)]Sachez que vous disposez de votre propre messagerie, utilisable uniquement dans le cadre du e-learning.");
ACTOR.Play("Speak_04");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/35.mp3)]Vous y trouvez les messages re\u00e7us de vos responsables...");
ACTOR.Play("Speak_02");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/36.mp3)]... ou des membres d'un groupe auquel vous appartenez, et vos messages envoy\u00e9s.");
ACTOR.AlignToHTMLObject("cantoche_options","MIDDLE",0,"BOTTOM", 25, "PlaceAt");
ACTOR.Play("Think");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/37.mp3)]Vous pouvez \u00eatre alert\u00e9 sur votre messagerie habituelle...");
ACTOR.Play("LookUp");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/38.mp3)]...de l'arriv\u00e9e d'un nouveau message de ce compte \u00e0 l'aide de ce bouton.");
ACTOR.Play("GestureUser");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/39.mp3)]Souhaitez-vous que je vous montre ? <a href='asfunction:OnDialogID,Redir_Messagerie_Config'><u><font color='#5555FF'>Oui</font></u></a> ou <a href='asfunction:OnDialogID,Accueil_Visite_Choix2'><u><font color='#5555FF'>Non</font></u></a>");
}

function Messagerie_Config()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("cantoche_enregistrer","RIGHT",0,"MIDDLE",25, "PlaceAt");
ACTOR.Show();
ACTOR.Play("GestureUpRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/40.mp3)]Il vous suffit d'indiquer une adresse mail et de cocher la case transf\u00e9rer automatiquement...");
ACTOR.Play("Explain");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/41.mp3)]... pour \u00eatre alert\u00e9 de l'arriv\u00e9e de nouveaux messages li\u00e9s au e-learning.");
ACTOR.Speak("<a href='asfunction:OnDialogID,Close_Redir_Accueil_Visite_Choix2'><u><font color='#5555FF'>Retour au menu.</font></u></a>");
}

function Accueil_Tests()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("cantoche_tests","LEFT",-100,"BOTTOM", 0, "PlaceAt");
ACTOR.Show();
ACTOR.Play("Process");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/42.mp3)]Au cours de vos formations, vous aurez l'occasion de r\u00e9aliser des tests, corrig\u00e9s par l'un de vos formateurs.");
ACTOR.Play("LookLeft");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/43.mp3)]Chaque correction sera consultable \u00e0 partir de ce menu.");
	// Gestion des droits Syfadis
	Actions = "";
	if (bAccesMessagerie) Actions = " <a href='asfunction:OnDialogID,Open_Redir_Accueil_Communiquer'><u><font color='#5555FF'>Communiquer</font></u></a>"+", ";
	Actions = Actions+"<a href='asfunction:OnDialogID,Redir_Accueil_Formation'><u><font color='#5555FF'>Ma formation</font></u></a>"+", ";
	if (bAccesPorteDocuments)
		Actions = Actions+"<a href='asfunction:OnDialogID,Redir_Accueil_Divers_01'><u><font color='#5555FF'>Divers</font></u></a>"+", ";
	else if (bAccesBoiteAOutils)
		Actions = Actions+"<a href='asfunction:OnDialogID,Redir_Accueil_Divers_02'><u><font color='#5555FF'>Divers</font></u></a>"+", ";
	// Fin
ACTOR.AlignToHTMLObject("cantoche_tests","MIDDLE",0,"BOTTOM", 0, "PlaceAt");
ACTOR.Play("Speak_01");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/33.mp3)]Que voulez-vous d\u00e9couvrir ? "+Actions+"<a href='asfunction:OnDialogID,Accueil_Visite_Fin'><u><font color='#5555FF'>Quitter.</font></u></a>");
}

function Accueil_Divers_01()
{
ACTOR.Stop();
	ACTOR.AlignToHTMLObject("Caller","RIGHT",100,"BOTTOM", 50, "PlaceAt");
ACTOR.Show();
ACTOR.Play("Speak_04");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/45.mp3)]Le porte-documents correspond \u00e0 votre espace de stockage personnel.");
ACTOR.Play("Speak_01");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/46.mp3)]Vous pouvez y ranger des documents pr\u00e9sents sur votre ordinateur...");
ACTOR.Play("Suggest");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/47.mp3)]... ou vos cas pratiques pour les montrer \u00e0 votre formateur. Vous pouvez aussi cr\u00e9er un m\u00e9mo.");
ACTOR.AlignToHTMLObject("Caller","RIGHT",400,"BOTTOM", 50, "PlaceAt");
ACTOR.Play("GestureRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/48.mp3)]Ces ic\u00f4nes permettent de visualiser, de modifier ou de supprimer un document.");
	// Gestion des droits Syfadis
	Actions = "";
	if (bAccesBoiteAOutils)	Actions = " <a href='asfunction:OnDialogID,Redir_Accueil_Divers_02'><u><font color='#5555FF'>la Boite \u00e0 outils</font></u></a>"+", ";
	// Fin
ACTOR.Play("Speak_05");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/33.mp3)]Que voulez-vous d\u00e9couvrir ? "+Actions+"<a href='asfunction:OnDialogID,Accueil_Visite_Choix'><u><font color='#5555FF'>retour.</font></u></a>");
}

function Accueil_Divers_02()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("cantoche_boite_outils","MIDDLE",0,"BOTTOM", 0, "PlaceAt");
ACTOR.Show();
ACTOR.Play("LookRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/50.mp3)]Dans la boite \u00e0 outils, votre formateur met \u00e0 votre disposition, en t\u00e9l\u00e9chargement...");
ACTOR.Play("Process");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/51.mp3)]... les programmes dont vous pourriez avoir besoin lors de votre formation.");
	// Gestion des droits Syfadis
	Actions = "";
	if (bAccesMessagerie)			Actions = "<a href='asfunction:OnDialogID,Open_Redir_Accueil_Communiquer'><u><font color='#5555FF'>Communiquer</font></u></a>"+", ";
	if (bAccesCorrectionsRecentes)	Actions = Actions+" <a href='asfunction:OnDialogID,Redir_Accueil_Tests'><u><font color='#5555FF'>Les tests</font></u></a>"+", ";
	if (bAccesMaFicheActivite)		Actions = Actions+"<a href='asfunction:OnDialogID,Redir_Accueil_Formation'><u><font color='#5555FF'>Ma formation</font></u></a>"+", ";
	if (bAccesPorteDocuments)
		Actions = Actions+"<a href='asfunction:OnDialogID,Redir_Accueil_Divers_01'><u><font color='#5555FF'>Divers</font></u></a>"+", ";
	else if (bAccesBoiteAOutils)
		Actions = Actions+"<a href='asfunction:OnDialogID,Redir_Accueil_Divers_02'><u><font color='#5555FF'>Divers</font></u></a>"+", ";
	// Fin
ACTOR.Play("Speak_03");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/09.mp3)]Sur quoi puis-je vous renseigner ? "+Actions+"<a href='asfunction:OnDialogID,Accueil_Visite_Fin'><u><font color='#5555FF'>Quitter.</font></u></a>");
}

function Formation_Accueil()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("Caller","RIGHT",100,"BOTTOM", 50, "PlaceAt");
ACTOR.Show();
ACTOR.Play("Casquette");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/53.mp3)]Bienvenue sur l'espace 'Formations' de Sporteef !");
ACTOR.Play("Lacet");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/54.mp3)]Je vous propose une visite guid\u00e9e de cet espace, \nvous me suivez ? <a href='asfunction:OnDialogID,Redir_Formation_Intro'><u><font color='#5555FF'>Oui</font></u></a> ou <a href='asfunction:OnDialogID,Formation_Visite_Fin'><u><font color='#5555FF'>Non</font></u></a>");
}

function Formation_Visite_Fin()
{
if (!bOngletAccueil)
	ACTOR.Hide()
else {
	ACTOR.Stop();
	ACTOR.AlignToHTMLObject("Caller","RIGHT",100,"BOTTOM", 50, "PlaceAt");
	ACTOR.Show();
	ACTOR.Play("Sifflet");
	ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/55.mp3)]Avant de partir, je vous propose de me suivre sur l'espace 'Accueil'. <a href='asfunction:OnDialogID,Redir_Accueil_Intro'><u><font color='#5555FF'>Allons-y</font></u></a> ou <a href='asfunction:OnDialogID,Quitter'><u><font color='#5555FF'>Quitter.</font></u></a>");
	}
}

function Formation_Intro()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("Caller","RIGHT",100,"BOTTOM", 50, "PlaceAt");
ACTOR.Show();
ACTOR.Play("GestureBack");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/56.mp3)]Comme vous le remarquerez, ici sont list\u00e9es toutes les formations auxquelles vous \u00eates inscrit(e)s.");
ACTOR.Play("LookRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/57.mp3)]En un clic sur le titre, vous commencez la formation....");
ACTOR.AlignToHTMLObject("Caller","RIGHT",150,"BOTTOM", 50, "PlaceAt");
ACTOR.Play("GestureLeft");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/58.mp3)]... Et si vous cliquez sur ces deux fl\u00e8ches, vous reprenez la formation \u00e0 l'endroit o\u00f9 vous l'avez laiss\u00e9e.");
ACTOR.AlignToHTMLObject("Caller","RIGHT",-50,"BOTTOM", 0, "PlaceAt");
ACTOR.Play("GestureRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/59.mp3)]A tout moment, vous retrouvez cette liste via le menu 'Mes inscriptions'.");
ACTOR.Play("LookRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/60.mp3)]Les titres des formations sont accessibles directement via le menu de gauche.");
if (bAccesPlanning) {
	ACTOR.Play("GestureRight");
	ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/31.mp3)]'Mes rendez-vous', correspond \u00e0 votre planning.");
}
if (!bAccesMaFicheActivite) 
	ACTOR.Hide()
else {
	ACTOR.Play("Lacet");
	ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/61.mp3)]Il me reste \u00e0 vous montrer comment acc\u00e9der au r\u00e9capitulatif de vos formations.");
	ACTOR.Play("Think");
	ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/62.mp3)]\u00c7a vous int\u00e9resse ? <a href='asfunction:OnDialogID,Redir_Formation_Suivi'><u><font color='#5555FF'>Oui</font></u></a> ou <a href='asfunction:OnDialogID,Formation_Visite_Fin'><u><font color='#5555FF'>Non</font></u></a>");
	}
}

function Formation_Intro_02()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("Caller","RIGHT",100,"BOTTOM", 50, "PlaceAt");
ACTOR.Show();
	// Gestion des droits Syfadis
	Actions = "";
	if (bAccesMaFicheActivite)	Actions = " <a href='asfunction:OnDialogID,Redir_Formation_Suivi'><u><font color='#5555FF'>visualiser vos formations</font></u></a>"+", ";
	Actions = Actions+"<a href='asfunction:OnDialogID,Formation_Intro'><u><font color='#5555FF'>connaitre votre avancement</font></u></a>"+", ";
	if (bOngletAccueil)			Actions = Actions+"<a href='asfunction:OnDialogID,Redir_Accueil_Visite_01'><u><font color='#5555FF'>l'espace Accueil</font></u></a>"+", ";
	// Fin
ACTOR.Play("Speak_02");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/09.mp3)]Sur quoi puis-je vous renseigner ? "+Actions);
}

function Formation_Suivi()
{
ACTOR.Stop();
ACTOR.AlignToHTMLObject("Caller","RIGHT",200,"BOTTOM", 50, "PlaceAt");
ACTOR.Show();
ACTOR.Play("LookRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/63.mp3)]Cette page reprend toutes vos activit\u00e9s e-learning avec pour chacune d'elle le temps pass\u00e9 et le nombre d'acc\u00e8s...");
ACTOR.Play("GestureRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/64.mp3)]... consultable par un simple clic sur cette croix.");
ACTOR.Play("Explain");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/65.mp3)]S'il s'agit d'un test, vous voyez le score obtenu.");
ACTOR.AlignToHTMLObject("Caller","RIGHT",150,"BOTTOM", 100, "PlaceAt");
ACTOR.Play("GestureUpRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/66.mp3)]Pour afficher le d\u00e9tail de toutes les formations, cliquez ici.");
ACTOR.Play("GestureUpRight");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/67.mp3)]Si besoin, n'h\u00e9sitez pas \u00e0 imprimer cette page.");
	// Gestion des droits Syfadis
	Actions = "";
	if (bOngletAccueil)	Actions = "Visite de <a href='asfunction:OnDialogID,Redir_Accueil_Intro'><u><font color='#5555FF'>l'espace Accueil</font></u></a>"+", ";
	// Fin
ACTOR.Play("Suggest");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/09.mp3)]Sur quoi puis-je vous renseigner ? "+Actions+"<a href='asfunction:OnDialogID,Quitter'><u><font color='#5555FF'>Quitter.</font></u></a>");
}

function Quitter()
{
ACTOR.Stop();
ACTOR.Show();
ACTOR.Play("GestureUser");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/68.mp3)]Vous semblez maintenant pr\u00eat \u00e0 utiliser votre nouvel outil de formation.");
ACTOR.Play("Casquette");
ACTOR.Speak("[PlaySound("+sSrcCantoche+"Sources/Sounds/69.mp3)]Je vous souhaite donc une bonne formation. Si besoin, je ne suis pas loin.");
ACTOR.Hide();
}