// JavaScript Document
function reubicarImatgesInici()
	{
	v = $(this).height();
	if(v < 768) v = 768;

	vburro_2 = $('#cesped_2').offset().top + 196 - 550;
	vobras = $('#cesped_2').offset().top + 196 - 550;
	vcamara = $('#cesped_2').offset().top + 196 - 250;
	
	$('#burro_2').css({'top':vburro_2+'px'});
	$('#obras').css({'top':vobras+'px'});
	$('#camara_2').css({'top':vcamara+'px'});
	
	vtele = $('#armarios-dormitorios-argento-ambiente-foto-128').offset().top - $('#central-content-armarios-dormitorios-argento').offset().top + 300;
	
	$('#tele').css({'top':vtele+'px'});

	// Asignar altura al div Tapiz per a repetir el fondo
	vtapiz = $(document).height() - 390;
	vcopyright = vtapiz - 70;
	$('#tapiz').css({'height':vtapiz+'px'});
	$('#copyright').css({'top':vcopyright+'px'});
	}
	
function zoom(id, cataleg)
	{
	$('#imatge').attr("src", "imatges/visor/" + id + ".jpg");
	
	$('#fondo_negro').css({'width':$(this).width()+'px'});
	$('#fondo_negro').css({'height':$(this).height()+'px'});
	$('#fondo_negro').css({'opacity':'0.7'});
	$('#fondo_negro').fadeIn(500);
	
	$('#close').corner("5px");
	$('#imatge_visor').corner("5px");
	
	altura_imatge = cargar_imatge(id, 'altura');
	amplada_imatge = 970;
	
	if(altura_imatge >= 768)
		{
		amplada_imatge = (620 * 970) / altura_imatge;
		altura_imatge = 620;
		}
	
	left_div = ($(this).width() - 1000) / 2;
	left_close = 941;
	top_div = ($(this).height() - altura_imatge - 30) / 2;
	top_close = altura_imatge - 29;

	$('#close').css({'top':top_close+'px'});
	$('#close').css({'left':left_close+'px'});
	
	$('#visor').css({'top':top_div+'px'});
	$('#visor').css({'left':left_div+'px'});
	$('#visor').fadeIn(500);
	
	$('#imatge_visor').css({'height':altura_imatge+'px'});
	$('#imatge_visor').css({'width':amplada_imatge+'px'});
	
	$('#imatge').css({'height':altura_imatge+'px'});
	$('#imatge').css({'width':amplada_imatge+'px'});
	}
	
function lliberar()
	{
	$('#carregant').fadeOut("slow");
	for(i = 101; i < 135; i++)
		{
		$('#mueble-juvenil-avatar-ambiente-foto-'+i).attr("src", "imatges/mueble-juvenil-avatar/dormitorio mueble juvenil composicion-"+i+".jpg");
		}
	}
	
