/*
   Deluxe Menu data file
   Created by Deluxe Tuner
   http://deluxe-menu.com
*/


// --- Deluxe Tuner style names ---
var itemStylesNames=[];
var menuStylesNames=[];
// --- End of Deluxe Tuner style names ---

//--- Common
var isHorizontal=0;
var smOrientation=0;
var smViewType=2;
var smColumns=1;
var pressedItem=-2;
var itemCursor="default";
var itemTarget="_self";
var statusString="link";
var blankImage="blank image filename";

//--- Dimensions
var menuWidth="";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX=0;
var posY=0;
var topDX=-30;
var topDY=12;
var DX=-5;
var DY=0;

//--- Appearance
var menuBackColor="";
var menuBackImage="";
var menuBorderColor="";
var menuBorderWidth=0;
var menuBorderStyle="none";

//--- Font
var fontStyle="bold 11px Arial";
var fontColor=["#004080","#8CFFFF"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Item Appearance
var itemBackColor=["#FFFFFF","#4792E6"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#6655FF","#665500"];
var itemBorderStyle=["none","none"];
var itemSpacing=2;
var itemPadding=5;
var itemAlign="left";
var subMenuAlign="";

//--- Floatable Menu
var floatable=0;
var floatIterations=6;
var floatableX=1;
var floatableY=1;

//--- Movable Menu
var movable=0;
var moveWidth=12;
var moveHeight=20;
var moveColor="#AA0000";
var moveImage="";
var moveCursor="default";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Icons
var iconTopWidth=24;
var iconTopHeight=24;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=9;
var arrowHeight=9;
var arrowImageMain=["",""];
var arrowImageSub=["",""];

//--- Transitional Effects & Filters
var transparency="100";
var transition=0;
var transOptions="";
var transDuration=300;
var shadowLen=3;
var shadowColor="#777777";
var shadowTop=1;

//--- Separators
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="3";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="3";
var separatorVHeight="100%";

//--- CSS Support (CSS-based Menu)
var cssStyle=0;
var cssSubmenu="";
var cssItem=["",""];
var cssItemText=["",""];

//--- Advanced
var saveNavigationPath=1;
var showByClick=0;
var noWrap=1;
var pathPrefix_img="";
var pathPrefix_link="";
var smShowPause=200;
var smHidePause=1000;
var dm_writeAll=0;

//--- Keystrokes Support
var keystrokes=0;

//--- Dynamic Menu
var dynamic=0;

//--- MAC OS Additional (IE only)
var macIEoffX=10;
var macIEoffY=15;
var macIEtopDX=0;
var macIEtopDY=2;
var macIEDX=-3;
var macIEDY=0;


var menuItems = [

    ["About the Center","CCEFP_home.asp", , , , , , , ],
        ["|Home","CCEFP_home.asp", , , , , , , ],
        ["|Brief History","CCEFP_AboutCenter.asp", , , , , , , ],
        ["|Involved Network","CCEFP_AboutCenter_InvolvedNetwork.asp", , , , , , , ],
        ["|Industry Supporters","CCEFP_IndustrysRole.asp", , , , , , , ],
        ["|CCEFP Facilities","CCEFP_AboutCenter_Facilities.asp", , , , , , , ],
    ["Research Goals<br>and Projects","CCEFP_ResearchGoals_main.asp", , , , , , , ],
    ["Education and<br>Outreach","CCEFP_EducationOutreach.asp", , , , , , , ],
    ["Industry's Role<br>in the Center","CCEFP_IndustrysRole.asp", , , , , , , ],
        ["|Industry's Role","CCEFP_IndustrysRole.asp", , , , , , , ],
        ["|Member Benefits","CCEFP_IndustrysRole_MembersBenefit.asp", , , , , , , ],
        ["|Levels of Support","CCEFP_IndustrysRole_LevelsofSupport.asp", , , , , , , ],
        ["|Industry Leaders Speak","CCEFP_IndustrysRole_WhatLeadersHavetoSay.asp", , , , , , , ],
        ["|Industry Internships","CCEFP_IndustrysRole_IndustryInternships.asp", , , , , , , ],
        ["|Industry Advisory Board","CCEFP_IndustrysRole_IndustryAdvisoryBoard.asp", , , , , , , ],
    ["Center News","CCEFP_CenterNews.asp", , , , , , , ],
];

dm_init();
