window.onload = function() {
	var d = document;
	if (d.location.toString().indexOf('/credenciamento/') != -1)
		if (d.getElementById('subMenu01')) {
			var menu = d.getElementById('subMenu01');
			menu.style.display = 'block';
			menu.onmouseout = function() { return false; }
		}
			
}

window.onload = function() {
	var d = document;
	if (d.location.toString().indexOf('/expositores/') != -1)
		if (d.getElementById('subMenu02')) {
			var menu = d.getElementById('subMenu02');
			menu.style.display = 'block';
			menu.onmouseout = function() { return false; }
		}
			
}