function canvi_idioma(idioma)
	{
	if(idioma == 'es')
		{
		$('#texte_nom').html("Nombre");
		$('#texte_cognoms').html("Apellidos");
		$('#texte_email').html("E-mail");
		$('#texte_poblacio').html("Poblaci&oacute;n");
		$('#texte_provincia').html("Provincia");
		$('#texte_codipostal').html("CP");
		$('#texte_pais').html("Pa&iacute;s");
		$('#texte_telefono').html("Tel&eacute;fono");
		$('#texte_interesat').html("&iquest;En que productos est&aacute; interesado?");
		$('#texte_moblejuvenil').html("Mueble Juvenil");
		$('#texte_armaris').html("Armarios");
		$('#texte_dormitoris').html("Dormitorios");
		$('#texte_destinat').html("La posible compra de productos Lagrama estar&aacute; destinada a");
		$('#texte_residencia_p').html("Primera Residencia");
		$('#texte_residencia_s').html("Segunda Residencia");
		$('#texte_residencia_o').html("Otros");
		$('#texte_comprat').html("&iquest;Ha comprado alguna vez productos Lagrama?");
		$('#texte_comprat_si').html("Si");
		$('#texte_comprat_no').html("No");
		$('#texte_conegut').html("&iquest;Como nos has conocido?");
		$('#texte_revistes_e').html("Publicidad en revista especializada");
		$('#texte_revistes_g').html("Publicidad en revista gratuita");
		$('#texte_visitant_t').html("Visitando una tienda");
		$('#texte_visitant_f').html("Visitando una feria");
		$('#texte_coneguts').html("A trav&eacute;s de unos conocidos");
		$('#texte_internet').html("En Internet");
		$('#texte_altres').html("Otros");
		$('#texte_web').html("&iquest;Donde ha conseguido la direcci&oacute;n de nuestra p&aacute;gina web?");
		$('#texte_revista_web').html("Revista");
		$('#texte_internet_web').html("Buscador en Internet");
		$('#texte_recibir').html("&iquest;Quieres recibir información de Lagrama en tu correo?");
		$('#texte_recibir_si').html("Si");
		$('#texte_recibir_no').html("No");
		$('#texte_informacio').html("Solicitar Informaci&oacute;n");
		$('#enviar').html("Enviar Datos");
		}
	else if(idioma == 'ca')
		{
		$('#texte_nom').html("Nom");
		$('#texte_cognoms').html("Cognoms");
		$('#texte_email').html("E-mail");
		$('#texte_poblacio').html("Poblaci&oacute;");
		$('#texte_provincia').html("Prov&iacute;ncia");
		$('#texte_codipostal').html("CP");
		$('#texte_pais').html("Pa&iacute;s");
		$('#texte_telefono').html("Tel&egrave;fon");
		$('#texte_interesat').html("En quins productes est&agrave; interesat?");
		$('#texte_moblejuvenil').html("Moble Juvenil");
		$('#texte_armaris').html("Armaris");
		$('#texte_dormitoris').html("Dormitoris");
		$('#texte_destinat').html("La possible compra de productes Lagrama estar&agrave; destinada a");
		$('#texte_residencia_p').html("Primera Residencia");
		$('#texte_residencia_s').html("Segona Residencia");
		$('#texte_residencia_o').html("Altres");
		$('#texte_comprat').html("Ha comprat alguna vegada productes Lagrama?");
		$('#texte_comprat_si').html("Si");
		$('#texte_comprat_no').html("No");
		$('#texte_conegut').html("Com ens ha conegut?");
		$('#texte_revistes_e').html("Publicidat en revista especialitzada");
		$('#texte_revistes_g').html("Publicidat en revista gratu&iuml;ta");
		$('#texte_visitant_t').html("Visitant una tenda");
		$('#texte_visitant_f').html("Visitant una fira");
		$('#texte_coneguts').html("A trav&eacute;s d'uns coneguts");
		$('#texte_internet').html("A Internet");
		$('#texte_altres').html("Altres");
		$('#texte_web').html("On ha conseguit la direcci&oacute; de la p&agrave;gina web?");
		$('#texte_revista_web').html("Revista");
		$('#texte_internet_web').html("Buscador d'Internet");
		$('#texte_recibir').html("Voldria rebre informaci&oacute; de Lagrama al seu correu?");
		$('#texte_recibir_si').html("Si");
		$('#texte_recibir_no').html("No");
		$('#texte_informacio').html("Demanar Informaci&oacute;");
		$('#enviar').html("Enviar Dades");
		}
	else
		{
		$('#texte_nom').html("Name");
		$('#texte_cognoms').html("Surname");
		$('#texte_email').html("E-mail");
		$('#texte_poblacio').html("City");
		$('#texte_provincia').html("State");
		$('#texte_codipostal').html("ZIP");
		$('#texte_pais').html("Country");
		$('#texte_telefono').html("Phone");
		$('#texte_interesat').html("What are you interested in?");
		$('#texte_moblejuvenil').html("Children's Bedroom");
		$('#texte_armaris').html("Wardrobes");
		$('#texte_dormitoris').html("Bedrooms");
		$('#texte_destinat').html("The possible purchase of Lagrama products will be destinated to");
		$('#texte_residencia_p').html("First Residence");
		$('#texte_residencia_s').html("Second Residence");
		$('#texte_residencia_o').html("Others");
		$('#texte_comprat').html("Have you ever bought any product of Lagrama?");
		$('#texte_comprat_si').html("Yes");
		$('#texte_comprat_no').html("No");
		$('#texte_conegut').html("How have you known about Lagrama product?");
		$('#texte_revistes_e').html("Furniture Magazine ");
		$('#texte_revistes_g').html("Other Magazines");
		$('#texte_visitant_t').html("Visiting a furniture shop ");
		$('#texte_visitant_f').html("Visiting a fair ");
		$('#texte_coneguts').html("Friends");
		$('#texte_internet').html("On Internet");
		$('#texte_altres').html("Others");
		$('#texte_web').html("Where have you obtained the address of our Web page?");
		$('#texte_revista_web').html("Magazine");
		$('#texte_internet_web').html("Internet Searcher");
		$('#texte_recibir').html("&iquest;Would you like to receive information from Lagrama at your email?");
		$('#texte_recibir_si').html("Yes");
		$('#texte_recibir_no').html("No");
		$('#texte_informacio').html("Ask for more information");
		$('#enviar').html("Sent Data");
		}
	
	$('.texto-sombra').redrawShadow();
	$('.texto-sombra-blanca').redrawShadow();
	$('.check').redrawShadow();
	$('.radio-1').redrawShadow();
	$('.radio-2').redrawShadow();
	$(".input_text_contacte").redrawShadow();
	$("#enviar").redrawShadow();
	}
	