//****************************************************************************//
//************                  General Options                   ************//
//****************************************************************************//

////////////////////////////////////////////////////////////////////////////////
//
// Special Note:
//
//  All configuration options beginning with arr correspond to language 
//  specific strings.  You can over-ride one or more languages for a specific 
//  parameter by setting the version that corresponds with that language.
//  For example, if you wanted the title for the english version of the 
//  application to read 'Welcome to EMPARTweb 5.0', you would add 
//  the line:
//
//    arrApplicationTitle['EN'] = 'Welcome to EMPARTweb 5.0';
//
//  The application will display the string for the current language.
//
// Languages supported:
//
//  EN = English
//  ES = Spanish
//  FR = French
//  IT = Italian
//  DE = German
//  NE = Dutch
//  SW = Swedish
//
////////////////////////////////////////////////////////////////////////////////

// #### Main application browser title ####
arrApplicationTitle['EN'] = 'Genie Parts Catalog';
//arrApplicationTitle['ES'] = '';
//arrApplicationTitle['FR'] = '';
//arrApplicationTitle['IT'] = '';
//arrApplicationTitle['DE'] = '';
//arrApplicationTitle['NE'] = '';
//arrApplicationTitle['SW'] = '';

// #### String for default search type. ####
sDefaultSearchType = 'CONTAINS';

// #### Link for "main page" (i.e. where the link takes you when you time out, etc.) ####
// Leave blank to use the site root
//sMainPageLink = 'http://google.com/';

// #### Offset from assumed size of EW tabs for use with ASP apps ####
// #### A value of 0 will display as a normal app would, any other value ####
// #### will change the size and position of the results frames. ####
//iExtraOffset = 60;

//****************************************************************************//
//************          Dropdown Label Customizations             ************//
//****************************************************************************//

// #### Partner change block. Set to true to prevent partner switching when OEM is changed. ####
//bPreventPartnerChanges = true;

// #### OEM drop-down list hiding. Set to true to hide the OEM list if it only has one entry. ####
bHideSingleOEMList = true;

// #### OEM drop-down list label on Model, Parts, and Product Line Tabs. ####
arrOEMListLabel['EN'] = '';
//arrOEMListLabel['ES'] = '';
//arrOEMListLabel['FR'] = '';
//arrOEMListLabel['IT'] = '';
//arrOEMListLabel['DE'] = '';
//arrOEMListLabel['NE'] = '';
//arrOEMListLabel['SW'] = '';

// #### Catalog drop-down list auto-selection. Set to true to select the only Catalog if it only has one entry. ####
bSelectSingleCatalog = true;

// #### Catalog drop-down list hiding. Set to true to hide the Catalog list if it only has one entry. ####
// #### bSelectSingleCatalog must be set to true for this option to work ####
bHideSingleCatalogList = true;

// #### Catalog drop-down list label on Product Line Tab. ####
//arrCatalogListLabel['EN'] = '';
//arrCatalogListLabel['ES'] = '';
//arrCatalogListLabel['FR'] = '';
//arrCatalogListLabel['IT'] = '';
//arrCatalogListLabel['DE'] = '';
//arrCatalogListLabel['NE'] = '';
//arrCatalogListLabel['SW'] = '';

// #### Functions drop-down list label on Working Pick List. ####
//arrFunctionListLabel['EN'] = '';
//arrFunctionListLabel['ES'] = '';
//arrFunctionListLabel['FR'] = '';
//arrFunctionListLabel['IT'] = '';
//arrFunctionListLabel['DE'] = '';
//arrFunctionListLabel['NE'] = '';
//arrFunctionListLabel['SW'] = '';

//****************************************************************************//
//************              Pick List Function Drop Down          ************//
//****************************************************************************//

// #### true if the subscriber is using the ASP model (no Shared picklists). ####
bASPModel = true;

// #### true if you do not want to show the picklist frame at the bottom of the screen. ####
//bPickListFrameHidden = true;

//////// Pick List functions -- selection text ////////

// #### Display XML Selection  ####
//arrBtnTxtDisplayXML['EN'] = '';
//arrBtnTxtDisplayXML['ES'] = '';
//arrBtnTxtDisplayXML['FR'] = '';
//arrBtnTxtDisplayXML['IT'] = '';
//arrBtnTxtDisplayXML['DE'] = '';
//arrBtnTxtDisplayXML['NE'] = '';
//arrBtnTxtDisplayXML['SW'] = '';

