// items.js (jstree v1.04)
//
// Hier wird das Menü definiert.
// Sie müssen NUR diese Datei anpassen!!
//


//
// Frames, Font, Title, Size, Color, Flags
//
if (parent.frames['Oben']) {           // Source-Frame
  with (parent.frames['Oben']) {       // Source-Frame
  src = 'Oben';                        // Source-Frame-Name
  doc = parent.frames['Inhalt'].document; // MenuFrame-Document
  dat = parent.frames['Hauptframe'].document; // DataFrame-Document
  menubackground='';    // Hintergrundbild
  menufont='Universe';              // Schriftart
  menutitle='Inhalt';            // Titel
  menuheadsize='3';              // Schriftgroesse Titel
  menulinksize='2';              // Schriftgroesse Order, Links
  menufootsize='3';              // Schriftgroesse Open All, Close All
  menubgcolor='#FFFFFF';         // Farbe Hintergrund
  menuhover='#FF0000';           // Farbe Rollover
  menulink='#000000';            // Farbe Link (normaler Link)
  menualink='#000000';           // Farbe aLink (aktiver Link)
  menuvlink='#000000';           // Farbe vLink (besuchter Link)
  menutext='#000000';            // Farbe Text (Titel)
  menuhead=false;                 // Titel
  menufoot=false;                 // Open All, Close All
  menudrawfolder=false;           // FolderGfx anzeigen (true)
  menudrawlink=true;             // LinkGfx anzeigen (true)
  menudrawtree=false;             // TreeView anzeigen (true)
} }


//
// AddItem (level, name, link, target, gfx, hint)
//
additem( 0, 'Home', 'startpage.htm', 'Hauptframe', '', '');

additem( 0, 'Legalos of Dedalos', '', '', '', '');
additem( 1, 'Info', 'startpage.htm', 'Hauptframe', 'images/Adv_.gif', 'Info');
additem( 1, 'Toolbox', 'adv/addon/_toolbox.htm', 'Hauptframe', 'images/Toolbox/__LoD_ToolBox.bmp', 'Die Basis / The center');
additem( 1, 'Tools', '', '', '', '');
additem( 2, 'Remove UFT-Stuff', 'adv/tools/removeuft.htm', 'Hauptframe', 'images/Adv_.gif', 'UFT-Dinge entfernen / Remove UFT-Stuff');

// Menü Furniture
additem( 0, 'MLN-Design', 'http://www.mln-design.ch/index.html', 'Hauptframe', '', '');
//additem( 1, 'Info', 'mln/MLN.htm', 'Hauptframe', 'images/Adv_.gif', 'MLN Desings');
//additem( 1, 'Decorations', '', '', '', '');
//additem( 2, 'Decorations', 'mln/d0809.html', 'Hauptframe', 'images/Adv_.gif', 'Decorations');
//additem( 1, 'Gadgets', '', '', '', '');
//additem( 2, 'Sep 2008', 'mln/g0809.html', 'Hauptframe', 'images/Adv_.gif', 'Gadgets');
//additem( 1, 'Furnitures', '', '', '', '');
//additem( 2, 'Sep 2008', 'mln/f0809.html', 'Hauptframe', 'images/Adv_.gif', 'Furnitures');
//additem( 1, 'Doors', '', '', '', '');
//additem( 2, 'Doors', 'mln/t0809.html', 'Hauptframe', 'images/Adv_.gif', 'Doors');

// Menü Rooms
/*
additem( 1, 'Räume/Rooms', '', '', '', '');
additem( 2, 'Rooms', 'adv/furnbuild/adv/furn01x1.htm', 'Hauptframe', 'images/Adv_.gif', 'Furnitures');
*/

// Menü Sonstiges
// additem( 0, 'Links', 'http://www.frani-vino.de/main.htm', 'Hauptframe', '', 'Fran Fine Links *smile*');
additem( 0, 'Gästebuch', 'http://www.legalos.de/cgi-bin/gaestebuch.cgi', 'Hauptframe', '', 'Sprüche von Usern');
additem( 0, 'Blubbereien', 'blubber.htm', 'Hauptframe', '', 'Dinge, die ich nicht wegschmeissen wollte, aber keinen interessieren');
additem( 0, 'Zitate', 'zitate.htm', 'Hauptframe', '', 'Dinge, die mich interessieren');
additem( 0, 'Profilneurosen', 'profile.htm', 'Hauptframe', '', 'Wie es der Name schon sagt...');
additem( 0, 'Mail', 'mailto:Papierkorb@legalos.de', '', '', 'EMail an mich');

//
// Menü starten (diese Zeile sollte nicht gelöscht werden!!)
//
if (parent.frames[src]) if (parent.frames[src].menulength>0) parent.frames[src].drwmenu();

