/* investir by JURINFOR */

function investir_pt(x)
{
	switch(x)
	{
		case 'ao':
			document.getElementById("investir_img").src='/wp-content/themes/AVM/images/investir/banner_invest_pt_ao.gif';
			//document.getElementById("investir_img").src='<?php bloginfo("template_url")?>/images/investir/banner_invest_<?php _e("<!--:pt-->pt_none.gif<!--:--><!--:en-->en_none.gif<!--:-->"); ?>';
		break;
		
		case 'mz':
			document.getElementById("investir_img").src='/wp-content/themes/AVM/images/investir/banner_invest_pt_mz.gif';
		break;
		
		case 'br':
			document.getElementById("investir_img").src='/wp-content/themes/AVM/images/investir/banner_invest_pt_br.gif';
		break;
			
		default:
			document.getElementById("investir_img").src='/wp-content/themes/AVM/images/investir/banner_invest_pt_none.gif';
	};
};

function investir_en(x)
{
	switch(x)
	{
		case 'ao':
			document.getElementById("investir_img").src='/wp-content/themes/AVM/images/investir/banner_invest_en_ao.gif';
		break;
		
		case 'mz':
			document.getElementById("investir_img").src='/wp-content/themes/AVM/images/investir/banner_invest_en_mz.gif';
		break;
		
		case 'br':
			document.getElementById("investir_img").src='/wp-content/themes/AVM/images/investir/banner_invest_en_br.gif';
		break;
			
		default:
			document.getElementById("investir_img").src='/wp-content/themes/AVM/images/investir/banner_invest_en_none.gif';
	};
};
