function showBreadcrumb() {
	if (this.document == top.document || top.location.host != this.location.host) {
		document.getElementById("layerTop").style.display = 'block';
	}
	return true;
}