// JavaScript Document

function switchContent(schovej,odkryj){  
  schovej.style.display="none";
  odkryj.style.display="block";
}