//function abrepopup(){
//window.open("http://palcomp3.cifraclub.terra.com.br/ex4/","Pop","width=600,height=600,status=0,left=100,top=120,resizable=yes,scrollbars=yes");
//}

function abreJanela(arquivo,nome,barra,largura,altura) {
	window.open(arquivo,nome,"resizable=no,toolbar=no,status=no,menubar=no,scrollbars="+barra+",width="+largura+",height="+altura);
}