/* Handset Compatibility Tool
 *
 * Fido Solutions Inc. / Revolver 3
 * 2008-07-02
 */
/* IMPORTANT - DO NOT edit following line */
var hc_phonelist=new Array(); var hc_config=new Array(); function addPhone(code, obj){hc_phonelist.push(code);hc_config[code] = obj;}
/* end */

/* Please edit from this point */
var hc_boolean_true  = "&#8730;";	// shows radical sign if value is true
var hc_boolean_false = "";		// shows nothing if value if false	
var hc_avail_lang    = "fr|en";	        // available languages pipe separated
var hc_lang_default  = "en";		// default language to english
var hc_image_width   = 165;		// phone images width
var hc_phone_default = "";		// default phone to display - no phone by default

/* add shortcodes here */
/*
   Shortcodes are meant to facilitate manual data insertion
   Any number of variables (objects) can be created
   a simple reference to that object is needed to display the value
   Note: Value object is separated by language, the function automatically chooses the correct language to display
*/

hc_sc_frequencies = {
	"quadband": {
		"fr": "<b>Appareil quadribandes</b><br />(GSM 850/900/1800/1900)<br /><em>Peut être utilisé dans tous les pays, sauf au Japon et en Corée du Sud</em>",
		"en": "<b>Quad-band phone</b><br />(GSM 850/900/1800/1900)<br /><em>For use in all countries except Japan and South Korea</em>"
	},	
"tribatroisg": {
		"fr": "<b>Appareil 3G</b><br />3G(850/1900/2100) GSM(850/900/1800/1900)<br /><em>Peut être utilisé dans tous les pays.</em>",
		"en": "<b>3G phone</b><br />3G(850/1900/2100) GSM(850/900/1800/1900)<br /><em>For use in all countries.</em>"
	},
"hspadual": {
		"fr": "<b>Appareil 3G</b><br />3G(850/1900) GSM(850/900/1800/1900)<br /><em>Peut être utilisé dans tous les pays.</em>",
		"en": "<b>3G phone</b><br />3G(850/1900) GSM(850/900/1800/1900)<br /><em>For use in all countries.</em>"
	},
	"tribandna": {
		"fr": "<b>Appareil tribandes</b><br />(GSM 850/1800/1900)<br /><em>Peut être utilisé à Anguilla, au Brésil, au Costa Rica, en Équateur, à Montserrat, au Panama, à Saint-Kitts-et-Nevis, à Trinité et Tobago, aux îles Turks et Caicos, et dans une soixantaine d'autres pays, y compris les pays où il n'est pas nécessaire d'avoir un appareil multibande.</em>",
		"en": "<b>Tri-band phone</b><br />(GSM 850/1800/1900)<br /><em>For use in Anguilla, Brazil, Costa Rica, Ecuador, Montserrat, Panama, St. Kitts and Nevis, Trinidad and Tobago, Turks and Caicos Islands, and more than 60 other countries, including countries that do not require multi-band handsets.</em>"
	},
              "dualbandna": {
		"fr": "<b>Appareil bibandes</b><br />(GSM 850/1900)<br /><em>Peut être utilisé à Anguilla, en Équateur, à Montserrat, au Panama à Saint-Kitts-et-Nevis, aux îles Turks et Caicos et dans les pays où il n'est pas nécessaire d'avoir un appareil multibande.</em>",
		"en": "<b>Dual-band phone</b><br />(GSM 850/1900)<br /><em>For use in Anguilla, Ecuador, Montserrat, Panama, St. Kitts and Nevis, Turks and Caicos Islands, and countries that do not require multi-bands. </em>"
	}
};

hc_sc_namedisplay = {
	"dualDisplayExtNameOnly": {
		"fr": "<b>Écran interne :</b> Nom et numéro<br /><b>Écran externe :</b> Nom seulement",
		"en": "<b>Internal screen:</b> Name and number<br /><b>External screen:</b> Name only"
	},
	"dualDisplayBoth": {
		"fr": "<b>Écran interne :</b> Nom et numéro<br /><b>Écran externe :</b> Nom et numéro",
		"en": "<b>Internal screen:</b> Name and number<br /><b>External screen:</b> Name and Number"
        },

	// Single screen - Both name and number
	"singleDisplayBoth": {     
    		"fr": "Nom et numéro",
    		"en": "Name and number"
        },
	
	// Single screen - Name only
   	"singleDisplayNO": {      
    		"fr": "Nom seulement",
    		"en": "Name only"
        },

	// Single screen - Number only
   	"callDisplay": {      
    		"fr": "Numéro seulement",
    		"en": "Number only"
        }
};

