function lightbox(id,displaytype){
	document.getElementById(id).style.display=(displaytype);
}