if(typeof PU == 'undefined') { PU = {}; } /*********************************************************** * This is the configuration file for the feature Viewer. * The following is the list of available feature types * and their required attributes (the slide's name is used * to generate the slide's ID): * * image: title used for the image "alt" tag & highlights reel * description used for the highlights reel * type the type is "image" * src directory location of the image * link URL to direct the user to when clicked (optional) * target if set opens a link in a new window * * html: title used for the highlights reel * description used for the highlights reel * type the type is "html" * src html source code to display * link URL to direct the user to when clicked (optional) * target if set opens a link in a new window * * flash: title used for the highlights reel * description used for the highlights reel * type the type is "flash" * height height of the flash object * width width of the flash object * version version of flash used * src directory location of the swf file * link URL to direct the user to when clicked (optional) * target if set opens a link in a new window * * Only slides added to the index will be displayed. ***********************************************************/ PU.DEF.FeatureSlidesBasePath = PU.DEF.REMOTE_ASSETS_URL + "/sites/partsunlimited/img/features/" PU.FeatureSlides = { 'watercraft2010': { title: "Watercraft 2010", description: "The new Watercraft catalog has arrived!", type: "image", src: PU.DEF.FeatureSlidesBasePath + "watercraft_2010.png", link: "../product/browseProduct.do?segmentId=14®ions=6" }, 'XCRBelt': { title: "XCR: Support Belt", description: "The XCR: Support Belt from Moose Racing", type: "image", src: PU.DEF.FeatureSlidesBasePath + "xcr_belt.png", link: "http://www.mooseracing.com/catalog.jsp?level1=1752&product_group_id=11376&startPage=1", target: "true" }, 'atv2010': { title: "ATV 2010", description: "The new ATV catalog has arrived!", type: "image", src: PU.DEF.FeatureSlidesBasePath + "atv_2010.png", link: "../product/browseProduct.do?segmentId=13®ions=6" }, 'thorGrid': { title: "Limited Edition Grid Gear", description: "Limited Edition Grid Gear now available!", type: "image", src: PU.DEF.FeatureSlidesBasePath + "grid.png", link: "http://www.thormx.com/productnavigation.jsp?path=2085,2086,2088", target: "true" }, 'offroad2010': { title: "Offroad 2010", description: "The new Offroad catalog has arrived!", type: "image", src: PU.DEF.FeatureSlidesBasePath + "offroad_2010.png", link: "../product/browseProduct.do?segmentId=6®ions=6" }, slide1: { title: "Variant Helmet", description: "New from Ride Icon!", type: "image", src: PU.DEF.FeatureSlidesBasePath + "variant.png", link: "http://www.rideicon.com/index.jsp?homeImage=variantHelmet", target: "true" }, slide2: { title: "Thor TV", description: "See what's going on in the world of motocross.", type: "image", src: PU.DEF.FeatureSlidesBasePath + "thor_tv.png", link: "http://www.youtube.com/user/ThorMXOfficial", target: "true" }, slide3: { title: "Make Model Year", description: "You can now search for parts that fit your vehicle!", type: "image", src: PU.DEF.FeatureSlidesBasePath + "mmy.png", link: "../fitment/searchParts.do" }, slide4: { title: "LaVallee Takes Home Hardware From Winter X Games 14", description: "Levi LaVallee Wins Gold in Snowmobile Knockout and Bronze in Best Trick", type: "image", src: PU.DEF.FeatureSlidesBasePath + "lavalee_x_games_14.png", link: "http://www.arctiva.com/racenews.jsp?selected=2010-02-02", target: "true" }, slide5: { title: "Street 2009", description: "Check out the new Street Catalog!", type: "image", src: PU.DEF.FeatureSlidesBasePath + "street_2010.png", link: "../product/browseProduct.do?segmentId=4®ions=6" } };