// JavaScript Document
function show(object,val) {
	document.getElementById(object).style.visibility = val;
} 
