/*
	Gabriel BONDAZ
	Service PRACTICE - Université Claude Bernard LYON 1
	2006

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

/****************************/
// Systèmes d'exploitations :
/****************************/

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

	// Erreur : à cré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éné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éné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éné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 : à cré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é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();

	// Adobe Reader:
	cPg = new c_Plugin("adobe acrobat","Adobe Reader","pdf",imgPath+"p_pdf.gif",imgPath+"p_pdf_err.gif","http://www.adobe.com/fr/products/acrobat/readermain.html","Lire les fichiers au format '.pdf'");
	cPg.addProgId("PDF.PdfCtrl.4","4");
	cPg.addProgId("PDF.PdfCtrl.5","5");
	cPg.addProgId("PDF.PdfCtrl.6","6");
	cPg.addProgId("AcroPDF.PDF.1","7");
	cPg.addProgId("AcroExch.Document.7","7");
	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();

	// Director:
	cPg = new c_Plugin("shockwave for director","Player Shockwave Director","x-director",imgPath+"p_dir.gif",imgPath+"p_dir_err.gif","http://www.adobe.com/products/shockwaveplayer/","Manipulation d'univers en 3D");
	cPg.addProgId("SWCtl.SWCtl.10.1.1","10.1.1");
	cPg.addProgId("SWCtl.SWCtl.9","9");
	cPg.addProgId("SWCtl.SWCtl.8.5","8.5");
	cPg.addProgId("SWCtl.SWCtl.8","8");
	cPg.addProgId("SWCtl.SWCtl.7","7");
	cPg.addProgId("SWCtl.SWCtl.6","6");
	cPg.addProgId("SWCtl.SWCtl.5","5");
	cPg.addProgId("SWCtl.SWCtl.4","4");
	cPg.addProgId("SWCtl.SWCtl.3","3");
	cPg.addProgId("SWCtl.SWCtl.2","2");
	cPg.addProgId("SWCtl.SWCtl.1","1");
	cPg.addPlugin();

	// QuickTime:
	cPg = new c_Plugin("quicktime","QuickTime","quicktime",imgPath+"p_quick.gif",imgPath+"p_quick_err.gif","http://www.apple.com/quicktime/download/","Lire les vid&eacute;os au format '.mov'");
	cPg.addProgId("QuickTimeCheckObject.QuickTimeCheck.1","");
	cPg.addPlugin();
	
	// RealPlayer:
	cPg = new c_Plugin("realplayer ","RealPlayer","real",imgPath+"p_real.gif",imgPath+"p_real_err.gif","http://france.real.com/freeplayer_r1p.html","Lire les vid&eacute;os au format '.rm' et 'ram'");
	cPg.addProgId("RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)","5");
	cPg.addProgId("rmocx.RealPlayer G2 Control","G2");
	cPg.addPlugin();

	// Vlc:
	//cPg = new c_Plugin("vlc","VLC","application/x-vlc-plugin",imgPath+"p_vlc.gif",imgPath+"p_vlc_err.gif","http://www.videolan.org/vlc/","Lire les vid&eacute;os dans tous les formats");
	//cPg.addProgId("VideoLAN.VLCPlugin.1","");
	//cPg.addPlugin();

	// Windows Media Player:
	cPg = new c_Plugin("windows media player","Windows Media Player","x-ms",imgPath+"p_wmp.jpg",imgPath+"p_wmp_err.jpg","http://www.microsoft.com/france/internet/produits/windowsmedia/default.mspx","Lire les vid&eacute;os dans les formats standards");
	cPg.addProgId("MediaPlayer.MediaPlayer.1","");
	cPg.addPlugin();
	
	// Java:
	cPg = new c_Plugin("java","Java","application/x-java-applet",imgPath+"p_java.gif",imgPath+"p_java_err.gif","http://www.java.com/fr/","Pour utiliser l'&eacute;diteur d'&eacute;quation &amp; le transfert ftp");
	cPg.addPlugin();

	// MathML:
	cPg = new c_Plugin("mathml","Player MathML","",imgPath+"p_mathml.gif",imgPath+"p_mathml_err.gif","http://www.dessci.com/en/products/mathplayer/download.htm","Permet de visualiser les formules math&eacute;matiques");
	cPg.addProgId("MathPlayer.Factory.1","");
	cPg.addPlugin();	
