
function news() {
    document.getElementById("news").style.visibility = "visible";
}

function clinica_bahia_2009()
{
	w = 617
	h = 450
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('http://www.marioroma.com.br//conteudo/clinica_bahia_2009.asp', 'clinica', 'width='+w+',height='+h+',top='+centerX+',left='+centerY+', resizable=yes, scrollbars=yes');
}

function clinica_minas_2008()
{
	w = 617
	h = 450
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('http://www.marioroma.com.br//conteudo/clinica_minas_2008.asp', 'clinica', 'width='+w+',height='+h+',top='+centerX+',left='+centerY+', resizable=yes, scrollbars=yes');
}

function clinica_pinda_2007()
{
	w = 520
	h = 450
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('http://www.marioroma.com.br//conteudo/clinica_pinda_2008.asp', 'clinica', 'width='+w+',height='+h+',top='+centerX+',left='+centerY+',scrollbars=yes');
}

function ampliar(url)
{
	w = 200
	h = 200
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('ampliar.asp?'+url, 'ampliar', 'width='+w+',height='+h+',top='+centerX+',left='+centerY+',resizable=yes');
}

function noticia(url)
{
	w = 500
	h = 550
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('noticias.asp?codigo='+url, 'noticias', 'width='+w+',height='+h+',top='+centerX+',left='+centerY+',resizable=no');
}

function noticias()
{
	w = 500
	h = 550
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('noticias.asp', 'noticias', 'width='+w+',height='+h+',top='+centerX+',left='+centerY+',resizable=no');
}