// BY GDTI.COM.BR
function info(){
		window.open("info.html", "info", "status = 1, height = 490, width = 380, resizable = 0")
}
function contato(){
		window.open("http://atendimento.novojornal.com/", "contato", "status = 1, height = 240, width = 580, resizable = 0")
}
function condicoes(){
		window.open("condicoes.html", "condicoes", "status = 1, height = 500, width = 640, resizable = 0")
}
function quemSomos(){
		window.open("quem-somos.html", "quemSomos", "status = 1, height = 320, width = 280, resizable = 0")
}
