/*
   Deluxe Menu Data File
   Created by Deluxe Tuner v3.2
   http://deluxe-menu.com
*/

//www.puglisevich.com key
var key="163b1563e3itg"; 

// -- Deluxe Tuner Style Names
var itemStylesNames=["Top Item","Sub Item","Sub Menu Bottom","Sub Top Item",];
var menuStylesNames=["Top Menu",];
// -- End of Deluxe Tuner Style Names

//--- Common
var isHorizontal=1;
var smColumns=1;
var smOrientation=0;
var dmRTL=0;

//active button states
var pressedItem = -1;

if(pageID == "home"){
 pressedItem = 0;
}

if(pageID == "profile"){
 pressedItem = 1;
}

if(pageID == "services"){
 pressedItem = 2;
}

if(pageID == "divisions"){
 pressedItem = 3;
}

if(pageID == "SafetyTraining"){
 pressedItem = 4;
}

if(pageID == "careers"){
 pressedItem = 5;
}


if(pageID == "contactUs"){
 pressedItem = 6;
}

var itemCursor="pointer";
var itemTarget="_self";
var statusString="link";
var blankImage="primaryNav.files/blank.gif";
var pathPrefix_img="";
var pathPrefix_link="";

//--- Dimensions
var menuWidth="886px";
var menuHeight="";
var smWidth="190px";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="";
var posY="";
var topDX=-1;
var topDY=0;
var DX=-2;
var DY=0;
var subMenuAlign="left";
var subMenuVAlign="top";

