// JavaScript Document
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function fullscreen()
{
window.close()	
window.open(window.location,"big","fullscreen=yes")
}
function mOvr(src,tipo)
{
	if (!src.contains(event.fromElement))
		{
		src.style.cursor='hand';
		src.bgColor=tipo;
		}
}
function mOut(src,tipo)
{
	if (!src.contains(event.toElement))
		{
		src.style.cursor='default';
		src.bgColor=tipo;
		}
	}
function mClk(src)
{
	if(event.srcElement.tagName=='TD')
	{
	src.children.tags('A')[0].click();
	}
}
    function popup_window( url, id, width, height )
    {
      popup = window.open( url, id, 'toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no,width=' + width + ',height=' + height + ',left=100,top=100' );
      popup.focus();
    }
