// JavaScript Document

function launchEscola() {
	var escola;
	escola=window.open('http://vidasgalp.galpenergia.com/escoladaenergia/index.html','Escola','height=680,width=900,navigation=0,scrollbars=0,menubar=0,toolbar=0,status=0');
};
