function changePage() {

if(parent.frames.length==0)
	{
if (top.document.title == 'CNC - Company') {top.location='frames_eng.html?01'}
if (top.document.title == 'CNC - Products') {top.location='frames_eng.html?02'}
if (top.document.title == 'CNC - Quality') {top.location='frames_eng.html?03'}
if (top.document.title == 'CNC - Contacts') {top.location='frames_eng.html?04'}
if (top.document.title == 'CNC - News') {top.location='frames_eng.html?05'}
if (top.document.title == 'CNC - Links') {top.location='frames_eng.html?06'}
	
if (top.document.title == 'CNC - Company Organization chart') {top.location='frames_eng.html?07'}
if (top.document.title == 'CNC - Products - Fresh') {top.location='frames_eng.html?08'}
if (top.document.title == 'CNC - Products - Frozen') {top.location='frames_eng.html?09'}
if (top.document.title == 'CNC - Products - Sausages') {top.location='frames_eng.html?10'}
if (top.document.title == 'CNC - Products - Charcuterie') {top.location='frames_eng.html?11'}
if (top.document.title == 'CNC - Production Cicle') {top.location='frames_eng.html?12'}
	
if (top.document.title == 'CNC - Companhia Nacional de Carnes, Lda.') {top.location='f_index_eng.html'}
	}
}
changePage();	

