function showSubNav () {
  document.getElementById('p3DDSubMenus').style.display = 'block';
}
window.setTimeout("showSubNav()", 1000);
