// abre janela fale
function abrefale(url,janela,larg,alt,scroll){
window.open(url,janela,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+scroll+",resizable=no,copyhistory=no,width="+larg+",height="+alt);
}

<!-- menu
 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();
}
}

// abre janela
function abre(pagina,janela,w,h,scrolling) {
 if (!scrolling) { scrolling='auto' }
 resultado = window.open(pagina,janela,'width='+w+',height='+h+',scrollbars='+scrolling+',toolbar=no,location=no,status=no,menubar=no,resizable=no,left=5,top=5')
}

function abreVivo(){
 window.open("http://www.terra.com.br/jornaldalilian/chjlilian1.htm","aovivo","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=no,copyhistory=no,top=0,left=0,screenY=0,screenX=0,width=795,height=550");
}

// Enquete
function enquete(jan) {
DisplayInfo('',jan,380,420);
}
function DisplayInfo(pagina,janela,w,h,scrolling) {
 if (!scrolling) { scrolling='auto' }
 resultado = window.open(pagina,janela,'width='+w+',height='+h+',scrollbars='+scrolling+',toolbar=no,location=no,status=no,menubar=no,resizable=no,left=250,top=5')
}

//-->