//--- Font
var fontStyle=["normal 13px Arial","normal 13px Arial"];
var fontColor=["#0a317a","#0a317a"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="";
var menuBorderWidth="";
var menuBorderStyle="none";

//--- Item Appearance
var itemBackColor=["",""];
var itemBackImage=["",""];
var beforeItemImage=["",""];
var afterItemImage=["",""];
var beforeItemImageW="";
var afterItemImageW="";
var beforeItemImageH="";
var afterItemImageH="";
var itemBorderWidth=0;
var itemBorderColor=["",""];
var itemBorderStyle=["solid","solid"];
var itemSpacing=0;
var itemPadding="7px 5px 6px 8px";
var itemAlignTop="center";
var itemAlign="left";

//--- Icons
var iconTopWidth="";
var iconTopHeight="";
var iconWidth="";
var iconHeight="";
var arrowWidth="";
var arrowHeight="";
var arrowImageMain=["primaryNav.files/pugBtArrowOff.gif","primaryNav.files/pugBtArrowOn.gif"];
var arrowWidthSub="";
var arrowHeightSub="";
var arrowImageSub=["primaryNav.files/pugSubBtArrowOff.gif","primaryNav.files/pugSubBtArrowOn.gif"];

//--- Separators
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="3px";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="3px";
var separatorVHeight="100%";
var separatorPadding="0px";

//--- Floatable Menu
var floatable=0;
var floatIterations=6;
var floatableX=1;
var floatableY=1;
var floatableDX=15;
var floatableDY=15;

//--- Movable Menu
var movable=0;
var moveWidth=12;
var moveHeight=20;
var moveColor="#DECA9A";
var moveImage="";
var moveCursor="move";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="90";
var transition=5;
var transOptions="";
var transDuration=200;
var transDuration2=200;
var shadowLen="";
var shadowColor="";
var shadowTop=0;

//--- CSS Support (CSS-based Menu)
var cssStyle=0;
var cssSubmenu="";
var cssItem=["",""];
var cssItemText=["",""];

//--- Advanced
var dmObjectsCheck=0;
var saveNavigationPath=1;
var showByClick=0;
var noWrap=1;
var smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
var topSmartScroll=0;
var smHideOnClick=1;
var dm_writeAll=1;
var useIFRAME=0;
var dmSearch=0;

//--- AJAX-like Technology
var dmAJAX=0;
var dmAJAXCount=0;
var ajaxReload=0;

//--- Dynamic Menu
var dynamic=0;

//--- Keystrokes Support
var keystrokes=0;
var dm_focus=1;
var dm_actKey=113;

//--- Sound
var onOverSnd="";
var onClickSnd="";

var itemStyles = [
    ["itemBackColor=transparent,transparent","itemBackImage=primaryNav.files/pugBtBgOff.gif,primaryNav.files/pugBtBgOn.gif","beforeItemImage=primaryNav.files/pugBtLeftOff.gif,primaryNav.files/pugBtLeftOn.gif","afterItemImage=primaryNav.files/pugBtRightOff.gif,primaryNav.files/pugBtRightOn.gif","itemBorderWidth=0","fontStyle='bold 13px Arial','bold 13px Arial'","fontColor=#F0F0F0,#0a317a","showByClick=0"],
    ["itemBackColor=#FFFFFF,#f88d11","itemBackImage=primaryNav.files/pugSubBorderBgOff.gif,primaryNav.files/pugSubBorderBgOn.gif","showByClick=0"],
    ["itemBackColor=transparent,transparent","showByClick=0"],
    ["itemBackColor=#FFFFFF,#f88d11","itemBackImage=primaryNav.files/pugSubBorderTopBgOff.gif,primaryNav.files/pugSubBorderBgOn.gif","showByClick=0"],
];
var menuStyles = [
    ["smOrientation=undefined"],
];

var menuItems = [

    ["Home","default.asp", "", "", "", "_self", "0", "0", "", "", "", ],
    ["Profile","companyProfile.asp", "", "", "", "_self", "0", "-1", "", "", "", ],
        ["|Company Profile","companyProfile.asp", "", "", "", "", "3", "-1", "", "", "", ],
        ["|Board and Management","teamPlayers.asp", "", "", "", "", "1", "", "", "", "", ],
        ["|","", "primaryNav.files/subMenuBottom.gif", "primaryNav.files/subMenuBottom.gif", "", "", "2", "", "", "", "", ],
    ["Services","recruitmentSelection.asp", "", "", "", "", "0", "", "", "", "", ],
        ["|Recruitment & Selection","recruitmentSelection.asp", "", "", "", "", "3", "", "", "", "", ],
        ["|Payroll & Financial Services","payrollFinancialServices.asp", "", "", "", "", "1", "", "", "", "", ],
        ["|Logistical Services","logisticalServices.asp", "", "", "", "", "1", "", "", "", "", ],
        ["|Candidate Tools","candidateTools.asp", "", "", "", "", "1", "", "", "", "", ],
        ["|","", "primaryNav.files/subMenuBottom.gif", "primaryNav.files/subMenuBottom.gif", "", "", "2", "", "", "", "", ],
    ["Divisions","energy.asp", "", "", "", "", "0", "", "", "", "", ],
        ["|Energy","energy.asp", "", "", "", "", "3", "", "", "", "", ],
        ["|Executive","executive.asp", "", "", "", "", "1", "", "", "", "", ],
        ["|Professional Staffing","professionalStaffing.asp", "", "", "", "", "1", "", "", "", "", ],
        ["|","", "primaryNav.files/subMenuBottom.gif", "primaryNav.files/subMenuBottom.gif", "", "", "2", "", "", "", "", ],
    ["Safety Training","safetyTrainingProfile.asp", "", "", "", "", "0", "", "", "", "", ],
        ["|Safety Training Profile","safetyTrainingProfile.asp", "", "", "", "", "3", "", "", "", "", ],
        ["|Training Courses","trainingCourses.asp", "", "", "", "", "1", "", "", "", "", ],
        ["|Schedule","schedule.asp", "", "", "", "", "1", "", "", "", "", ],
        ["|Keep Up To Date ","safetyTrainingMailListSignUp.asp", "", "", "", "", "1", "", "", "", "", ],
        ["|Downloads ","downloads.asp", "", "", "", "", "1", "", "", "", "", ],
	    ["|","", "primaryNav.files/subMenuBottom.gif", "primaryNav.files/subMenuBottom.gif", "", "", "2", "", "", "", "", ],
    ["Careers","http://curaportal.mindscope.com/PUGLIS03857/Aspx/Jobsearch.asp", "", "", "", "", "0", "", "", "", "", ],
        ["|Search Careers","http://curaportal.mindscope.com/PUGLIS03857/Aspx/Jobsearch.asp", "", "", "", "", "3", "", "", "", "", ],
        ["|Keep Up To Date","careersMailListSignUp.asp", "", "", "", "", "1", "", "", "", "", ],
        ["|","", "primaryNav.files/subMenuBottom.gif", "primaryNav.files/subMenuBottom.gif", "", "", "2", "", "", "", "", ],
	["Contact Us","contactUs.asp", "", "", "", "", "0", "", "", "", "", ],
];

dm_init();