/**
 * @author Ernesto
 */

function selLang(value,donde) {
	location.href="?cont=" + donde + "&lang=" + value;
}
