var Janela, N01, N02, N03, Cv01, Cv02, Cv03, Cv04, Cv05
		function Noticia01()
		{
		   N01 = window.open("noticia01.html", "N01", "fullscreen=no,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,height=400,width=600");
		}
		function Noticia02()
		{
		   N02 = window.open("noticia02.html", "N02", "fullscreen=no,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,height=400,width=600");
		}
		function Noticia03()
		{
		   N03 = window.open("noticia03.html", "N03", "fullscreen=no,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,height=400,width=600");
		}
		function FullScreen()
		{
		   Janela = window.open("clientes.html", "Janela", "fullscreen=no,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,height=200,width=200");
		}
		function Curriculo1()
		{
		   Cv01 = window.open("cv01.html", "Cv01", "fullscreen=no,toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,height=400,width=600");
		}
		function Curriculo2()
		{
		   Cv02 = window.open("cv02.html", "Cv02", "fullscreen=no,toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,height=400,width=600");
		}
		function Curriculo3()
		{
		   Cv03 = window.open("cv03.html", "Cv03", "fullscreen=no,toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,height=400,width=600");
		}
		function Curriculo4()
		{
		   Cv04 = window.open("cv04.html", "Cv04", "fullscreen=no,toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,height=400,width=600");
		}
		function Curriculo5()
		{
		   Cv05 = window.open("cv05.html", "Cv05", "fullscreen=no,toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,height=400,width=600");
		}