// JavaScript Document

<!--

function cima(obj)

{

	obj.style.backgroundColor='#999999'

}

function fora(obj)

{

	obj.style.backgroundColor='#F0F0F0';

}



function clique(endereco)

{

	location.href=endereco;// frame da direita

}





function popup(url,h,w)

{



	window.open(url,"pop","width="+w+",height="+h+" ");

}



-->
