//控制左边导航菜单的显示和隐藏
function showMenu(menuID,obj)
{
var menu = document.getElementById(menuID);
var target = obj;
target.blur();
if (menu.style.display != "block")
{
menu.style.display = "
// function.cc
//--------------------------------------------------------------------------
// This code is a component of Genetic Programming in C++ (Version 0.40)
// Copyright Adam P. Fraser, 1
// function.hpp
// Function Set Class definitions --> defined in function.cpp
//--------------------------------------------------------------------------
// This code is a component of Genetic