// JavaScript Document
function ViewData(id,ValueShow) {
 window.document.getElementById(id).style.visibility = ValueShow;  // show or hide respective Example*/
 }
