<!-- Begin
Sub menu (id)
	if id = "M1" then
		id.style.display = "none"
	elseif id = "M2" then 
		id.style.display = "none"
	end if
id.style.display = "none"
End Sub
//  End -->

