function chgLang(value, posLang, href1, href2, href3){
		if(value<3 && posLang>0){
			location.href = href1+value+href2;
		}else if(value<3){
			location.href = href3+'?lang='+value;
		}else{
			window.open('http://translate.google.com/translate?hl=es&sl=es&tl='+value+'&u=http%3A%2F%2Fflashticsalut.com%2Fhome.php%3Flang%3D1','transWin');
		}
	}