// JavaScript Document
function show_submenu()
{
document.getElementById('submneu').style.display = 'block';
}