
function changeWebLocation(obj){
	if (obj.value==1){
		window.location ='http://www.saiztour.es';
	}else if (obj.value==2){
		window.location ='http://www.saiztour.es/index_ru.html';
	}
}

