<!--Script para evitar cabeceras de traductor-->

if (parent.location.href.substring(0,23)=="http://www.apertium.org"){

	if (parent.location.href != location.href) {
		parent.location.href = location.href;
	}
}

function menu_idioma(){
	urlcat="http://www.apertium.org/common/tradurl.php?mark=&dir=es-ca";
	if (parent.location.href.substring(0,58)==urlcat) {document.getElementById('cabe').src="http://www.marnaton.com/2009/cat/menu.htm"};

}