/*
	Gabriel BONDAZ
	Service PRACTICE - Universit&eacute; Claude Bernard LYON 1
	2006

	dSENP_donnees.js : Listes des donn&eacute;es permetant d'effectuer les recherches.
*/

/****************************/
// Syst&egrave;mes d'exploitations :
/****************************/

	// Exemple
	// cSE = new c_SystemeExploitation(s_keywordName, s_name, s_keywordVersion, s_version, s_pathIcon, s_url);
	// cSE.addSystemeExploitation();

	// Erreur : &agrave; cr&eacute;er en premier ! (indice 0 dans g_arr_SystemeExploitation)
	cSE = new c_SystemeExploitation("indefini","indefini","indefini","indefini","","")
	cSE.addSystemeExploitation();

	// Linux
	cSE = new c_SystemeExploitation("linux","Linux","ubuntu","Ubuntu",imgPath+"os_ubuntu.gif","http://www.ubuntu-fr.org/");
	cSE.addSystemeExploitation();
	cSE = new c_SystemeExploitation("linux","Linux","redhat","RedHat",imgPath+"os_linux.gif","http://www.fr.redhat.com/");
	cSE.addSystemeExploitation();
	// Dans le cas g&eacute;n&eacute;rale
	cSE = new c_SystemeExploitation("linux","Linux","","",imgPath+"os_linux.gif","");
	cSE.addSystemeExploitation();

	// Mac
	cSE = new c_SystemeExploitation("mac","Macintosh","os x","OS X",imgPath+"os_macintosh.gif","http://www.apple.com/fr/");
	cSE.addSystemeExploitation();
	// Dans le cas g&eacute;n&eacute;rale
	cSE = new c_SystemeExploitation("mac","Macintosh","","",imgPath+"os_macintosh.gif","http://www.apple.com/fr/");
	cSE.addSystemeExploitation();

	// Window
	cSE = new c_SystemeExploitation("win","Window","95","95",imgPath+"os_windows.gif","http://www.microsoft.com/france/");
	cSE.addSystemeExploitation();
	cSE = new c_SystemeExploitation("win","Window","98","98",imgPath+"os_windows.gif","http://www.microsoft.com/france/");
	cSE.addSystemeExploitation();
	cSE = new c_SystemeExploitation("win","Window","nt 4.0","NT 4",imgPath+"os_windows.gif","http://www.microsoft.com/france/");
	cSE.addSystemeExploitation();
	cSE = new c_SystemeExploitation("win","Window","nt 5.0","2000",imgPath+"os_windows.gif","http://www.microsoft.com/france/");
	cSE.addSystemeExploitation();
	cSE = new c_SystemeExploitation("win","Window","nt 5.1","XP",imgPath+"os_windows.gif","http://www.microsoft.com/france/");
	cSE.addSystemeExploitation();
	cSE = new c_SystemeExploitation("win","Window","nt 5.2","2003 Server",imgPath+"os_windows.gif","http://www.microsoft.com/france/");
	cSE.addSystemeExploitation();
	cSE = new c_SystemeExploitation("win","Window","nt 6.0","Vista",imgPath+"os_windows.gif","http://www.microsoft.com/france/");
	cSE.addSystemeExploitation();
	// Dans le cas g&eacute;n&eacute;rale
	cSE = new c_SystemeExploitation("win","Window","","",imgPath+"os_windows.gif","http://www.microsoft.com/france/");
	cSE.addSystemeExploitation();


/***************************/
//      Navigateurs :
/***************************/

	// Exemple
	// cNav = new c_Navigateur(s_keywordMoteur, s_keywordName, s_name, s_pathIcon, s_url, s_info);
	// cNav.addNavigateur();

	// Erreur : &agrave; cr&eacute;er en premier ! (indice 0 dans g_arr_Navigateur)
	cNav = new c_Navigateur("indefini","indefini","indefini","","","");
	cNav.addNavigateur();

	// Moteur Gecko
	cNav = new c_Navigateur("gecko","aphrodite","Aphrodite","","","");
	cNav.addNavigateur();
	cNav = new c_Navigateur("gecko","beonex","Beonex","","","");
	cNav.addNavigateur();
	cNav = new c_Navigateur("gecko","camino","Camino","","","");
	cNav.addNavigateur();
	cNav = new c_Navigateur("gecko","epiphany","Epiphany","","","");
	cNav.addNavigateur();
	cNav = new c_Navigateur("gecko","galeon","Galeon",imgPath+"n_galeon.gif","","");
	cNav.addNavigateur();
	cNav = new c_Navigateur("gecko","flock","Flock",imgPath+"n_flock.gif","","");
	cNav.addNavigateur();
	cNav = new c_Navigateur("gecko","firefox","Firefox",imgPath+"n_firefox.gif","http://www.mozilla-europe.org/fr/products/firefox/","");
	cNav.addNavigateur();
	cNav = new c_Navigateur("gecko","netscape","Netscape","","","");
	cNav.addNavigateur();

	// Moteur KHTML
	cNav = new c_Navigateur("khtml","konqueror","Konqueror","","","");
	cNav.addNavigateur();
	cNav = new c_Navigateur("khtml","safari","Safari",imgPath+"n_safari.gif","http://www.apple.com/fr/macosx/features/safari/","");
	cNav.addNavigateur();

	// Moteur MSIE
	cNav = new c_Navigateur("msie","aol","AOL Explorer","","","");
	cNav.addNavigateur();
	cNav = new c_Navigateur("msie","opera","OPERA","","","");
	cNav.addNavigateur();
	cNav = new c_Navigateur("msie","msie","Internet Explorer",imgPath+"n_ie.gif","http://www.microsoft.com/france/windows/ie/","");
	cNav.addNavigateur();

	// Moteur OPERA
	cNav = new c_Navigateur("opear","opera","OPERA","","","");
	cNav.addNavigateur();


/***************************/
//      Plugins :
/***************************/

	// Exemple pour cr&eacute;er un plugin
	// cPg = new c_Plugin(s_keywordName, s_name, s_mimeType, s_pathIconOk, s_pathIconErr, s_url, s_info);
	// Pour ajouter des versions (sous ie)
	// cPg.addProgId(s_progId,s_version);
	// cPg.addPlugin();


	// Flash:
	cPg = new c_Plugin("shockwave flash","Player Shockwave Flash","x-shockwave-flash",imgPath+"p_flash.gif",imgPath+"p_flash_err.gif","http://www.adobe.com/shockwave/download/index.cgi?Lang=French","Lire les animations flash au format '.swf'");
	cPg.addProgId("ShockwaveFlash.ShockwaveFlash.9","9");
	cPg.addProgId("ShockwaveFlash.ShockwaveFlash.8.5","8.5");
	cPg.addProgId("ShockwaveFlash.ShockwaveFlash.8","8");
	cPg.addProgId("ShockwaveFlash.ShockwaveFlash.7","7");
	cPg.addProgId("ShockwaveFlash.ShockwaveFlash.6","6");
	cPg.addProgId("ShockwaveFlash.ShockwaveFlash.5","5");
	cPg.addProgId("ShockwaveFlash.ShockwaveFlash.4","4");
	cPg.addProgId("ShockwaveFlash.ShockwaveFlash.3","3");
	cPg.addProgId("ShockwaveFlash.ShockwaveFlash.2","2");
	cPg.addProgId("ShockwaveFlash.ShockwaveFlash.1","1");
	cPg.addPlugin();

	
