/*
	Javascript pour College Lafleche - Selecteur de programmes
	Tom - egzakt.com
	2009-02-20
*/
jQuery.noConflict();
jQuery(document).ready(function() {
	jQuery("#selecteur").change(function() {
		selected = jQuery("#selecteur option:selected").val();
		
		if (selected == 1) {
			window.location = "/programmes/preuniversitaires.html"
		}
		if (selected == 2) {
			window.location = "/programmes/preuniversitaires/baccalaureat-international.html"
		}
		if (selected == 3) {
			window.location = "/programmes/preuniversitaires/baccalaureat-international/profil-sciences-de-la-nature.html"
		}
		if (selected == 4) {
			window.location = "/programmes/preuniversitaires/baccalaureat-international/profil-langues-et-etudes-internationales.html"
		}
		if (selected == 5) {
			window.location = "/programmes/preuniversitaires/sciences-de-la-nature.html"
		}
		if (selected == 6) {
			window.location = "/programmes/preuniversitaires/sciences-de-la-nature/profil-sciences-de-la-sante.html"
		}
		if (selected == 7) {
			window.location = "/programmes/preuniversitaires/sciences-de-la-nature/profil-sciences-pures.html"
		}
		if (selected == 8) {
			window.location = "/programmes/preuniversitaires/sciences-humaines.html"
		}
		if (selected == 9) {
			window.location = "/programmes/preuniversitaires/sciences-humaines/profil-administration-et-actualite-internationale.html"
		}
		if (selected == 10) {
			window.location = "/programmes/preuniversitaires/sciences-humaines/profil-culture-droits-et-mondialisation.html"
		}
		if (selected == 11) {
			window.location = "/programmes/preuniversitaires/sciences-humaines/profil-education-formation.html"
		}
		if (selected == 12) {
			window.location = "/programmes/preuniversitaires/sciences-humaines/profil-psychologie.html"
		}
		if (selected == 13) {
			window.location = "/programmes/preuniversitaires/communication-arts-et-litterature.html"
		}
		if (selected == 14) {
			window.location = "/programmes/preuniversitaires/sciences-lettres-et-arts.html"
		}
		if (selected == 15) {
			window.location = "/programmes/preuniversitaires/histoire-et-civilisation.html"
		}
		if (selected == 16) {
			window.location = "/programmes/techniques.html"
		}
		if (selected == 17) {
			window.location = "/programmes/techniques/radiodiagnostic.html"
		}
		if (selected == 18) {
			window.location = "/programmes/techniques/sante-animale.html"
		}
		if (selected == 19) {
			window.location = "/programmes/techniques/education-a-lenfance.html"
		}
		if (selected == 20) {
			window.location = "/programmes/techniques/education-specialisee.html"
		}
		if (selected == 21) {
			window.location = "/programmes/techniques/intervention-en-loisir.html"
		}
		if (selected == 22) {
			window.location = "/programmes/techniques/archives-medicales.html"
		}
		if (selected == 23) {
			window.location = "/programmes/techniques/tourisme.html"
		}
		if (selected == 24) {
			window.location = "/programmes/techniques/gestion-hoteliere.html"
		}
		if (selected == 25) {
			window.location = "/programmes/techniques/gestion-dun-etablissement-de-restauration.html"
		}
		if (selected == 26) {
			window.location = "/programmes/techniques/commercialisation-de-la-mode.html"
		}
		if (selected == 27) {
			window.location = "/programmes/centre-de-formation-continue.html"
		}
		if (selected == 28) {
			window.location = "/programmes/les-plus-du-college-lafleche.html"
		}
		if (selected == 29) {
			window.location = "/programmes/les-plus-du-college-lafleche/art-plus-etudes.html"
		}
		if (selected == 30) {
			window.location = "/programmes/les-plus-du-college-lafleche/art-plus-etudes/danse-etudes.html"
		}
		if (selected == 31) {
			window.location = "/programmes/les-plus-du-college-lafleche/art-plus-etudes/musique-etudes.html"
		}
		if (selected == 32) {
			window.location = "/programmes/les-plus-du-college-lafleche/sport-plus-etudes.html"
		}
	})
})