#!/bin/bash
#
# Guralp Configuration System
#   Copyright (c) 2008-2009 Guralp Systems Ltd. All rights reserved.
#
#   Tasks top level menu

if [ "X$1" == "X--navbar" ]
then
	echo "tasktop	Tasks"
	exit 0
fi

# Nothing to do
exit 0
