function nlshow( id ) {
	document.getElementById( 'nl[' + id + ']').style.display = 'block' ;
}

function nlhide( id ) {
	document.getElementById( 'nl[' + id + ']').style.display = 'none' ;
}
function mlshow( id ) {
	document.getElementById( 'ml_' + id ).style.display = 'block' ;
}

function mlhide( id ) {
	document.getElementById( 'ml_' + id ).style.display = 'none' ;
}