/*
 * Define the menu items here 
 */
function m_item(u, s, l) {
    this.url = u;
    this.m_short = s;
    this.m_long = l;
}
var defbg = '#ffcc33';
var parenturl = null;
