// JavaScript Document
/*
function mchBlock(inid){
	var v = "_" + inid;
	document.getElementById(v).style.display='block';
}
*/
