// JavaScript Document
function formCheck(formobj){
	// Enter name of mandatory fields
	var fieldRequired = Array("firstName", "lastName", "address", "city", "state", "zip", "country", "phone", "modelNo", "lotNo", "purchaseDateMo", "purchaseDateDa", "purchaseDateYr", "purchaseLoc", "betterFeatures");
	// Enter field description to appear in the dialog box
	var fieldDescription = Array("First Name", "Last Name", "Street Address", "City", "State", "Postal Code", "Country", "Telephone", "Model No.", "Lot No.", "Purchase Date Month", "Purchase Date Day", "Purchase Date Year", "Location of Purchase", "What other features would you add to this unit to make it better for you?");
	// dialog message
	var alertMsg = "Please complete the following fields:\n";
	
	var l_Msg = alertMsg.length;
	
	for (var i = 0; i < fieldRequired.length; i++){
		var obj = formobj.elements[fieldRequired[i]];
		if (obj){
			switch(obj.type){
			case "select-one":
				if (obj.selectedIndex == -1 || obj.options[obj.selectedIndex].text == ""){
					alertMsg += " - " + fieldDescription[i] + "\n";
				}
				break;
			case "select-multiple":
				if (obj.selectedIndex == -1){
					alertMsg += " - " + fieldDescription[i] + "\n";
				}
				break;
			case "text":
			case "textarea":
				if (obj.value == "" || obj.value == null){
					alertMsg += " - " + fieldDescription[i] + "\n";
				}
				break;
			default:
			}
			if (obj.type == undefined){
				var blnchecked = false;
				for (var j = 0; j < obj.length; j++){
					if (obj[j].checked){
						blnchecked = true;
					}
				}
				if (!blnchecked){
					alertMsg += " - " + fieldDescription[i] + "\n";
				}
			}
		}
	}
	if (formobj.elements["influence_0"].checked == false && formobj.elements["influence_1"].checked == false && formobj.elements["influence_2"].checked == false && formobj.elements["influence_3"].checked == false && formobj.elements["influence_4"].checked == false && formobj.elements["influence_5"].checked == false && formobj.elements["influence_6"].checked == false && formobj.elements["influence_7"].checked == false && formobj.elements["influence_8"].checked == false && formobj.elements["influence_9"].checked == false && formobj.elements["influence_10"].checked == false && formobj.elements["influence_11"].checked == false && formobj.elements["influence_12"].checked == false) {
		alertMsg += " - " + "What influenced your purchase of this unit (choose all that apply)?" + "\n";
		}
	if (formobj.elements["influence_12"].checked == true) {
		if (formobj.elements["otherInfluence"].value == "" || formobj.elements["otherInfluence"].value == null) {
		alertMsg += " - " + "Please explain what influenced your purchase of this unit." + "\n";
		}
	}
	if (formobj.elements["mp3Player"].value == "Other") {
		if (formobj.elements["otherMp3Player"].value == "" || formobj.elements["otherMp3Player"].value == null) {
		alertMsg += " - " + "Please explain what MP3 player will you use with this unit." + "\n";
		}
	}
	if (formobj.elements["isGift"].value == "Other") {
		if (formobj.elements["otherGift"].value == "" || formobj.elements["otherGift"].value == null) {
		alertMsg += " - " + "Please explain if you purchased this unit for yourself or as a gift." + "\n";
		}
	}
	
	if (alertMsg.length == l_Msg){
		return true;
	}else{
		alert(alertMsg);
		return false;
	}
}


