var deviceData = new Array;
deviceData = ["Legend", "Apple-Iphone3GS", "Apple-Iphone4", "HTC-HD2", "HTC-TD", "LG-U970", "RIM-BlackBerry8900", "Samsung-GTi5700"];
deviceData.Legend = new Array("Largeur d'affichage (pixel) : ", "Hauteur d'affichage (pixel) : ", "OffsetX : ", "OffsetY : ", "Largeur écran (pouce) : ","Hauteur écran (pouce) : ", "Zoomable : ", "Orientable : ", "UserAgent : ", "Browser : ");
deviceData['Apple-Iphone3GS'] = new Array(320, 480, 33, 120, 1.94, 2.91, "NO", "YES", "Mozilla/5.0 (iPhone; U; CPU iPhone OS 2_1 like Mac OS X; xx-xx) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Mobile/5F90 Safari/525.20", "Safari");
deviceData['Apple-Iphone4'] = new Array(320, 480, 27, 94, 1.94, 2.91, "NO", "YES", "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; xx-xx) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7", "Safari");
deviceData['HTC-HD2'] = new Array(480, 800, 40, 57, 2.24, 3.7, "YES", "YES", "PPC; 480x800; HTC_HD2_T8585-Orange; OpVer 114.143.2.731 Opera/9.7 (Microsoft Windows 6.5; U;fr)", "Opera");
deviceData['HTC-TD'] = new Array(480, 640, 43, 110, 1.69, 2.24, "YES", "YES", "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Alltel HTC Touch Diamond", "Internet Explorer");
deviceData['LG-U970'] = new Array(240, 320, 53, 115, 1.4, 2.91, "NO", "NO", "U970", "Not defined");
deviceData['RIM-BlackBerry8900'] = new Array(480, 360, 47, 190, 1.952, 1.464, "NO", "NO", "BlackBerry8900/4.6.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/100", "BlackBerry");
deviceData['Samsung-GTi5700'] = new Array(320, 480, 44, 122, 1.77, 2.66, "NO", "YES", "Mozilla/5.0 (Linux; U; Android 1.5; xx-xx; GT-I5700 Build/CUPCAKE) AppleWebKit/525.10+ (KHTML, like Gecko) Version/3.0.4 Mobile Safari/523.12.2", "Android Webkit");
deviceData['Samsung-GTi9100'] = new Array(320, 533, 25, 85, 2.2, 4.3, "NO", "YES", "Mozilla/5.0 (Linux; U; Android 2.3.1; xx-xx; SAMSUNG GT-I9100/I9100BUKB2 Build/GRH78) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 MobileSafari/533.1", "Android Webkit");
