document.write('<style>');
document.write('.menulat a:hover{');
document.write('	background-color: '+cor+';');
document.write('}');
document.write('</style>');

var titulo='TV Unisa';

MontMenu(	
		"/tvunisa/index.html","Apresentação",0,
//		"/tvunisa/release.html","<i>Releases</i>",0,		
		"/tvunisa/grade.html","Grade de Programação",0,
		"/tvunisa/progtv.html","Programas da TV",0,
		"/tvunisa/videos.html","Vídeos",0,
		"","",0
		);