// #### Print Selection ####
//arrBtnTxtPrint['EN'] = '';
//arrBtnTxtPrint['ES'] = '';
//arrBtnTxtPrint['FR'] = '';
//arrBtnTxtPrint['IT'] = '';
//arrBtnTxtPrint['DE'] = '';
//arrBtnTxtPrint['NE'] = '';
//arrBtnTxtPrint['SW'] = '';

// #### Clear Selection ####
//arrBtnTxtClear['EN'] = '';
//arrBtnTxtClear['ES'] = '';
//arrBtnTxtClear['FR'] = '';
//arrBtnTxtClear['IT'] = '';
//arrBtnTxtClear['DE'] = '';
//arrBtnTxtClear['NE'] = '';
//arrBtnTxtClear['SW'] = '';

// #### Save Personal Selection  ####
//arrBtnTxtSavePersonal['EN'] = '';
//arrBtnTxtSavePersonal['ES'] = '';
//arrBtnTxtSavePersonal['FR'] = '';
//arrBtnTxtSavePersonal['IT'] = '';
//arrBtnTxtSavePersonal['DE'] = '';
//arrBtnTxtSavePersonal['NE'] = '';
//arrBtnTxtSavePersonal['SW'] = '';

// #### Save Shared Selection  ####
//arrBtnTxtSaveShared['EN'] = '';
//arrBtnTxtSaveShared['ES'] = '';
//arrBtnTxtSaveShared['FR'] = '';
//arrBtnTxtSaveShared['IT'] = '';
//arrBtnTxtSaveShared['DE'] = '';
//arrBtnTxtSaveShared['NE'] = '';
//arrBtnTxtSaveShared['SW'] = '';

// #### Load Personal Selection  ####
//arrBtnTxtLoadPersonal['EN'] = '';
//arrBtnTxtLoadPersonal['ES'] = '';
//arrBtnTxtLoadPersonal['FR'] = '';
//arrBtnTxtLoadPersonal['IT'] = '';
//arrBtnTxtLoadPersonal['DE'] = '';
//arrBtnTxtLoadPersonal['NE'] = '';
//arrBtnTxtLoadPersonal['SW'] = '';

// #### Load Shared Selection ####
//arrBtnTxtLoadShared['EN'] = '';
//arrBtnTxtLoadShared['ES'] = '';
//arrBtnTxtLoadShared['FR'] = '';
//arrBtnTxtLoadShared['IT'] = '';
//arrBtnTxtLoadShared['DE'] = '';
//arrBtnTxtLoadShared['NE'] = '';
//arrBtnTxtLoadShared['SW'] = '';

// #### Save Picklist Selection (ASP mode only) ####
arrBtnTxtSavePickList['EN'] = '';
//arrBtnTxtSavePickList['ES'] = '';
//arrBtnTxtSavePickList['FR'] = '';
//arrBtnTxtSavePickList['IT'] = '';
//arrBtnTxtSavePickList['DE'] = '';
//arrBtnTxtSavePickList['NE'] = '';
//arrBtnTxtSavePickList['SW'] = '';

// #### Load Picklist Selection (ASP mode only) ####
arrBtnTxtLoadPickList['EN'] = '';
//arrBtnTxtLoadPickList['ES'] = '';
//arrBtnTxtLoadPickList['FR'] = '';
//arrBtnTxtLoadPickList['IT'] = '';
//arrBtnTxtLoadPickList['DE'] = '';
//arrBtnTxtLoadPickList['NE'] = '';
//arrBtnTxtLoadPickList['SW'] = '';

// #### Text for Transfer to BMS button. ####
arrBtnTxtXferBMS['EN'] = '';
//arrBtnTxtXferBMS['ES'] = '';
//arrBtnTxtXferBMS['FR'] = '';
//arrBtnTxtXferBMS['IT'] = '';
//arrBtnTxtXferBMS['DE'] = '';
//arrBtnTxtXferBMS['NE'] = '';
//arrBtnTxtXferBMS['SW'] = '';

// #### Sets whether the BMS button will be displayed. ####
//bShowBMSBtn = false;

//****************************************************************************//
//************           Pick List XML Transfer Options           ************//
//****************************************************************************//

// #### Data transfer informational message; appears at the top of the screen. ####
//arrXferMsg['EN'] = '';
//arrXferMsg['ES'] = '';
//arrXferMsg['FR'] = '';
//arrXferMsg['IT'] = '';
//arrXferMsg['DE'] = '';
//arrXferMsg['NE'] = '';
//arrXferMsg['SW'] = '';

// #### Name of the XML data field. ####
//sXMLFieldName = 'ARIPICKLIST';

// #### XML visibility state; true ==> visible, false ==> hidden. ####
//bXMLFieldVisible = true;

