//UDMv3.4.1
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************

// POSITIONING AND STYLES

var menuALIGN = "left";                // alignment
var absLEFT =         150;                // absolute left or right position (if menu is left or right aligned)
var absTOP =         10;                 // absolute top position

var staticMENU = false;                // static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;                // show empty cells
var showBORDERS = false;                // show empty cell borders

var baseHREF = "";        // base path to .js files for the script (ie: resources/)
var zORDER =         1000;                // base z-order of nav structure (not ns4)

var mCOLOR =         "#ffffff";        // main nav cell color
var rCOLOR =         "#eeeedb";        // main nav cell rollover color
var bSIZE =         1;                // main nav border size
var bCOLOR =         "#000000"        // main nav border color
var aLINK =         "#000000";        // main nav link color
var aHOVER =         "";                // main nav link hover-color (dual purpose)
var aDEC =         "none";                // main nav link decoration
var fFONT =         "Verdana,Tahoma,Helvetica";        // main nav font face
var fSIZE =         12;                // main nav font size (pixels)
var fWEIGHT =         "normal"                // main nav font weight
var tINDENT =         3;                // main nav text indent (if text is left or right aligned)
var vPADDING =         3;                // main nav vertical cell padding
var vtOFFSET =         0;                // main nav vertical text offset (+/- pixels from middle)

var keepLIT =        false;                // keep rollover color when browsing menu
var vOFFSET =         3;                // shift the submenus vertically
var hOFFSET =         -1;                // shift the submenus horizontally

var smCOLOR =         "#ffffff";        // submenu cell color

var srCOLOR =         "#eeeedb";        // submenu cell rollover color
var sbSIZE =         1;                // submenu border size
var sbCOLOR =         "#000000"        // submenu border color
var saLINK =         "#000000";        // submenu link color
var saHOVER =         "";                // submenu link hover-color (dual purpose)
var saDEC =         "none";                // submenu link decoration
var sfFONT = "Verdana,Tahoma,Helvetica";// submenu font face
var sfSIZE = 12;                // submenu font size (pixels)
var sfWEIGHT = "normal"        // submenu font weight
var stINDENT =  3;                // submenu text indent (if text is left or right aligned)
var svPADDING = 3;                // submenu vertical cell padding
var svtOFFSET = 0;                // submenu vertical text offset (+/- pixels from middle)

var shSIZE = 2;                // submenu drop shadow size
var shCOLOR = "eeeeee";        // submenu drop shadow color
var shOPACITY = 75;                // submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = false;                // keep submenu rollover color when browsing child menu
var chvOFFSET = 5;                // shift the child menus vertically
var chhOFFSET = 10;                // shift the child menus horizontally

var closeTIMER = 330;                // menu closing delay time

var cellCLICK = true;                // links activate on TD click
var aCURSOR = "hand";                // cursor for active links (not ns4 or opera)

var altDISPLAY = "";                // where to display alt text
var allowRESIZE = true;                // allow resize/reload

var redGRID = false;                // show a red grid
var gridWIDTH = 0;                // override grid width
var gridHEIGHT = 0;                // override grid height
var documentWIDTH = 0;                // override document width

var hideSELECT = true;                // auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;        // allow for text scaling in mozilla 5


//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("content/enter.html","[ about ]",115,"center","","",0,0,"e");

addMainItem("content/games.html","[ games ]",115,"center","","",0,0,"g");

addMainItem("content/prosa.html","[ prosa ]",115,"center","","",0,0,"p");

addMainItem("#","[ mythen ]",115,"center","","",0,0,"m");

addMainItem("content/communication.html","[ guest ]",115,"center","","",0,0,"i");

addMainItem("content/linxx.html","[ linxx ]",115,"center","","",0,0,"l");

//**DO NOT EDIT THIS *****
}//***********************
//************************
