<!-- 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();
		}
	}
<!-- ABRIR JANELA POPUP
var _PAGE="";
    _PAGE=""; /* Specify an actual page if you don't want to use the popup code. */

var _CONTENT=""; /* this holds the data to write if no external html file is used */

function openImageWindow(imageSrc,imageTitle)
{
/*
 * if you use the name "_PAGE" for the page
 * you will have no problems at all
 * however if you change the name to something else
 * remember to change the reference to it in the following line of code
 * to reference your own filename..
 *
 * No _PAGE specified uses the javascript code embedded on this page.
 *
 */

_CONTENT="";
_CONTENT+="<HTML>\n";
_CONTENT+="<TITLE>::: FÓRUM TI & GOVERNO :::</TITLE>\n";
_CONTENT+="<head>\n";
_CONTENT+="<"+"SCRIPT>\n";
_CONTENT+="function specialInit()\n";
_CONTENT+="{\n";
_CONTENT+="if (document.all || document.layers)\n";
_CONTENT+="window.resizeTo(document.images[0].width + 0,document.images[0].height + 0);\n";
_CONTENT+="}\n";
_CONTENT+="</"+"SCRIPT>\n";
_CONTENT+="</head>\n";
_CONTENT+="<BODY leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' onLoad='specialInit();'>\n";
_CONTENT+="<"+"SCRIPT>\n";
_CONTENT+="document.write('<left>');\n";

_CONTENT+="document.write('<IMG SRC=\\'"+imageSrc+"\\'>');\n";

_CONTENT+="document.write('</center>')\n";
_CONTENT+="</"+"SCRIPT>\n";
_CONTENT+="</BODY>\n";
_CONTENT+="</HTML>\n";

  var _parms = 'width=40, height=40, directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no';
 var _windowName = "PicViewer";
  if(_PAGE)
  {
    fileName = 'popup.htm?' + escape(imageSrc) + '&amp;' + escape(imageTitle);
    myWindowHandle = window.open(fileName,_windowName,_parms);
  }
  else
  {
    myWindowHandle=window.open("",_windowName,_parms);
    myWindowHandle.document.open();
    myWindowHandle.document.write(_CONTENT);
    myWindowHandle.document.close();
  }
  myWindowHandle.focus();
}
// -->

<!-- ABRIR JANELA POPUP ANTIGO
function popup1( ) {
window.open('fotos00_auditorio01g.html','janela01','status=no,resizable=no,scrollbars=no,menubar=no,width=280,height=200,left=99,top=99') ;
}
// -->

<!-- ESCONDE SCROLL

<!--
function hidden()
{document.body.style.overflow='hidden';}
//-->

//-->

 
