$(document).ready(function() {



    $('.external').click(function() { window.open(this); return false; });



    $("#submenu li").not(".visitado").find("img").each(function(){

    $(this).mouseover(function(){$(this).attr("src",$(this).attr("src").replace('-off','-on'));});

    $(this).mouseout(function(){$(this).attr("src",$(this).attr("src").replace('-on','-off'));});

    });

	

    $("#keywordForm").focus(function(){

	if ($("#keywordForm").attr('value')=='palavra-chave') {

		original=$("#keywordForm").attr('value');

		$("#keywordForm").attr('value','');	

	}

	});

	

});



function flash(src,w,h,alternate,string_values,div) { 

	

	site = ''+document.location;

	

	if(div==undefined){

		if(string_values==undefined)

			document.write('<object type="application/x-shockwave-flash" data="'+src+'" width="'+w+'" height="'+h+'" wmode="transparent"><param name="movie" value="'+src+'" /><param name="wmode" value="transparent" /><img src="'+alternate+'" width="'+w+'" height="'+h+'" alt="Seu navegador não possui o plugin do Flash." title="Seu navegador não possui o plugin do Flash." /></object>'); 

		else

			document.write('<object type="application/x-shockwave-flash" data="'+src+'" width="'+w+'" height="'+h+'" wmode="transparent"><param name="movie" value="'+src+'" /><param name="wmode" value="transparent" /><param name="FlashVars" value="'+string_values+'" /><img src="'+alternate+'" width="'+w+'" height="'+h+'" alt="Seu navegador não possui o plugin do Flash." title="Seu navegador não possui o plugin do Flash." /></object>'); 

	}

	else{

		if(string_values==undefined)

			div.innerHTML = '<object type="application/x-shockwave-flash" data="'+src+'" width="'+w+'" height="'+h+'" wmode="transparent"><param name="movie" value="'+src+'" /><param name="wmode" value="transparent" /><img src="'+alternate+'" width="'+w+'" height="'+h+'" alt="Seu navegador não possui o plugin do Flash." title="Seu navegador não possui o plugin do Flash." /></object>'; 

		else

			div.innerHTML = '<object type="application/x-shockwave-flash" data="'+src+'" width="'+w+'" height="'+h+'" wmode="transparent"><param name="movie" value="'+src+'" /><param name="wmode" value="transparent" /><param name="FlashVars" value="'+string_values+'" /><img src="'+alternate+'" width="'+w+'" height="'+h+'" alt="Seu navegador não possui o plugin do Flash." title="Seu navegador não possui o plugin do Flash." /></object>'; 

	}

}



function flashRet(src,w,h,alternate,string_values) { 

	

	site = ''+document.location;

	if(string_values==undefined)

		return '<object type="application/x-shockwave-flash" data="'+src+'" width="'+w+'" height="'+h+'" wmode="transparent"><param name="movie" value="'+src+'" /><param name="wmode" value="transparent" /><img src="'+alternate+'" width="'+w+'" height="'+h+'" alt="Seu navegador não possui o plugin do Flash." title="Seu navegador não possui o plugin do Flash." /></object>'; 

	else

		return '<object type="application/x-shockwave-flash" data="'+src+'" width="'+w+'" height="'+h+'" wmode="transparent"><param name="movie" value="'+src+'" /><param name="wmode" value="transparent" /><param name="FlashVars" value="'+string_values+'" /><img src="'+alternate+'" width="'+w+'" height="'+h+'" alt="Seu navegador não possui o plugin do Flash." title="Seu navegador não possui o plugin do Flash." /></object>'; 

	

}

function paginaModulosHome(pagina, posicao, cont){
	$.get('index.php', { option: 'com_modules', position:posicao, pag: pagina, Itemid: '10000' },function(data){
		conteudo = data.split('###SCRIPT###');
		$(cont).html(conteudo[0]);
		if(conteudo[1]!=undefined){
			var js = conteudo[1].split("<!--");
			eval(js[0]);
		}
	});
}

