<!-- ABRIR JANELA POPUP
function popup1( ) {
window.open('../plano_2004/contato_2.html','janela01','status=no,resizable=no,scrollbars=no,menubar=no,width=400,height=300,left=99,top=99') ;
}
// -->

<!-- ABRIR JANELA POPUP
function popup2( ) {
window.open('../plano_2004/anunciar.html','janela02','status=no,resizable=no,scrollbars=yes,menubar=no,width=400,height=300,left=99,top=99') ;
}
// -->

<!-- MENU OVER

IDIOMA='P';
function mOvr(src,clrOver)
	{
	if(!src.contains(event.fromElement))
		{
		src.style.cursor = 'hand';
		src.bgColor = clrOver;
		}
	}
function mOut(src,clrIn)
	{
	if(!src.contains(event.toElement))
		{
		src.style.cursor = 'default';
		src.bgColor = clrIn;
		}
	}
function mClk(src)
	{ 
	if(event.srcElement.tagName=='TD')
		{
		src.children.tags('A')[0].click();
		}
	}

// -->



<!-- ESCONDE SCROLL

<!--
function hidden()
{document.body.style.overflow='hidden';}
//-->

//-->
