/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v3.2
   http://deluxe-menu.com
*/


// -- Deluxe Tuner Style Names
var tstylesNames=["Top Item","Font",];
var tXPStylesNames=[];
// -- End of Deluxe Tuner Style Names

//--- Common
var tlevelDX=20;
var texpanded=1;
var texpandItemClick=1;
var tcloseExpanded=1;
var tcloseExpandedXP=1;
var ttoggleMode=0;
var tnoWrap=1;
var titemTarget="_self";
var titemCursor="hand";
var statusString="link";
var tblankImage="shumool1.files/blank.gif";
var tpathPrefix_img="";
var tpathPrefix_link="";

//--- Dimensions
var tmenuWidth="160px";
var tmenuHeight="auto";

//--- Positioning
var tabsolute=0;
var tleft="0px";
var ttop="0px";

//--- Font
var tfontStyle="bold 8pt Tahoma";
var tfontColor=["#585858","#585858"];
var tfontDecoration=["none","none"];
var tfontColorDisabled="#AAAAAA";
var tpressedFontColor="#AA0000";

//--- Appearance
var tmenuBackColor="#FFFFFF";
var tmenuBackImage="";
var tmenuBorderColor="#000";
var tmenuBorderWidth=0;
var tmenuBorderStyle="none";

//--- Item Appearance
var titemAlign="left";
var titemHeight=20;
var titemBackColor=["#ffffff","#E6EACF"];
var titemBackImage=["",""];

//--- Icons & Buttons
var ticonWidth=16;
var ticonHeight=16;
var ticonAlign="left";
var texpandBtn=["shumool1.files/expand.gif","shumool1.files/expand.gif","shumool1.files/collapse.gif"];
var texpandBtnW=8;
var texpandBtnH=8;
var texpandBtnAlign="left";

//--- Lines
var tpoints=1;
var tpointsImage="shumool1.files/iconsection.gif";
var tpointsVImage="shumool1.files/separv1.gif";
var tpointsCImage="";
var tpointsBImage="";

//--- Floatable Menu
var tfloatable=0;
var tfloatIterations=6;
var tfloatableX=1;
var tfloatableY=1;

//--- Movable Menu
var tmoveable=0;
var tmoveHeight=12;
var tmoveColor="#AA0000";
var tmoveImage="";

//--- XP-Style
var tXPStyle=0;
var tXPIterations=5;
var tXPBorderWidth=1;
var tXPBorderColor="#AFAFAF";
var tXPTitleBackColor="";
var tXPTitleBackImg="shumool1.files/back.gif";
var tXPTitleLeft="shumool1.files/blank.gif";
var tXPTitleLeftWidth=1;
var tXPIconWidth=25;
var tXPIconHeight=25;
var tXPMenuSpace=10;
var tXPExpandBtn=["","","",""];
var tXPBtnWidth=25;
var tXPBtnHeight=25;
var tXPFilter=1;

//--- Advanced
var tdynamic=0;
var tajax=0;

//--- State Saving
var tsaveState=0;
var tsavePrefix="menu1";

var tstyles = [
    [],
    ["tfontStyle=bold 8pt Tahoma","tfontColor=#535357,#535357"],
];
var tXPStyles = [
];

var tmenuItems = [

    [" Home ","index.php", "", "", "", "", "", "0", "0", "", ],
    [" About company","", "", "", "", "", "", "0", "", "", ],
        ["|About us","aboutus.php", "", "", "", "", "", "", "", "", ],
        ["|Vision & Mission","vision.php", "", "", "", "", "", "", "", "", ],
        ["|Business outlook","business.php", "", "", "", "", "", "", "", "", ],
        ["|Clientele","clientele.php", "", "", "", "", "", "", "", "", ],
    [" Our Services","", "", "", "", "", "", "0", "", "", ],
        ["|E-Business Solutions","ebusiness.php", "", "", "", "", "", "", "", "", ],
        ["|Software Development","softwared.php", "", "", "", "", "", "", "", "", ],
        ["|Web Dev & Design","webdev.php", "", "", "", "", "", "", "", "", ],
        ["|Web Promotion","wpromotion.php", "", "", "", "", "", "", "", "", ],
        ["|Graphic Design","graphicd.php", "", "", "", "", "", "", "", "", ],
        ["|Multimedia","multimedia.php", "", "", "", "", "", "", "", "", ],
        ["|Web Hosting","webhosting.php", "", "", "", "", "", "", "", "", ],
        ["|Domain Registration","domainr.php", "", "", "", "", "", "", "", "", ],
	[" Our Technology","ourtechnology.php", "", "", "", "", "", "0", "", "", ],
    [" Our Clients","ourclints.php", "", "", "", "", "", "0", "", "", ],
<!--    [" Technical Support","eb8.php", "", "", "", "", "", "0", "", "", ],-->
    [" Contact Us","contactus.php", "", "", "", "", "", "0", "", "", ],
];

dtree_init();