/*
   Deluxe Menu data file
   Created by Deluxe Tuner
   http://deluxe-menu.com
*/


// --- Deluxe Tuner style names ---
var itemStylesNames=["Individual Style","NonLink",];
var menuStylesNames=["SubBorder",];
// --- End of Deluxe Tuner style names ---

//--- Common
var isHorizontal=0;
var smOrientation=0;
var smViewType=0;
var smColumns=0;
var pressedItem=-2;
var itemCursor="pointer";
var itemTarget="_self";
var statusString="link";
var blankImage="images/blank.gif";

//--- Dimensions
var menuWidth="";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX=0;
var posY=0;
var topDX=0;
var topDY=0;
var DX=0;
var DY=0;

//--- Appearance
var menuBackColor="#FFFFFF";
var menuBackImage="";
var menuBorderColor="#818C86";
var menuBorderWidth=1;
var menuBorderStyle="none";

//--- Font
var fontStyle="normal 11px Verdana";
var fontColor=["#363A38","#993333"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Item Appearance
var itemBackColor=["#FFFFFF","#F1EEE5"];
var itemBackImage=["",""];
var itemBorderWidth="";
var itemBorderColor=["#FFFFFF","#FFFFFF"];
var itemBorderStyle=["none","none"];
var itemSpacing=0;
var itemPadding=2;
var itemAlign="left";
var subMenuAlign="left";

//--- Floatable Menu
var floatable=0;
var floatIterations=0;
var floatableX=0;
var floatableY=0;

//--- Movable Menu
var movable=0;
var moveWidth=0;
var moveHeight=0;
var moveColor="#DECA9A";
var moveImage="";
var moveCursor="move";
var smMovable=0;
var closeBtnW=0;
var closeBtnH=0;
var closeBtn="";

//--- Icons
var iconTopWidth="";
var iconTopHeight="";
var iconWidth="";
var iconHeight="";
var arrowWidth="";
var arrowHeight="";
var arrowImageMain=["",""];
var arrowImageSub=["",""];

//--- Transitional Effects & Filters
var transparency="100";
var transition=6;
var transOptions="";
var transDuration=500;
var shadowLen=0;
var shadowColor="";
var shadowTop=0;

//--- Separators
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="100%";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="0";
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=250;
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 itemStyles = [
    ["itemWidth=115"],
    ["itemBackColor=,#ffffff","fontStyle=bold 11px Verdana","fontColor=#363A38,","fontDecoration=none,"],
];
var menuStyles = [
    ["menuBorderWidth=1","menuBorderStyle=solid","menuBorderColor=#818C86","itemSpacing=0","itemPadding=2"],
];

var menuItems = [

    ["CONNECT","", , , , , "1", , ],
    ["Academic Policy Manual","http://www.stlawrencecollege.ca/_files/AcademicPolicyManual.pdf", , , "View/download the PDF", "_blank", , , ],
    ["Acceptable Use for Computing","http://www.stlawrencecollege.ca/_files/AcademicPolicyManual-AppendixG.pdf", , , "View/download the PDF", "_blank", , , ],
    ["Accessibility @ SLC","BrowseAloud.htm", , , "Our Website Talks!", , , , ],
    ["Campus Health Centres","HealthCentre.htm", , , "Offerings and Locations", , , , ],
    ["Campus Info / Hours of Operation","HoursOperation.htm", , , "Access Times and Security Info", , , , ],
    ["DELL Student Purchase Program","http://www.dell.ca/slcspp", , , "Click here to get started ...", "_blank", , , ],
    ["E-Mail","http://student.sl.on.ca", , , "Sign In to Your College E-Mail", "_blank", "-1", , ],
    ["Essence Dining","http://home.sl.on.ca/essence", , , "Located on Kingston Campus", "_blank", , , ],
    ["Marianne van Silfhout Gallery","Marianne-van-Silfhout_Gallery.htm", , , "Gallery Information", , , , ],
    ["PeopleSoft Self Service Info","PSoftSS.htm", , , "Access to Your Schedule, Grades, Personal Info", , , , ],
    ["PeopleSoft Self Service Sign In","http://ps17.sl.on.ca/sl9sys/signon.html", , , "Only available on-campus.", "_blank", "-1", , ],
    ["Print Accounting Info","PrintAccounting.htm", , , , , , , ],
    ["Print Accounting Sign In","http://printing.sl.on.ca:2941/webtools/index.html", , , "Logon to Your Account", "_blank", , , ],
    ["SLC Athletics","http://slcathletics.com", , , "Visit the Official Website", "_blank", , , ],
    ["StLawrenceCollege.ca","http://www.stlawrencecollege.ca", , , "Our Corporate Website", "_blank", , , ],
    ["St. Lawrence College Library","Library-Home.htm", , , "Catalogues, Resources & Services", , "-1", "-1", ],
    ["Student Employment on Campus","StudentEmploy.htm", , , "Apply for a Student Job", , , , ],
    ["Student Success (Kingston)","SS_Home.htm", , , "Achieve Your Academic Goals", , , , ],
    ["WebCT 6.0 Info","WebCT.htm", , , "Access and Passwords", , , , ],
    ["WebCT 6.0 Sign In","http://mycourses.sl.on.ca/webct/entryPageIns.dowebct", , , "Login to myWebCT", "_blank", "-1", , ],
    ["HELP","Help.htm", , , "How to Get Help", , "-1", , ],
];

dm_init();