// #### XML Data destination URL -- where the data is posted. ####
//sXMLPostDestination = '';

// #### Name of the window to which the form data will be posted. ####
//sXMLPostTarget = 'pickXferWin';

// #### If this variable is true, the Pick List XML will automatically be submitted when the XML Transfer page loads. ####
bXMLAutoSubmit = false;

//****************************************************************************//
//************               Model Information Tabset             ************//
//****************************************************************************//
 
// #### Text for the model details tab. ####
//arrModelDetailTab['EN'] = '';
//arrModelDetailTab['ES'] = '';
//arrModelDetailTab['FR'] = '';
//arrModelDetailTab['IT'] = '';
//arrModelDetailTab['DE'] = '';
//arrModelDetailTab['NE'] = '';
//arrModelDetailTab['SW'] = '';

// #### Text for the model literature tab. ####
//arrModelLiteratureTab['EN'] = '';
//arrModelLiteratureTab['ES'] = '';
//arrModelLiteratureTab['FR'] = '';
//arrModelLiteratureTab['IT'] = '';
//arrModelLiteratureTab['DE'] = '';
//arrModelLiteratureTab['NE'] = '';
//arrModelLiteratureTab['SW'] = '';

// #### Text for the model notes tab. ####
//arrModelNotesTab['EN'] = '';
//arrModelNotesTab['ES'] = '';
//arrModelNotesTab['FR'] = '';
//arrModelNotesTab['IT'] = '';
//arrModelNotesTab['DE'] = '';
//arrModelNotesTab['NE'] = '';
//arrModelNotesTab['SW'] = '';

//****************************************************************************//
//************                Illustrated Part Lists              ************//
//****************************************************************************//

// #### If true, spots will flash upon corresponding IPL row selection. ####
//bFlashOnIPLClick = false;

// #### Number of times to flash a hotspot. (Default: 5) ####
//iNumHotSpotFlashes = 5;

// #### Time in milliseconds to alternate flashing. (Default: 250ms) ####
//iSpotFlashRate = 250;

// #### Width of hotspot borders. (Default: 2px) ####
//iSpotBorderWidth = 2;
 
// #### If true, rows will flash upon corresponding hotspot selection. ####
//bFlashIPLOnHotSpot = false;

// #### Number of times to flash an IPL row upon hotspot click or search match. (Default: 5) #### 
//iNumSrchMatchFlashes = 5;

// #### Time in milliseconds to alternate row colors for flashing. (Default: 250ms) #### 
//iRowFlashRate = 250;

// #### Set to true for zoom-to-fit, false for default catalog zoom. ####
bDoZoomToFit = true;

// #### White space (pixels) around auto-zoomed images. ####
iZoomWhiteSpace = 0;

// #### Initial width of the Catalog Tree frame. Can be an integer (pixel size) or a percentage of the browser width. ####
//iTreeWidth = '300';

// #### Initial height of the Catalog Tree frame. The Attachments frame will span the remainder of the browser height. ####
//iTreeHeight = '75%';

// #### Initial height of the IPL frame. The Image frame (and toolbar) will span the remainder of the browser height. ####
//iIPLHeight = '25%';

// #### Initial width of the Product Line Tree frame. Can be an integer (pixel size) or a percentage of the browser width. ####
//iProdLineTreeWidth = '50%';

// #### Initial width and height of the EPC window. Must be integer values (pixel size). ####
//iEPCWindowWidth  = '775';
//iEPCWindowHeight = '575';

// #### IPL maximize flag. Set to true to force IPLs to open maximized. ####
bMaximizeIPLs = true;

// #### EPC window navigation buttons -- if true, a button will be placed above the standard four-frame layout of a Model Search result window that will close the window and navigate the main area to the Pick List page. ####
bShowEPCPickListBtn = true;

// #### EPC Pick List Button text. ####
arrGoToPL['EN'] = 'Go to Parts Pick List';
//arrGoToPL['ES'] = '';
//arrGoToPL['FR'] = '';
//arrGoToPL['IT'] = '';
//arrGoToPL['DE'] = '';
//arrGoToPL['NE'] = '';
//arrGoToPL['SW'] = '';

//arrGoToCart['EN'] = '';
//arrGoToCart['ES'] = '';
//arrGoToCart['FR'] = '';
//arrGoToCart['IT'] = '';
//arrGoToCart['DE'] = '';
//arrGoToCart['NE'] = '';
//arrGoToCart['SW'] = '';

// #### If true, Image Hot Spots will be highlighted by default. ####
bHotSpotsOn = false;

