﻿if (document.location.href.indexOf('/en') >0) {
	document.write('<style>');
	document.write('#TopToolBar{ display: none; } ');
	document.write('</style>');
}
