var thisURL = document.location.href;
var myOutput = "";


if (thisURL.indexOf('about_')>-1) {
	myOutput += '<a href="about_overview_es.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image0\',\'\',\'/img/global_nav/about_us_rollover_es.gif\',1)"><img src="/img/global_nav/about_us_rollover_es.gif" alt="Acerca de Nosotros" name="Image0" width="160" height="35" border="0" id="Image0" /></a>';
} else {
	myOutput += '<a href="about_overview_es.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image0\',\'\',\'/img/global_nav/about_us_rollover_es.gif\',1)"><img src="/img/global_nav/about_us_es.gif" alt="Acerca de Nosotros" name="Image0" width="160" height="35" border="0" id="Image0" /></a>';
}
	
			myOutput += '<img src="img/global_nav/spacer_image.gif" width="28" alt="" />';
		


if (thisURL.indexOf('tips_')>-1) {
	myOutput += '<a href="tips_overview_es.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image1\',\'\',\'/img/global_nav/tips_tools_rollover_es.gif\',1)"><img src="/img/global_nav/tips_tools_rollover_es.gif" alt="Consejos y Herramientas" name="Image1" width="196" height="35" border="0" id="Image1" /></a>';
} else {
	myOutput += '<a href="tips_overview_es.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image1\',\'\',\'/img/global_nav/tips_tools_rollover_es.gif\',1)"><img src="/img/global_nav/tips_tools_es.gif" alt="Consejos y Herramientas" name="Image1" width="196" height="35" border="0" id="Image1" /></a>';
}
	
			myOutput += '<img src="img/global_nav/spacer_image.gif" width="28" alt="" />';
		


if (thisURL.indexOf('news_')>-1) {
	myOutput += '<a href="news_overview_es.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image2\',\'\',\'/img/global_nav/news_rollover_es.gif\',1)"><img src="/img/global_nav/news_rollover_es.gif" alt="Noticias" name="Image2" width="88" height="35" border="0" id="Image2" /></a>';
} else {
	myOutput += '<a href="news_overview_es.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image2\',\'\',\'/img/global_nav/news_rollover_es.gif\',1)"><img src="/img/global_nav/news_es.gif" alt="Noticias" name="Image2" width="88" height="35" border="0" id="Image2" /></a>';
}
	
			myOutput += '<img src="img/global_nav/spacer_image.gif" width="28" alt="" />';
		


if (thisURL.indexOf('contact_')>-1) {
	myOutput += '<a href="contact_us_es.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image3\',\'\',\'/img/global_nav/contact_us_rollover_es.gif\',1)"><img src="/img/global_nav/contact_us_rollover_es.gif" alt="Cont&aacute;ctenos" name="Image3" width="109" height="35" border="0" id="Image3" /></a>';
} else {
	myOutput += '<a href="contact_us_es.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image3\',\'\',\'/img/global_nav/contact_us_rollover_es.gif\',1)"><img src="/img/global_nav/contact_us_es.gif" alt="Cont&aacute;ctenos" name="Image3" width="109" height="35" border="0" id="Image3" /></a>';
}
	

document.write(myOutput);