function setTooltips() {
	if (lang == 'En') {
	ttContent = new Array(
	'email','You must enter a real, working e-mail address or you will not be able to activate your membership.',
	'state','The state where you live right now. If you do not live in the United States, select "I do not live in the US."',
	'month','If you create a public profile, you will have the opportunity to hide this.',
	'nombre','Your real first name.',
	'apellido','Your real last name. We will not share this with anyone.',
	'sexo','Just your gender.',
	'pdv','Regardless of where you were born, this is the country where you live right now.',
	'direccion','We will not share your address with anyone. It is not necessary to fill this out.',
	'ciudad','The city or town where you live right now.',
	'codigopostal','You must enter a postal code if you live in the United States.',
	'confirmemail','To make sure you entered your e-mail address correctly above, please enter it again.',
	'password','Pick a password that is easy for you to remember but hard for others to guess.',
	'confirmpassword','To make sure you entered your password correctly above, please enter it again.',
	'securityquestion','If you forget your password, we will ask you this question to confirm your identity.',
	'securityanswer','If too many people know the answer to your security question, choose a different question.',
	'nickname','Your nickname is your identity on Univision.com. Choose it carefully, because you will not be able to change it later.',
	'createmypage','We will create a public profile for you. If you wish to remain private, uncheck this option.',
	'bdprivacy','This option controls how to display your birthday and who can view it.',
	'privacy','When you uncheck this option, other users will not be able to find your profile by searching for your name or e-mail.',
	'notification','If you uncheck this option, you will not receive e-mail notification you when you have new messages.',
	'info','Check this option if you want Univision.com to send you e-mail about the site and special messages from our sponsors.',
	'tos','Unless you accept our terms of service, you will be unable to complete your registration.',
	'mustread','You may not approve the terms of service until you have read them. <a href="#x" onclick="window.open(\'termsofservice.html\');setRead();">Click here to read the terms of service.</a>',
	'pdn','The country where you were born or grew up.',
	'ciudadorigen','The city or town where you were born or grew up.',
	'ingreso','The total combined income of everyone who lives in your home.',
	'educacion','The highest level of education you have completed.',
	'pdo','The country where you were born or grew up.',
	'hijos','Tell us how many children you have.',
	'proveedor','Which company provides you with Internet access at home? If you do not have access at home, select that option.',
	'ingles','Please tell us whether or not you are comfortable speaking, reading and understanding English.',
	'idiomas','Do you prefer to speak English or Spanish? If you have no preference, select "Both are equal."',
	'acceso','Tell us all the places where you access the Internet. You can choose more than one.',
	'selectemail','Your e-mail is your identity. Choose it carefully, because you will not be able to change it later.',
	'altemail','In case you forget your password, we will send it to the email that you specify here.'
	);
	}
	else {
	ttContent = new Array(
	'email','Debes ingresar una cuenta de correo válida o no podrás activar tu membresía.',
	'state','Escribe el estado donde vives actualmente. Si no vives en los Estados Unidos, selecciona "No vivo en EU."',
	'month','Si creas una página pública, podrás esconderlo.',
	'nombre','Tu nombre.',
	'apellido','Tu apellido. Nosotros no compartiremos esta información con nadie más.',
	'sexo','Simplemente tu sexo.',
	'pdv','Escribe el país donde vives actualmente.',
	'direccion','Nosotros no compartiremos tu dirección con nadie más. Este campo no es necesario llenar.',
	'ciudad','La ciudad o el pueblo donde vives actualmente.',
	'codigopostal','Si vives en los Estados Unidos, debes ingresar tu código postal.',
	'confirmemail','Para estar seguros que ingresaste correctamente tu correo electrónico, por favor escríbelo nuevamente aquí.',
	'password','Selecciona una contraseña que sea fácil recordar, pero difícil de adivinar para otras personas.',
	'confirmpassword','Para estar seguros que escribiste correctamente tu contraseña, por favor escríbela nuevamente aquí.',
	'securityquestion','Si olvidas tu contraseña, nosotros te preguntaremos esta pregunta para confirmar tu identidad.',
	'securityanswer','Si otras personas saben la respuesta de tu pregunta de seguridad, escoge una pregunta diferente.',
	'nickname','Tu nickname será tu identidad en Univision.com. Escógelo cuidadosamente, porque no podrás cambiarlo.',
	'createmypage','Nosotros te crearemos un perfil público. Si deseas tener un perfil privado, deselecciona la opción.',
	'bdprivacy','Con esta opción podrás controlar quiénes quieres que vean tu fecha de nacimiento.',
	'privacy','Si deseleccionas esta opción, otros usuarios no podrán encontrar tu perfil en las búsquedas por tu e-mail o tu nombre.',
	'notification','Si deseleccionas esta opción, no podrás recibir en tu correo alertas o notificaciones cuando tengas nuevos mensajes.',
	'info','Selecciona esta opción si deseas que Univision.com te envíe a tu correo mensajes especiales de nuestros patrocinadores.',
	'tos','A menos que aceptes nuestros Términos de Servicio, no podrás completar tu registración.',
	'mustread','Primero necesitas leer los términos del servicio para poder aprobarlos. <a href="#x" onclick="window.open(\'termsofservice.html\');setRead();">Haz click aquí para leer los términos del servicio.</a>',
	'pdn','El país donde naciste o creciste.',
	'ciudadorigen','La ciudad o pueblo donde naciste o creciste.',
	'ingreso','El total de ingreso de cada persona que vive en tu casa.',
	'educacion','El nivel de educación que tienes terminado.',
	'pdo','El país donde naciste o creciste.',
	'hijos','Dinos cuántos niños tienes.',
	'proveedor','¿Cuál es tu compañía que te provee el Internet? Si no tienes acceso desde tu casa, selecciona esta opción.',
	'ingles','Por favor, dinos si te sientes cómodo o no hablando, leyendo y comprendido inglés.',
	'idiomas','¿Prefieres hablar inglés o español? Si no tienes preferencias selecciona "Los dos igual."',
	'acceso','Dinos todos los lugares donde accedes al Internet. Puedes escoger más de uno.',
	'selectemail','Tu correo electrónico será tu identidad. Escógelo cuidadosamente, porque no podrás cambiarlo.',
	'altemail','En el caso de que te olvides tu contraseña, te la enviamos al email que especificas aquí.'
	);
	}
	if (lang == 'En') {
		document.getElementById('nombre').value = 'First Name';
		document.getElementById('apellido').value = 'Last Name';
	}
	if (document.getElementById('domain')) {
		var cpos = document.createElement('div');
		cpos.id = 'cpos';
		var mc = document.getElementById('mc');
		document.getElementById('w').insertBefore(cpos, mc);
	}
}