function showLeftCol($authorise)
{
    showLeftMenuBar($authorise);
}
function showLeftCol($UserType)
{
    showLeftMenuBar($UserType);
}