function load_flap(path){var e=document.getElementById('flap');e.className='s';e.style.background='URL("'+path+'")';}
function load_case(path){var e=document.getElementById('case');e.style.background='URL('+path+')';}