// JavaScript Document

function Submenu(value){
	if(value == 0){
		document.getElementById('A_submenu').visibility="visible";
		}
	
	}
