function OW1(url,nome,w,h){
  window.open(url,nome,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=' + w + ',height='+ h);
}

function OW2(url,nome,w,h){
  window.open(url,nome,'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=' + w + ',height='+ h);
}

function openBrWindow(theURL,winName,features) {
  win = window.open(theURL,winName,features);
  win.focus()
}


function popGlossario(URL){
	openBrWindow(URL,'pop_glossario','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=236,height=174')
}


function popAnimacao(URL){
	openBrWindow(URL,'pop_animacao','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=400,height=300')
}


function popFigura(URL){
	openBrWindow(URL,'pop_animacao','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=300')
}

function popComentario(URL){
	openBrWindow(URL,'pop_animacao','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=400,height=300')
}