//-----------------------------------------------------------------------/
//-----------E-N-G-L-I-S-H-----------------------------------------------/
//-----------------------------------------------------------------------/
function ChangeLangEng() {
   var headerLabel_e = "Limited Warranty Product Registration";
   var headerLabel = document.getElementById("headerLabel");
   	headerLabel.firstChild.nodeValue=headerLabel_e;
	
   var noticeLabel_e = "Please submit this information immediately. Delay may void your warranty.";
   var noticeLabel = document.getElementById("noticeLabel");
   	noticeLabel.firstChild.nodeValue=noticeLabel_e;
	
   var firstNameLabel_e = "First Name";
   var firstNameLabel = document.getElementById("firstNameLabel");
   	firstNameLabel.firstChild.nodeValue=firstNameLabel_e;
	
   var lastNameLabel_e = "Last Name";
   var lastNameLabel = document.getElementById("lastNameLabel");
   	lastNameLabel.firstChild.nodeValue=lastNameLabel_e;
	
   var stAddressLabel_e = "Street Address";
   var stAddressLabel = document.getElementById("stAddressLabel");
   	stAddressLabel.firstChild.nodeValue=stAddressLabel_e;
	
   var cityLabel_e = "City";
   var cityLabel = document.getElementById("cityLabel");
   	cityLabel.firstChild.nodeValue=cityLabel_e;
	
   var stateLabel_e = "State";
   var stateLabel = document.getElementById("stateLabel");
   	stateLabel.firstChild.nodeValue=stateLabel_e;
	
   var zipLabel_e = "Postal Code";
   var zipLabel = document.getElementById("zipLabel");
   	zipLabel.firstChild.nodeValue=zipLabel_e;
	
   var countryLabel_e = "Country";
   var countryLabel = document.getElementById("countryLabel");
   	countryLabel.firstChild.nodeValue=countryLabel_e;
	
   var phoneLabel_e = "Telephone";
   var phoneLabel = document.getElementById("phoneLabel");
   	phoneLabel.firstChild.nodeValue=phoneLabel_e;
	
   var emailLabel_e = "E-mail Address";
   var emailLabel = document.getElementById("emailLabel");
   	emailLabel.firstChild.nodeValue=emailLabel_e;
	
   var modelNoLabel_e = "Model No.";
   var modelNoLabel = document.getElementById("modelNoLabel");
   	modelNoLabel.firstChild.nodeValue=modelNoLabel_e;
	
   var lotNoLabel_e = "Lot No.";
   var lotNoLabel = document.getElementById("lotNoLabel");
   	lotNoLabel.firstChild.nodeValue=lotNoLabel_e;
	
   var purchaseDateLabel_e = "Purchase Date";
   var purchaseDateLabel = document.getElementById("purchaseDateLabel");
   	purchaseDateLabel.firstChild.nodeValue=purchaseDateLabel_e;
	
   var purchaseLocLabel_e = "Location of Purchase";
   var purchaseLocLabel = document.getElementById("purchaseLocLabel");
   	purchaseLocLabel.firstChild.nodeValue=purchaseLocLabel_e;
	
   var explainOtherLabel_e = "If Other Explain";
   var explainOtherLabel = document.getElementById("explainOtherLabel");
   	explainOtherLabel.firstChild.nodeValue=explainOtherLabel_e;
	
   var q1Label_e = "What influenced your purchase of this unit (choose all that apply)?";
   var q1Label = document.getElementById("q1Label");
   	q1Label.firstChild.nodeValue=q1Label_e;
	
   var influence_0Label_e = "a. Built-in Speakers";
   var influence_0Label = document.getElementById("influence_0Label");
   	influence_0Label.firstChild.nodeValue=influence_0Label_e;
	
   var influence_1Label_e = "b. Waterproof";
   var influence_1Label = document.getElementById("influence_1Label");
   	influence_1Label.firstChild.nodeValue=influence_1Label_e;
	
   var influence_2Label_e = "c. Protects my MP3 Player ";
   var influence_2Label = document.getElementById("influence_2Label");
   	influence_2Label.firstChild.nodeValue=influence_2Label_e;
	
   var influence_3Label_e = "d. Shatterproof Body";
   var influence_3Label = document.getElementById("influence_3Label");
   	influence_3Label.firstChild.nodeValue=influence_3Label_e;
	
   var influence_4Label_e = "e. Clear Body (so you can see inside)";
   var influence_4Label = document.getElementById("influence_4Label");
   	influence_4Label.firstChild.nodeValue=influence_4Label_e;
	
   var influence_5Label_e = "f. Price";
   var influence_5Label = document.getElementById("influence_5Label");
   	influence_5Label.firstChild.nodeValue=influence_5Label_e;
	
   var influence_6Label_e = "g. Easy access to MP3 Player controls";
   var influence_6Label = document.getElementById("influence_6Label");
   	influence_6Label.firstChild.nodeValue=influence_6Label_e;
	
   var influence_7Label_e = "h. 30+ hours of playing time";
   var influence_7Label = document.getElementById("influence_7Label");
   	influence_7Label.firstChild.nodeValue=influence_7Label_e;
	
   var influence_8Label_e = "i. Snap-locking latch";
   var influence_8Label = document.getElementById("influence_8Label");
   	influence_8Label.firstChild.nodeValue=influence_8Label_e;
	
   var influence_9Label_e = "j. Shoulder / Wrist straps";
   var influence_9Label = document.getElementById("influence_9Label");
   	influence_9Label.firstChild.nodeValue=influence_9Label_e;
	
   var influence_10Label_e = "k. Someone I know has the same product ";
   var influence_10Label = document.getElementById("influence_10Label");
   	influence_10Label.firstChild.nodeValue=influence_10Label_e;
	
   var influence_11Label_e = "l. Packaging Graphics";
   var influence_11Label = document.getElementById("influence_11Label");
   	influence_11Label.firstChild.nodeValue=influence_11Label_e;
	
   var influence_12Label_e = "m. Other";
   var influence_12Label = document.getElementById("influence_12Label");
   	influence_12Label.firstChild.nodeValue=influence_12Label_e;
	
   var betterFeaturesLabel_e = "What other features would you add to this unit to make it better for you?";
   var betterFeaturesLabel = document.getElementById("betterFeaturesLabel");
   	betterFeaturesLabel.firstChild.nodeValue=betterFeaturesLabel_e;
	
   var mp3PlayerLabel_e = "Which MP3 player will you use with this unit?";
   var mp3PlayerLabel = document.getElementById("mp3PlayerLabel");
   	mp3PlayerLabel.firstChild.nodeValue=mp3PlayerLabel_e;
	
   var explainOtherMp3Label_e = "If Other Explain";
   var explainOtherMp3Label = document.getElementById("explainOtherMp3Label");
   	explainOtherMp3Label.firstChild.nodeValue=explainOtherMp3Label_e;
	
   var isGiftLabel_e = "Did you purchase this unit for yourself or as a gift?";
   var isGiftLabel = document.getElementById("isGiftLabel");
   	isGiftLabel.firstChild.nodeValue=isGiftLabel_e;
	
   var otherGiftLabel_e = "If Other Explain";
   var otherGiftLabel = document.getElementById("otherGiftLabel");
   	otherGiftLabel.firstChild.nodeValue=otherGiftLabel_e;
	
   var ageRangeUserLabel_e = "What is the age range of the person who will be the primary user of this product?";
   var ageRangeUserLabel = document.getElementById("ageRangeUserLabel");
   	ageRangeUserLabel.firstChild.nodeValue=ageRangeUserLabel_e;
	
   var ageRangeBuyerLabel_e = "What is the age range of the person who purchased this product?";
   var ageRangeBuyerLabel = document.getElementById("ageRangeBuyerLabel");
   	ageRangeBuyerLabel.firstChild.nodeValue=ageRangeBuyerLabel_e;
}
//-----------------------------------------------------------------------/
//-----------S-P-A-N-I-S-H-----------------------------------------------/
//-----------------------------------------------------------------------/
function ChangeLangSpanish() {
   var headerLabel_s = "Registro de Garantía Limitada del Producto";
   var headerLabel = document.getElementById("headerLabel");
   	headerLabel.firstChild.nodeValue=headerLabel_s;
	
   var noticeLabel_s = "Sea tan amable de mandar los datos de una vez. Cualquier demora puede anular su garantía.";
   var noticeLabel = document.getElementById("noticeLabel");
   	noticeLabel.firstChild.nodeValue=noticeLabel_s;
	
   var firstNameLabel_s = "Nombre";
   var firstNameLabel = document.getElementById("firstNameLabel");
   	firstNameLabel.firstChild.nodeValue=firstNameLabel_s;
	
   var lastNameLabel_s = "Apellido";
   var lastNameLabel = document.getElementById("lastNameLabel");
   	lastNameLabel.firstChild.nodeValue=lastNameLabel_s;
	
   var stAddressLabel_s = "Calle";
   var stAddressLabel = document.getElementById("stAddressLabel");
   	stAddressLabel.firstChild.nodeValue=stAddressLabel_s;
	
   var cityLabel_s = "Ciudad";
   var cityLabel = document.getElementById("cityLabel");
   	cityLabel.firstChild.nodeValue=cityLabel_s;
	
   var stateLabel_s = "Estado";
   var stateLabel = document.getElementById("stateLabel");
   	stateLabel.firstChild.nodeValue=stateLabel_s;
	
   var zipLabel_s = "Código Postal";
   var zipLabel = document.getElementById("zipLabel");
   	zipLabel.firstChild.nodeValue=zipLabel_s;
	
   var countryLabel_s = "País";
   var countryLabel = document.getElementById("countryLabel");
   	countryLabel.firstChild.nodeValue=countryLabel_s;
	
   var phoneLabel_s = "Teléfono";
   var phoneLabel = document.getElementById("phoneLabel");
   	phoneLabel.firstChild.nodeValue=phoneLabel_s;
	
   var emailLabel_s = "correo electrónico";
   var emailLabel = document.getElementById("emailLabel");
   	emailLabel.firstChild.nodeValue=emailLabel_s;
	
   var modelNoLabel_s = "Número de Modelo";
   var modelNoLabel = document.getElementById("modelNoLabel");
   	modelNoLabel.firstChild.nodeValue=modelNoLabel_s;
	
   var lotNoLabel_s = "Número de Lote";
   var lotNoLabel = document.getElementById("lotNoLabel");
   	lotNoLabel.firstChild.nodeValue=lotNoLabel_s;
	
   var purchaseDateLabel_s = "Fecha de Compra";
   var purchaseDateLabel = document.getElementById("purchaseDateLabel");
   	purchaseDateLabel.firstChild.nodeValue=purchaseDateLabel_s;
	
   var purchaseLocLabel_s = "Lugar de Compra";
   var purchaseLocLabel = document.getElementById("purchaseLocLabel");
   	purchaseLocLabel.firstChild.nodeValue=purchaseLocLabel_s;
	
   var explainOtherLabel_s = "Otro";
   var explainOtherLabel = document.getElementById("explainOtherLabel");
   	explainOtherLabel.firstChild.nodeValue=explainOtherLabel_s;
	
   var q1Label_s = "¿Qué le influyó en la compra de la unidad?";
   var q1Label = document.getElementById("q1Label");
   	q1Label.firstChild.nodeValue=q1Label_s;
	
   var influence_0Label_s = "a. Bocinas Incorporadas";
   var influence_0Label = document.getElementById("influence_0Label");
   	influence_0Label.firstChild.nodeValue=influence_0Label_s;
	
   var influence_1Label_s = "b. A Prueba de Agua";
   var influence_1Label = document.getElementById("influence_1Label");
   	influence_1Label.firstChild.nodeValue=influence_1Label_s;
	
   var influence_2Label_s = "c. Protege mi MP3 Player";
   var influence_2Label = document.getElementById("influence_2Label");
   	influence_2Label.firstChild.nodeValue=influence_2Label_s;
	
   var influence_3Label_s = "d. Cuerpo a Prueba de Fractura";
   var influence_3Label = document.getElementById("influence_3Label");
   	influence_3Label.firstChild.nodeValue=influence_3Label_s;
	
   var influence_4Label_s = "e. Cuerpo Transparente (se puede ver adentro)";
   var influence_4Label = document.getElementById("influence_4Label");
   	influence_4Label.firstChild.nodeValue=influence_4Label_s;
	
   var influence_5Label_s = "f. Precio";
   var influence_5Label = document.getElementById("influence_5Label");
   	influence_5Label.firstChild.nodeValue=influence_5Label_s;
	
   var influence_6Label_s = "g. Acceso fácil a los controles del MP3 Player";
   var influence_6Label = document.getElementById("influence_6Label");
   	influence_6Label.firstChild.nodeValue=influence_6Label_s;
	
   var influence_7Label_s = "h. Proporciona 30 horas y más de música.";
   var influence_7Label = document.getElementById("influence_7Label");
   	influence_7Label.firstChild.nodeValue=influence_7Label_s;
	
   var influence_8Label_s = "i. Aldabilla a Presión";
   var influence_8Label = document.getElementById("influence_8Label");
   	influence_8Label.firstChild.nodeValue=influence_8Label_s;
	
   var influence_9Label_s = "j. Tiras de hombro/muñeca";
   var influence_9Label = document.getElementById("influence_9Label");
   	influence_9Label.firstChild.nodeValue=influence_9Label_s;
	
   var influence_10Label_s = "k. Un conocido mío tiene el mismo producto.";
   var influence_10Label = document.getElementById("influence_10Label");
   	influence_10Label.firstChild.nodeValue=influence_10Label_s;
	
   var influence_11Label_s = "l. Diseños Gráficos del Paquete";
   var influence_11Label = document.getElementById("influence_11Label");
   	influence_11Label.firstChild.nodeValue=influence_11Label_s;
	
   var influence_12Label_s = "m. Otro";
   var influence_12Label = document.getElementById("influence_12Label");
   	influence_12Label.firstChild.nodeValue=influence_12Label_s;
	
   var betterFeaturesLabel_s = "¿Cuáles otros detalles le gustaría agregar a la unidad a fin de que sea mejor?";
   var betterFeaturesLabel = document.getElementById("betterFeaturesLabel");
   	betterFeaturesLabel.firstChild.nodeValue=betterFeaturesLabel_s;
	
   var mp3PlayerLabel_s = "¿Cuál MP3 Player va a utilizar con esta unidad?";
   var mp3PlayerLabel = document.getElementById("mp3PlayerLabel");
   	mp3PlayerLabel.firstChild.nodeValue=mp3PlayerLabel_s;
	
   var explainOtherMp3Label_s = "Otro";
   var explainOtherMp3Label = document.getElementById("explainOtherMp3Label");
   	explainOtherMp3Label.firstChild.nodeValue=explainOtherMp3Label_s;
	
   var isGiftLabel_s = "¿Compró la unidad para sí mismo o como regalo?";
   var isGiftLabel = document.getElementById("isGiftLabel");
   	isGiftLabel.firstChild.nodeValue=isGiftLabel_s;
	
   var otherGiftLabel_s = "Otro";
   var otherGiftLabel = document.getElementById("otherGiftLabel");
   	otherGiftLabel.firstChild.nodeValue=otherGiftLabel_s;
	
   var ageRangeUserLabel_s = "¿Cuál es la edad aproximada de la persona que será el usuario principal del producto?";
   var ageRangeUserLabel = document.getElementById("ageRangeUserLabel");
   	ageRangeUserLabel.firstChild.nodeValue=ageRangeUserLabel_s;
	
   var ageRangeBuyerLabel_s = "¿Cuál es la edad aproximada de la persona que compró el producto?";
   var ageRangeBuyerLabel = document.getElementById("ageRangeBuyerLabel");
   	ageRangeBuyerLabel.firstChild.nodeValue=ageRangeBuyerLabel_s;
}

