function showFlash() {
  $("insideFlashContent2").style.zIndex = 2;
}

function hideFlash() {
  $("insideFlashContent2").style.zIndex = 0;
}