hc_sc_ringtones = {
	"music":     { "fr": "Sonneries musicales", "en": "Musictones" }
};

hc_sc_mobilemail = {
	"download":  { "fr": "Disponible pour téléchargement", "en": "Available for download" },
	"preloaded":  { "fr": "Déjà installé", "en": "Preloaded" }
};

hc_sc_videocalling = {
	"oneway":    { "fr": "Vidéo entrant seulement", "en": "Incoming video only" },
	"both":      { "fr": "&#8730;", "en": "&#8730;" }
};

hc_sc_instant_messaging = {
	"download": { "fr": "Disponible pour téléchargement", "en": "Available for download" }, 
	"preloaded": { "fr": "Déjà installé", "en": "Preloaded" }
};

hc_sc_rogers_musicstore = {
	"download": { "fr": "Disponible pour téléchargement", "en": "Available for download" }, 
	"preloaded": { "fr": "Déjà installé", "en": "Preloaded" }
};

/* Adds phone to system
   
   The first value is phone code, a lowercase non-space expression used to identify phone
   The first 3 items (name, img, url) are phone information
   The rest is information grid
   
   Values supported : true, false, any shortcode previously specified
*/



addPhone("appleiphone3g", {
	"name": "Apple iPhone 3G",
	"img": "/cms/images/en/phones/detailed_image/iPhone_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.callDisplay,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        "Via iTunes",
	"images":           "Via iTunes",
	"games":            "Via iTunes",
	"rogersmusicstore": false,
	"videoclips":       "Via iTunes",
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              "Via google Maps",
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("nokia2760", {
	"name": "Nokia 2760",
	"img": "/cms/images/en/phones/additional_image_two/nokia2760_165x325.png",  
	"url": "",
	"frequencies":      hc_sc_frequencies.dualbandna,
	"namedisplay":      hc_sc_namedisplay.singleDisplayNO,
	"mobilebackup":     true,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});



addPhone("nokia5200", {
	"name": "Nokia 5200",
	"img": "/cms/images/en/phones/additional_image_two/Nokia_5200_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribandna,
	"namedisplay":      hc_sc_namedisplay.singleDisplayNO,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        true,
	"images":           false,
	"games":            true,
	"rogersmusicstore": hc_sc_rogers_musicstore.preloaded,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.download,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("nokia6070", {
	"name": "Nokia 6070",
	"img": "/cms/images/en/phones/additional_image_two/Nokia_6070_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribandna,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("nokia6301", {
	"name": "Nokia 6301",
	"img": "/cms/images/en/phones/additional_image_two/nokia6301_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribandna,
	"namedisplay":      hc_sc_namedisplay.singleDisplayNO,
	"mobilebackup":     true,
	"fidouno":          true,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.preloaded,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.download,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("nokia6555", {
	"name": "Nokia 6555",
	"img": "/cms/images/en/phones/additional_image_two/Nokia_6555_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.dualDisplayBoth,
	"mobilebackup":     true,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.download,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});



addPhone("sonyericssonw380a", {
	"name": "Sony Ericsson W380a",
	"img": "/cms/images/en/phones/additional_image_two/SonyEricssonW380a_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribandna,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.preloaded,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       false,
	"mobiletv":         false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});



addPhone("sonyericssonz750i", {
	"name": "Sony Ericsson Z750i",
	"img": "/cms/images/en/phones/additional_image_two/Sony_ericsson_Z750i_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplay,
	"mobilebackup":     true,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": hc_sc_rogers_musicstore.preloaded,
	"videoclips":       false,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.preloaded,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.download,
	"mobiletv":         false,
	"radioondemand":    true,
	"videoondemand":    true,
	"videocalling":     true,
	"outandabout":      true,
	"windowsmobile":    false,
	"gps":              false,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("samsungsghe747", {
	"name": "Samsung SGH-e747",
	"img": "/cms/images/en/phones/detailed_image/SAMSUNG_SGHE747_174x245.jpg",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.preloaded,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("samsungsgha736", {
	"name": "Samsung SGH-a736",
	"img": "/cms/images/en/phones/additional_image_two/Samsung_SGHA736165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": hc_sc_rogers_musicstore.preloaded,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       true,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"mobiletv":			true,
	"radioondemand":    true,
	"videoondemand":    true,
	"videocalling":     hc_sc_videocalling.both,
	"outandabout":      true,
	"windowsmobile":    false,
	"gps":              false,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("samsungjack", {
	"name": "Samsung JACK",
	"img": "/cms/images/en/phones/detailed_image/SAMSUNG_JACK_174x245.jpg",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           false,
	"games":            false,
	"rogersmusicstore": hc_sc_rogers_musicstore.download,
	"videoclips":       false,
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      true,
	"windowsmobile":    true,
	"gps":              "Via Telenav",
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});


addPhone("motokrzrk1", {
	"name": "MOTO KRZR K1",
	"img": "/cms/images/en/phones/additional_image_two/MotorolaKRZR_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.dualDisplayExtNameOnly,
	"mobilebackup":     true,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": hc_sc_rogers_musicstore.preloaded,
	"videoclips":       false,
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.download,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"mobiletv":         false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("motoq9h", {
	"name": "MOTO Q 9h",
	"img": "/cms/images/en/phones/additional_image_two/Motorola_Q9h_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        false,
	"images":           false,
	"games":            false,
	"rogersmusicstore": hc_sc_rogers_musicstore.download,
	"videoclips":       false,
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"mobiletv":         false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      true,
	"windowsmobile":    true,
	"gps":              "Via Telenav",
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("motorazr2", {
	"name": "MOTO RAZR2 V9",
	"img": "/cms/images/en/phones/additional_image_two/Motorola_Razr2_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.dualDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": hc_sc_rogers_musicstore.preloaded,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.preloaded,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"mobiletv":			true,
	"radioondemand":    true,
	"videoondemand":    true,
	"videocalling":     hc_sc_videocalling.both,
	"outandabout":      true,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("lgtu500", {
	"name": "LG TU500",
	"img": "/cms/images/en/phones/additional_image_two/LG_TU500_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.dualDisplayBoth,
	"mobilebackup":     true,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": hc_sc_rogers_musicstore.preloaded,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.preloaded,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    true,
	"videoondemand":    true,
	"videocalling":     hc_sc_videocalling.both,
	"outandabout":      true,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("lgtg800", {
	"name": "LG TG800",
	"img": "/cms/images/en/phones/additional_image_two/LG_TG800_Black_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribandna,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.download,
	"mobiletv":			false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("motorazrv3", {
	"name": "MOTO RAZR V3",
	"img": "/cms/images/en/phones/additional_image_two/MotorolaRAZR3_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.dualDisplayExtNameOnly,
	"mobilebackup":     true,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       false,
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.download,
	"mobiletv":         false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("nokia6300", {
	"name": "Nokia 6300",
	"img": "/cms/images/en/phones/additional_image_two/nokia6301_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribandna,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"mobiletv":			false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("nokia6126", {
	"name": "Nokia 6126",
	"img": "",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.dualDisplayExtNameOnly,
	"mobilebackup":     true,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.download,
	"mobiletv":			false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});


addPhone("nokiae62", {  
	"name": "Nokia E62",
	"img": "/cms/images/en/phones/additional_image_two/Nokia_E62_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     true,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("sonyericssonz710i", {
	"name": "Sony Ericsson Z710i",
	"img": "/cms/images/en/phones/additional_image_two/Sony_ericsson_Z710i_Black_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.dualDisplayExtNameOnly,
	"mobilebackup":     true,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       false,
	"mobiletv":			false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});


addPhone("motorolal2", {
	"name": "Motorola L2",
	"img": "",  
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplayNO,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.download,
	"mobiletv":			false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("samsungsghc417", {
	"name": "Samsung SGH-c417",
	"img": "",  
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.dualDisplayExtNameOnly,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       false,
	"mobiletv":			false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("sonyericssonk510a", {
	"name": "Sony Ericsson K510a",
	"img": "",  
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplayNO,
	"mobilebackup":     true,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.download,
	"mobiletv":			false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});


addPhone("motoz6w", {
	"name": "MOTO Z6w",
	"img": "/cms/images/en/phones/additional_image_two/MotoZ6W_165x325.png",  
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          true,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.preloaded,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"mobiletv":			false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("motorokru9", {
	"name": "MOTO ROKR U9",
	"img": "/cms/images/en/phones/additional_image_two/MotorolaROKR_U9_165x325.png",  
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.dualDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.preloaded,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"mobiletv":			false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("samsungT336", {
	"name": "Samsung T336",
	"img": "/cms/images/en/phones/additional_image_two/Samsug_Sght336_165x325.png",  
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.dualDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          true,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": true,
	"videoclips":       true,
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.preloaded,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"mobiletv":			false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("blackberrypearl", {
	"name": "Blackberry Pearl 8100",
	"img": "/cms/images/en/phones/detailed_image/BLACKBERRY-PEARL 1 .jpg",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("samsungsghf266", {
	"name": "Samsung SGH-f266",
	"img": "/cms/images/en/phones/additional_image_two/Samsung_SGHF266_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribandna,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": true,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.preloaded,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("lgneon", {
	"name": "LG Neon",
	"img": "/cms/images/en/phones/additional_image_two/Lg_Neon_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribandna,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": true,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.preloaded,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("motow233renew", {
	"name": "MOTO W233 Renew",
	"img": "/cms/images/en/phones/additional_image_two/MotoW233_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.dualbandna,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": true,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             false,
	"hspa":             false
});


addPhone("sonyericssont303a", {
	"name": "Sony Ericsson T303a",
	"img": "/cms/images/en/phones/zoomed_image/SonyEricssonTE303_165x325_petit.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribandna,
	"namedisplay":      false,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": true,
	"videoclips":       false,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             false,
	"hspa":             false
});

addPhone("nokia1661", {
	"name": "Nokia 1661",
	"img": "/cms/images/en/phones/detailed_image/nokia1661_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.dualbandna,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       false,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  false,
	"textmessaging":    true,
	"instantmsg":       false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             false,
	"edge":             false,
	"hspa":             false
});
addPhone("lggb250g", {
	"name": "LG GB250g",
	"img": "/cms/images/en/phones/detailed_image/LG_GB250G_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       true,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});
addPhone("nokia6682", {
	"name": "Nokia 6682",
	"img": "/cms/images/en/phones/additional_image_four/nokia6682_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribandna,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       true,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("sonyericssont715a", {
	"name": "Sony Ericsson T715a",
	"img": "/cms/images/en/phones/additional_image_four/SonyEricssonT715_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       true,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       true,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     true,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              false,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("nokia2720", {
	"name": "Nokia 2720",
	"img": "/cms/images/en/phones/additional_image_two/nokia2720_165x325.png",  
	"url": "",
	"frequencies":      hc_sc_frequencies.dualbandna,
	"namedisplay":      hc_sc_namedisplay.singleDisplayNO,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});


addPhone("lgxenon", {
	"name": "LG Xenon",
	"img": "/cms/images/en/phones/additional_image_two/LG_GR500_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.hspadual,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": true,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.preloaded,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     true,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});


addPhone("motow388", {
	"name": "Moto w388 Renew+",
	"img": "/cms/images/en/phones/detailed_image/MotoW388_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.dualbandna,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": true,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("sonyericssonnaite", {
	"name": "Sony Ericsson Naite",
	"img": "/cms/images/en/phones/detailed_image/SonyEricsson_Naite_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": true,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.preloaded,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     true,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("blackberrycurve8520", {
	"name": "BlackBerry Curve 8520",
	"img": "/cms/images/en/phones/detailed_image/Blackberry_8520_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          true,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("samsunggravity", {
	"name": "Samsung Gravity",
	"img": "/cms/images/en/phones/detailed_image/Samsung_Gravity_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.preloaded,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});



addPhone("appleiphone3gs", {
	"name": "Apple iPhone 3GS",
	"img": "/cms/images/en/phones/detailed_image/iPhone3GS_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.callDisplay,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        "Via iTunes",
	"images":           "Via iTunes",
	"games":            "Via iTunes",
	"rogersmusicstore": false,
	"videoclips":       "Via iTunes",
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       true,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              "Via google Maps",
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});



addPhone("appleiphone4", {
	"name": "Apple iPhone 4",
	"img": "/cms/images/en/phones/detailed_image/iPhone4_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.callDisplay,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        "Via iTunes",
	"images":           "Via iTunes",
	"games":            "Via iTunes",
	"rogersmusicstore": false,
	"videoclips":       "Via iTunes",
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       true,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     "Via FaceTime",
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              "Via google Maps",
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("lggossip", {
	"name": "LG Gossip",
	"img": "/cms/images/en/phones/detailed_image/LG-GW300FD_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        true,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       true,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       true,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("acerliquide", {
	"name": "Acer Liquid E",
	"img": "/cms/images/en/phones/detailed_image/AcerLiquidE_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        true,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       true,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              true,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});


addPhone("sonyericssonvivazpro", {
	"name": "Sony Ericsson VIVAZ PRO",
	"img": "/cms/images/en/phones/detailed_image/VIVIAZ_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        true,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       true,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       true,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              true,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});


addPhone("nokiac1", {
	"name": "Nokia C1",
	"img": "/cms/images/en/phones/zoomed_image/NOKIA-C1-01_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.dualbandna,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        true,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       true,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       true,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});


addPhone("sonyericssoncedar", {
	"name": "Sony Ericsson CEDAR J108A",
	"img": "/cms/images/en/phones/zoomed_image/SECEDAR_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        true,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       true,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       true,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              false,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});


addPhone("lgneon2", {
	"name": "LG Neon2",
	"img": "/cms/images/en/phones/zoomed_image/LG-NEON_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": true,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.preloaded,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("nokia2220", {
	"name": "Nokia 2220",
	"img": "/cms/images/en/phones/additional_image_two/nokia2220_165x325.png",  
	"url": "",
	"frequencies":      hc_sc_frequencies.dualbandna,
	"namedisplay":      hc_sc_namedisplay.singleDisplayNO,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":       false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("nexuss", {
	"name": "Nexus S",
	"img": "/cms/images/en/phones/detailed_image/NEXUSSBLKF_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.callDisplay,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        true,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       true,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     true,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              true,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("samsunglinxsght369", {
	"name": "Samsung Linx SGH-T369",
	"img": "/cms/images/en/phones/detailed_image/T369BLKF_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": true,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       hc_sc_mobilemail.preloaded,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});


addPhone("blackberrycurve3g", {
	"name": "BlackBerry Curve 3G (9300)",
	"img": "/cms/images/en/phones/zoomed_image/KEPPLER_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          true,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":        	    true,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("nokiac6", {
	"name": "Nokia C6",
	"img": "/cms/images/en/phones/zoomed_image/C6BLKF_165x325.png",  
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              true,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("lgoptimus2x", {
	"name": "LG Optimus 2x",
	"img": "/cms/images/en/phones/detailed_image/P990BLKF_165x325.png",  
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.singleDisplayNO,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       true,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     true,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              true,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("sonyericssonxperiapro", {
	"name": "Sony Ericsson Xperia pro",
	"img": "/cms/images/en/phones/detailed_image/MK16ABLKF_165x325.png",  
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.callDisplay,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       true,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     true,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              true,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("samsunggalaxyq", {
	"name": "Samsung Galaxy Q",
	"img": "/cms/images/en/phones/detailed_image/T589BLKF_165x325.png",  
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.singleDisplayNO,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       true,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     true,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              true,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("appleiphone4S", {
	"name": "Apple iPhone 4S",
	"img": "/cms/images/en/phones/additional_image_two/iPhone4S_165x325.png",  
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.callDisplay,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        "Via iTunes",
	"images":           "Via iTunes",
	"games":            "Via iTunes",
	"rogersmusicstore": false,
	"videoclips":       "Via iTunes",
	"themes":           false,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       false,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              "Via google Maps",
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("nokiax2", {
	"name": "Nokia X2",
	"img": "/cms/images/en/phones/zoomed_image/X2BLKF_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.quadband,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        true,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       true,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              false,
	"gprs":             true,
	"edge":             true,
	"hspa":             false
});

addPhone("lggossippro", {
	"name": "LG Gossip Pro",
	"img": "/cms/images/en/phones/additional_image_one/C660BLKF_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.hspadual,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        true,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       true,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":              true,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("blackberrycurve9360", {
	"name": "BlackBerry Curve 9360",
	"img": "/cms/v45/images/270/9360BLKF_165x235.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          true,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":        	    true,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});

addPhone("samsungc414", {
	"name": "Samsung C414",
	"img": "/cms/images/en/phones/detailed_image/C414BLKF_165x235.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.hspadual,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       true,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     false,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":        	    false,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});


addPhone("motorolarazr", {
	"name": "Motorola RAZR",
	"img": "/cms/images/en/phones/detailed_image/XT910BLKF_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     true,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":        	    true,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});				

addPhone("galaxynexus", {
	"name": "Galaxy Nexus",
	"img": "/cms/images/en/phones/detailed_image/NEXUSGBLK_165x325.png",
	"url": "",
	"frequencies":      hc_sc_frequencies.tribatroisg,
	"namedisplay":      hc_sc_namedisplay.singleDisplayBoth,
	"mobilebackup":     false,
	"fidouno":          false,
	"ringtones":        hc_sc_ringtones.music,
	"images":           true,
	"games":            true,
	"rogersmusicstore": false,
	"videoclips":       true,
	"themes":           true,
	"callerringtrax":   true,
	"mobilemail":       false,
	"picturevideomsg":  true,
	"textmessaging":    true,
	"instantmsg":       hc_sc_instant_messaging.preloaded,
	"radioondemand":    false,
	"videoondemand":    false,
	"videocalling":     true,
	"outandabout":      false,
	"windowsmobile":    false,
	"gps":        	    true,
	"gprs":             true,
	"edge":             true,
	"hspa":             true
});
