function changePage() {
	if(parent.frames.length==0)

	{
	if (top.document.title == 'As Gémeas - Instalações') {top.location='frames.html?01'}
	if (top.document.title == 'As Gémeas - Serviços') {top.location='frames.html?02'}
	if (top.document.title == 'As Gémeas - Ementas') {top.location='frames.html?03'}
	if (top.document.title == 'As Gémeas - Contactos') {top.location='frames.html?04'}
	if (top.document.title == 'As Gémeas') {top.location='index.html'}
	}
	
}
changePage();	

