var nocheckfield = 1; var engineurl = "http://www.lilisweb.com/_/"; var xaramanmenusep = ""; function myrand() { var now = new Date(); var num = (now.getSeconds()); var num = num + 1; return num; } function MM_openBrWindow(theURL,winName,features) { var w = window.open(theURL,winName + myrand(),'resizable=yes, scrollbars=yes, ' + features); w.focus(); } function setXara_MenuProperties() { Xara_menuWidth = 160; Xara_MainmenuWidth = 80; } function setMM_MenuProperties(o) { MM_menuX = 120; MM_menuY = 0; o.menuX = 120; o.menuY = 0; o.menuWidth = 160; o.menuItemHeight = 20; o.fontSize = 10; o.fontWeight = "bold"; o.fontColor = "#FFFFFF"; o.fontColorHilite = "#FF0000"; o.bgColor = "#FFFFFF"; o.menuBorder = 1; o.menuBgOpaque = true; o.menuItemBorder = 0; o.menuItemIndent = 0; o.menuItemBgColor = "#FFCC66"; o.menuItemVAlign = "middle"; o.menuItemHAlign = "left"; o.menuItemPadding = 4; o.menuItemSpacing = 0; o.menuLiteBgColor = "#FFFFFF"; o.menuBorderBgColor = "#777777"; o.menuHiliteBgColor = "#BBBBBB"; o.menuContainerBgColor = "#FFcccc"; o.childMenuIcon = engineurl + "gfx/arrows.gif"; o.submenuXOffset = -140; o.submenuYOffset = 18; o.submenuRelativeToItem = true; o.vertical = true; o.hideTimeout = 200; } var css_global = "body {background-color: #CCCCBB;font-family: verdana,arial,helvetica;color: #000000;font-size: 8pt;}" + "a:link {font-size : 12px; color : #000000; text-decoration : none; font-weight: bold;}" + "a:visited {font-size : 12px; color : #000000; text-decoration : none; font-weight: bold;}"+ "a:hover {font-size : 12px; color : #FF0000; text-decoration : none; font-weight: bold;}"+ "TABLE {BACKGROUND: #D5D5C6;}"+ "SELECT{BACKGROUND: #CCCCBB;BORDER-BOTTOM: 0pt;BORDER-LEFT: 0pt;BORDER-RIGHT: 0pt;BORDER-TOP: 0pt;FONT-SIZE: 8pt;}"+ "TD{BACKGROUND: #CCCCBB;text-align:center;font-size : 10px;}"; var css_private = "TD.weekname{BACKGROUND: #000000;text-align:center;color : #FFFFFF;font-size : 10px;}"+ "TD.workday{BACKGROUND: #B9B9A2;text-align:center;display: table-cell;}"+ "TD.weekend{BACKGROUND: #ACAC8E;text-align:center;}"+ "TD.selectday{BACKGROUND: #9FDF9F;text-align:center;}"+ "TD.eventday{BACKGROUND: #CC99FF;text-align:center;}"+ ".selectnow{color: #FF0000; background: #B9B9A2;}";