// #### Toolbar button color; available choices: Beige, Cobalt, Cornflower, DkGray, LtGray, Tan. ####
//sToolBarColor = 'LtGray';

// #### bAllowIPLColumnHiding determines whether a user can hide a column's items ####
// #### bHideIPLColumnHeaders determines whether the headers should be hidden as well. ####
bAllowIPLColumnHiding = true;
bHideIPLColumnHeaders = true;

// #### bHideAllPriors determines whether priors should be shown in EmpartWeb ####
// #### bHideAllSupersessions determines whether supersessions should be shown in EmpartWeb ####
//bHideAllPriors = true;
//bHideAllSupersessions  = true;

// #### Error message for when a user clicks on a Hot Spot and no corresponding IPL line exists. ####
//arrHotSpot2IPLError['EN'] = 'The requsted part cannot be located in the part list.  Please call Genie Industries at xxx for further assistance.';
//arrHotSpot2IPLError['ES'] = '';
//arrHotSpot2IPLError['FR'] = '';
//arrHotSpot2IPLError['IT'] = '';
//arrHotSpot2IPLError['DE'] = '';
//arrHotSpot2IPLError['NE'] = '';
//arrHotSpot2IPLError['SW'] = '';

// #### Error message for when a user clicks on an IPL and no corresponding Hot Spot exists. ####
//arrIPL2HotSpotError['EN'] = 'The requested part cannot be located on the image.  Please call Genie Industries at xxx for further assistance.';
//arrIPL2HotSpotError['ES'] = '';
//arrIPL2HotSpotError['FR'] = '';
//arrIPL2HotSpotError['IT'] = '';
//arrIPL2HotSpotError['DE'] = '';
//arrIPL2HotSpotError['NE'] = '';
//arrIPL2HotSpotError['SW'] = '';

// #### User Notes Icon; true ==> hide for all users, false ==> show for "single" users. ####
//bHideAllUserNotes = true;
//****************************************************************************//
//************      ADDED FOR PSW5.10 NEW FEATURES                ************//
//****************************************************************************//

//****************************************************************************//
//************                       Tabs                         ************//
//****************************************************************************//

// #### This is the title of the Model (1st) tab. (Set to '' to hide tab.) ####
//arrModelTab['EN'] = '';
//arrModelTab['ES'] = '';
//arrModelTab['FR'] = '';
//arrModelTab['IT'] = '';
//arrModelTab['DE'] = '';
//arrModelTab['NE'] = '';
//arrModelTab['SW'] = '';

// #### This is the title of the Parts (2nd) tab. (Set to '' to hide tab.) ####
//arrPartsTab['EN'] = '';
//arrPartsTab['ES'] = '';
//arrPartsTab['FR'] = '';
//arrPartsTab['IT'] = '';
//arrPartsTab['DE'] = '';
//arrPartsTab['NE'] = '';
//arrPartsTab['SW'] = '';

// #### This is the title of the Product Line (3rd) tab. (Set to '' to hide tab.) ####
//arrProdLineTab['EN'] = '';
//arrProdLineTab['ES'] = '';
//arrProdLineTab['FR'] = '';
//arrProdLineTab['IT'] = '';
//arrProdLineTab['DE'] = '';
//arrProdLineTab['NE'] = '';
//arrProdLineTab['SW'] = '';

// #### This is the title of the Literature (4th) tab. (Set to '' to hide tab.) ####
//arrLiteratureTab['EN'] = '';
//arrLiteratureTab['ES'] = '';
//arrLiteratureTab['FR'] = '';
//arrLiteratureTab['IT'] = '';
//arrLiteratureTab['DE'] = '';
//arrLiteratureTab['NE'] = '';
//arrLiteratureTab['SW'] = '';

// #### This is the title of the Attributes (5th) tab. (Set to '' to hide tab.) ####
arrAttributesTab['EN'] = '';
//arrAttributesTab['ES'] = '';
//arrAttributesTab['FR'] = '';
//arrAttributesTab['IT'] = '';
//arrAttributesTab['DE'] = '';
//arrAttributesTab['NE'] = '';
//arrAttributesTab['SW'] = '';

// #### This is the title of the Accessories (6th) tab. (Set to '' to hide tab.) ####
//arrAccessoriesTab['EN'] = '';
//arrAccessoriesTab['ES'] = '';
//arrAccessoriesTab['FR'] = '';
//arrAccessoriesTab['IT'] = '';
//arrAccessoriesTab['DE'] = '';
//arrAccessoriesTab['NE'] = '';
//arrAccessoriesTab['SW'] = '';

