function imprimir (URL)
{
window.open(URL,'Imprimir','width=700,height=600,top=10,left=50');	
}

function incicar (URL)
{
window.open(URL,'Indicar','width=300,height=250,top=10,left=50');	
}

function linkAovivo(width,height){
	popup=window.open('pop_aovivo.html', 'aovivo', 'top=10,left=10,resizable=no,location=no,directories=no,status=no,toolbar=no,menubar=no,scrollbars=no,width='+width+',height='+height); 
}

function linkImpressao(url,width,height){
	popup=window.open('impressao.php?idnot='+url, 'noticias', 'top=10,left=10,resizable=no,location=no,directories=no,status=no,toolbar=no,menubar=no,scrollbars=yes,width='+width+',height='+height); 
}