
function showobj (obj) { 
document.getElementById('menu'+obj).className="hustle_visible" 
document.getElementById('menu'+obj).style.zIndex = 1;
} 
function hideobj (obj) { 
document.getElementById('menu'+obj).className="hustle_hidden" 
}