// #### This is the title of the Pick List (7th) tab. (Set to '' to hide tab.) ####
arrPickListTab['EN'] = 'Parts Pick List';
//arrPickListTab['ES'] = '';
//arrPickListTab['FR'] = '';
//arrPickListTab['IT'] = '';
//arrPickListTab['DE'] = '';
//arrPickListTab['NE'] = '';
//arrPickListTab['SW'] = '';

// #### Partner change block. Set to true to prevent partner switching when OEM is changed. ####
//bPreventPartnerChanges = true;

//****************************************************************************//
//************                   Serial Searching                 ************//
//****************************************************************************//
 
// #### Text for the serial searching criteria. ####
//arrSerialSearchLabel['EN'] = '';
//arrSerialSearchLabel['ES'] = '';
//arrSerialSearchLabel['FR'] = '';
//arrSerialSearchLabel['IT'] = '';
//arrSerialSearchLabel['DE'] = '';
//arrSerialSearchLabel['NE'] = '';
//arrSerialSearchLabel['SW'] = '';

// #### Initial width and height of the EPC window. Must be integer values (pixel size). ####
//iEPCWindowWidth  = '775';
//iEPCWindowHeight = '575';

// #### Show IPL for single result model searches; true ==> popup root IPL if only 1 result is found, false ==> don't. ####
bShowIPLForSingleModelResults = true;

// #### Show IPL for single result where used searches; true ==> popup root IPL if only 1 result is found, false ==> don't. ####
bShowIPLForSingleWhereUsedResults = true;

// #### Expand IPLs in model details tab automatically; true ==> expand list, false ==> don't. ####
bExpandIPLTree = true;

// #### Expand attributes in model details tab automatically; true ==> expand list, false ==> don't. ####
bExpandAttrTree = true;

// #### Hide About Link - determines whether there should be a link to arinet.com on the about page. ####
//bHideARIAboutLink = true;

//****************************************************************************//
//************                  Copyright Messages                ************//
//****************************************************************************//
 
// #### Container to hold custom copyright messages. ####
//arrCopyrightMessages['<OEM DESCRIPTION>'] = '<COPYRIGHT STRING>';

//****************************************************************************//
//************               Super/Prior Column Hiding            ************//
//****************************************************************************//
 
// #### Set to true to hide 'Qty' on the Supersession and Prior windows. ####
//bHideSuperPriorQty = true;

// #### Set to true to hide 'UOM' on the Supersession and Prior windows. ####
//bHideSuperPriorUOM = true;

// #### Set to true to hide 'Usage' on the Supersession and Prior windows. ####
//bHideSuperPriorUsage = true;

// #### Set to true to hide 'Notes' on the Supersession and Prior windows. ####
//bHideSuperPriorNotes = true;

//****************************************************************************//
//************                Pegged Table Formatting             ************//
//****************************************************************************//
 
// #### Set to true to allow IPL formatting for justification and picklist availability (order_action_field). ####
//bUsePeggedFormatting = true;

//****************************************************************************//
//************                  Orphaned Window Data              ************//
//****************************************************************************//
 
// #### Set to true to force all windows opened by the app to close when leaving EmpartWeb. ####
bCloseOrphanedWindows = true;

//****************************************************************************//
//************                 Pricing & Availability             ************//
//****************************************************************************//

// #### Set pricing link to enable price & availability lookups. ####
//sPricingLink = '';

//****************************************************************************//
//************                    Logo Information                ************//
//****************************************************************************//

// #### Set bHasLogo to true to display a banner. (Banner: <ARI?PARTNER>/images/banner.gif) ####
bHasLogo = true;

// #### Set iLogoHeight to the height you want your image. (Leave undefined for the image height.) ####
//iLogoHeight = 60;

// #### Set bHasLogoBG to true to display a banner background image. (Banner BG: <ARI?PARTNER>/images/banner_bg.<sLogoExt>) ####
//bHasLogoBG = true;
//sLogoExt = 'gif'; // Default: 'gif'

// #### Set sLogoColor to the color of the banner background. Leave empty for transparent. ####
sLogoColor = '#FFFFFF';

// #### Set sLogoLink to the href that should be opened when clicking on the banner. ####
//sLogoLink = 'http://your_site.com';

// #### Set iLogoSepHeight to the number of pixels you want between the logo and the tabs. (0 = no separator) ####
iLogoSepHeight = 4;

// #### Set sLogoSepColor to the color of the separator. (Leave blank for transparent.) ####
//sLogoSepColor = '#FFFFFF';

//****************************************************************************//