//-----------------------------------------------------------------------/
//-----------F-R-E-N-C-H-------------------------------------------------/
//-----------------------------------------------------------------------/
function ChangeLangFrench() {
   var headerLabel_f = "Inscription du produit à garantie limitée";
   var headerLabel = document.getElementById("headerLabel");
   	headerLabel.firstChild.nodeValue=headerLabel_f;
	
   var noticeLabel_f = "Veuillez soumettre ces renseignements immédiatement. Le défaut de faire diligence pourrait entraîner l'annulation de votre garantie.";
   var noticeLabel = document.getElementById("noticeLabel");
   	noticeLabel.firstChild.nodeValue=noticeLabel_f;
	
   var firstNameLabel_f = "Prénom";
   var firstNameLabel = document.getElementById("firstNameLabel");
   	firstNameLabel.firstChild.nodeValue=firstNameLabel_f;
	
   var lastNameLabel_f = "Nom";
   var lastNameLabel = document.getElementById("lastNameLabel");
   	lastNameLabel.firstChild.nodeValue=lastNameLabel_f;
	
   var stAddressLabel_f = "Rue";
   var stAddressLabel = document.getElementById("stAddressLabel");
   	stAddressLabel.firstChild.nodeValue=stAddressLabel_f;
	
   var cityLabel_f = "Ville";
   var cityLabel = document.getElementById("cityLabel");
   	cityLabel.firstChild.nodeValue=cityLabel_f;
	
   var stateLabel_f = "État";
   var stateLabel = document.getElementById("stateLabel");
   	stateLabel.firstChild.nodeValue=stateLabel_f;
	
   var zipLabel_f = "Code postal";
   var zipLabel = document.getElementById("zipLabel");
   	zipLabel.firstChild.nodeValue=zipLabel_f;
	
   var countryLabel_f = "Pays";
   var countryLabel = document.getElementById("countryLabel");
   	countryLabel.firstChild.nodeValue=countryLabel_f;
	
   var phoneLabel_f = "Téléphone";
   var phoneLabel = document.getElementById("phoneLabel");
   	phoneLabel.firstChild.nodeValue=phoneLabel_f;
	
   var emailLabel_f = "courriel";
   var emailLabel = document.getElementById("emailLabel");
   	emailLabel.firstChild.nodeValue=emailLabel_f;
	
   var modelNoLabel_f = "Modèle no";
   var modelNoLabel = document.getElementById("modelNoLabel");
   	modelNoLabel.firstChild.nodeValue=modelNoLabel_f;
	
   var lotNoLabel_f = "Lot no";
   var lotNoLabel = document.getElementById("lotNoLabel");
   	lotNoLabel.firstChild.nodeValue=lotNoLabel_f;
	
   var purchaseDateLabel_f = "Date d'achat";
   var purchaseDateLabel = document.getElementById("purchaseDateLabel");
   	purchaseDateLabel.firstChild.nodeValue=purchaseDateLabel_f;
	
   var purchaseLocLabel_f = "Endroit de l'achat";
   var purchaseLocLabel = document.getElementById("purchaseLocLabel");
   	purchaseLocLabel.firstChild.nodeValue=purchaseLocLabel_f;
	
   var explainOtherLabel_f = "Autre";
   var explainOtherLabel = document.getElementById("explainOtherLabel");
   	explainOtherLabel.firstChild.nodeValue=explainOtherLabel_f;
	
   var q1Label_f = "Qu'est-ce qui vous a poussé à acheter cette unité (choisissez tout ce qui s'applique) ?";
   var q1Label = document.getElementById("q1Label");
   	q1Label.firstChild.nodeValue=q1Label_f;
	
   var influence_0Label_f = "a. Haut-parleurs intégrés";
   var influence_0Label = document.getElementById("influence_0Label");
   	influence_0Label.firstChild.nodeValue=influence_0Label_f;
	
   var influence_1Label_f = "b. Imperméable";
   var influence_1Label = document.getElementById("influence_1Label");
   	influence_1Label.firstChild.nodeValue=influence_1Label_f;
	
   var influence_2Label_f = "c. Protège mon lecteur MP3";
   var influence_2Label = document.getElementById("influence_2Label");
   	influence_2Label.firstChild.nodeValue=influence_2Label_f;
	
   var influence_3Label_f = "d. Boîtier incassable";
   var influence_3Label = document.getElementById("influence_3Label");
   	influence_3Label.firstChild.nodeValue=influence_3Label_f;
	
   var influence_4Label_f = "e. Boîtier transparent (vous pouvez voir à l'intérieur)";
   var influence_4Label = document.getElementById("influence_4Label");
   	influence_4Label.firstChild.nodeValue=influence_4Label_f;
	
   var influence_5Label_f = "f. Prix";
   var influence_5Label = document.getElementById("influence_5Label");
   	influence_5Label.firstChild.nodeValue=influence_5Label_f;
	
   var influence_6Label_f = "g. Contrôles du lecteur MP3 faciles d'accès";
   var influence_6Label = document.getElementById("influence_6Label");
   	influence_6Label.firstChild.nodeValue=influence_6Label_f;
	
   var influence_7Label_f = "h. Peut jouer pendant plus de 30 heures";
   var influence_7Label = document.getElementById("influence_7Label");
   	influence_7Label.firstChild.nodeValue=influence_7Label_f;
	
   var influence_8Label_f = "i. Verrou pression";
   var influence_8Label = document.getElementById("influence_8Label");
   	influence_8Label.firstChild.nodeValue=influence_8Label_f;
	
   var influence_9Label_f = "j. Bandoulière / dragonne";
   var influence_9Label = document.getElementById("influence_9Label");
   	influence_9Label.firstChild.nodeValue=influence_9Label_f;
	
   var influence_10Label_f = "k. Je connais quelqu'un qui a le même produit";
   var influence_10Label = document.getElementById("influence_10Label");
   	influence_10Label.firstChild.nodeValue=influence_10Label_f;
	
   var influence_11Label_f = "l. Illustrations sur l'emballage";
   var influence_11Label = document.getElementById("influence_11Label");
   	influence_11Label.firstChild.nodeValue=influence_11Label_f;
	
   var influence_12Label_f = "m. Autre";
   var influence_12Label = document.getElementById("influence_12Label");
   	influence_12Label.firstChild.nodeValue=influence_12Label_f;
	
   var betterFeaturesLabel_f = "Quelles autres caractéristiques aimeriez-vous ajouter à cette unité pour l'améliorer?";
   var betterFeaturesLabel = document.getElementById("betterFeaturesLabel");
   	betterFeaturesLabel.firstChild.nodeValue=betterFeaturesLabel_f;
	
   var mp3PlayerLabel_f = "Quel lecteur MP3 utiliserez-vous avec cette unité ?";
   var mp3PlayerLabel = document.getElementById("mp3PlayerLabel");
   	mp3PlayerLabel.firstChild.nodeValue=mp3PlayerLabel_f;
	
   var explainOtherMp3Label_f = "Autre";
   var explainOtherMp3Label = document.getElementById("explainOtherMp3Label");
   	explainOtherMp3Label.firstChild.nodeValue=explainOtherMp3Label_f;
	
   var isGiftLabel_f = "Avez-vous acheté cette unité pour vous ou pour l'offrir en cadeau ?";
   var isGiftLabel = document.getElementById("isGiftLabel");
   	isGiftLabel.firstChild.nodeValue=isGiftLabel_f;
	
   var otherGiftLabel_f = "Autre";
   var otherGiftLabel = document.getElementById("otherGiftLabel");
   	otherGiftLabel.firstChild.nodeValue=otherGiftLabel_f;
	
   var ageRangeUserLabel_f = "Quel est l'âge de la personne qui sera l'utilisateur principal de ce produit ?";
   var ageRangeUserLabel = document.getElementById("ageRangeUserLabel");
   	ageRangeUserLabel.firstChild.nodeValue=ageRangeUserLabel_f;
	
   var ageRangeBuyerLabel_f = "Quel est l'âge de la personne qui a acheté ce produit ?";
   var ageRangeBuyerLabel = document.getElementById("ageRangeBuyerLabel");
   	ageRangeBuyerLabel.firstChild.nodeValue=ageRangeBuyerLabel_f;
}