

function show_subNav(id)
{
	document.getElementById(id).style.height='auto';
}



function hide_subNav(id)
{
	document.getElementById(id).style.height=47+'px';
}
