﻿function getId(id)
{document.getElementById(id).style.display="block"; } 
function move(id){document.getElementById(id).style.display="none";}  
