﻿document.writeln('<SCRIPT type=text/javascript>')
document.writeln('    YUE.onDOMReady (function() {')
document.writeln('	')
document.writeln('		var selectProductIDs = new Array(\"1\" , \"2\" ,\"3\" ,\"4\" ,\"5\" ,\"6\" ,\"7\" ,\"8\" ,\"9\" ,\"10\",    \"11\" ,   \"12\" ,  \"13\" ,  \"14\" ,  \"15\" ,  \"16\" ,  \"17\" ,  \"18\"  ,\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\",\"31\",\"32\",\"33\",\"34\",\"35\",\"36\",\"37\",\"38\",\"39\",\"40\",\"41\",\"42\");')
document.writeln('	')
document.writeln('		var selectProductBigImages=new Array();')
document.writeln('	     for (var i = 0, len = selectProductIDs.length; i < len; i++) {')
document.writeln('             var preloadImage = new AE.widget.preloadImage();')
document.writeln('             var preloadImageConfig = {')
document.writeln('             imgTabId: \"featureSelectProduct\" + selectProductIDs[i],')
document.writeln('             imgWrapId: \"featureSelectProductImgRind\" + selectProductIDs[i],')
document.writeln('             newSize: [180, 125],')
document.writeln('             imgSrc: selectProductBigImages[i]')
document.writeln('         };')
document.writeln('         preloadImage.init(preloadImageConfig);')
document.writeln('        ')
document.writeln('         var selectProductOverShow = new AE.widget.overShow();')
document.writeln('         var selectProductOverShowConfig = {')
document.writeln('             targetId: \"featureSelectProduct\" + selectProductIDs[i],')
document.writeln('             contentId: \"featureSelectProductContent\" + selectProductIDs[i],')
document.writeln('             needMask: true,')
document.writeln('             excursion: [\"auto\", 6],')
document.writeln('             showDelayTime: 600,')
document.writeln('             hiddenDelayTime: 200')
document.writeln('         };')
document.writeln('         selectProductOverShow.init(selectProductOverShowConfig);')
document.writeln('     }')
document.writeln('    }, get(\"featureProducts\"));')
document.writeln('    </SCRIPT>')

