var validationHelper=new function(){var a=false;this.validate=function(b){if(a){this.test();return}if(b=="RAID"||b=="HDD"||b=="HDD2"||b=="HDD3"||b=="HDD4"){this.checkraid()}if(b=="OS"||b.substr(0,4)=="SOFT"||b.substr(0,6)=="MSGAME"){this.checkms()}if(b=="CAS"||b=="FAN"||b=="CPU"){this.checkCase_Fan()}if(b=="MOTHERBOARD"||b=="VIDEO"||b=="VIDEO2"||b=="VIDEO3"){this.checkvideo3()}if(b=="CPU"||b=="FREEBIE_CU"){this.checkfreebie_cu()}if(b=="MEMORY"||b=="FREEBIE_RM"){this.checkfreebie_rm()}if(b=="OS"||b=="SOFT"){this.checkmsof07()}if(b=="VIDEO"||b=="VC_PHYSX"){this.checkPhysx()}if(b=="VIDEO"||b=="VIDEO2"||b=="FAN"){this.checkvideo_fan()}if(b=="FREEBIE_VC"||b=="VIDEO"||b=="VIDEO2"||b=="VIDEO3"){this.checkfreebie_vc()}if(b=="FREEBIE_HD"||b=="HDD"||b=="HDD2"||b=="HDD3"){this.checkfreebie_hd()}if(b=="HDD"||b=="MEMORY"){this.check_free_kingston_hhd()}if(b=="MB_ADDON"||b=="MOTHERBOARD"){this.check_mbaddon()}};this.checkPhysx=function(){var c=configHelper.getsel("VIDEO","","").id;var b=configHelper.getsel("VC_PHYSX","","PHYSX_NONE").id;if(b!="PHYSX_NONE"&&c.substring(0,2)!="FX"){alert("For the Dedicated PHYSX Card, you must:\n 1) select NVIDIA card(s) as your primary card\n 2) Select a motherboard with an appropriate number of PCI-E slots\n to accomodate your video card and Dedicated PhysX Card.");configHelper.setsel("VC_PHYSX","PHYSX_NONE",null,true)}};this.checkCase_Fan=function(){if(configHelper.getsection("FAN")){var c=configHelper.getsel("FAN","","").id;var b=configHelper.getsel("CAS","","").id;var d=configHelper.getsel("CPU","","").id;if(c=="FA-WATER-110"||c=="FA_ASTEK240"){if(b!="CS_SOLANO"&&b!="CS_CM690A"&&b!="CS_CMSTORM"&&b!="CS_OBSIDIAN_A"&&b!="CS_OBSIDIAN"&&b!="CS_SPEDO"&&b!="CS_SPEDOB"&&b!="CS_HAFX"&&b!="CS_AP970"&&b!="CS_HURRICANE"){alert("The case you selected cannot support the Cyberpower Xtreme Hydro Liquid Cooling OR Asetek LCLC240 Liquid Cooling, the fan option will be reset to the basic CPU Fan.");if(d.indexOf("_Q")!=-1||d.indexOf("_E")!=-1){configHelper.setsel("FAN","I775FAN_1",null,true)}else{if(d.indexOf("_I79")!=-1){configHelper.setsel("FAN","I1366FAN_1",null,true)}else{if(d.indexOf("_I78")!=-1||d.indexOf("_I5")!=-1||d.indexOf("_I3")!=-1){configHelper.setsel("FAN","I1156FAN_1",null,true)}else{if(d.indexOf("_X4")!=-1||d.indexOf("_X2")!=-1){configHelper.setsel("FAN","A64FAN_1",null,true)}}}}return}}else{if(c=="FA-WATER-111"){if(b!="CS_HURRICANE"&&b!="CS_HAFX"&&b!="CS_OBSIDIAN"&&b!="CS_OBSIDIAN_A"){alert("You must select Azza Hurricane 2000, CoolerMaster HAFX, or Corsair Obsidian case in order to use CyberPower 360mm cooling fan.")}}}}};this.checkraid=function(){var b=configHelper.getsel("RAID","","RAID_NONE");if(b&&b.id!="RAID_NONE"){var f=configHelper.getsel("HDD","","");if(f){f=f.id}var e=configHelper.getsel("HDD2","","");if(e){e=e.id}var d=configHelper.getsel("HDD3","","");if(d){d=d.id}var c=configHelper.getsel("HDD4","","");if(c){c=c.id}if((b=="RAID_0"||b=="RAID_1")&&f!=e){alert("You must have 2 identical Serial ATA hard drives to have RAID function.");configHelper.setsel("RAID","RAID_NONE",null,true)}else{if((b=="RAID_0X4"||b=="RAID_1X4"||b=="RAID_10X4")&&(f!=e||f!=d||f!=c)){alert("You must have 4 identical Serial ATA hard drives to have the selected RAID function.");configHelper.setsel("RAID","RAID_NONE",null,true)}}}};this.check939=function(){var b=configHelper.getsel("CPU","","").id;var c=configHelper.getsel("MOTHERBOARD","","").id;if((b.substr(0,2)=="A9"&&c.substr(0,2)!="A9")||(b.substr(0,2)!="A9"&&c.substr(0,2)=="A9")){alert("939-pin processors can only be used with 939-pin socket motherboards.")}};this.checkquadcore=function(){var b=configHelper.getsel("CPU","","").id;var c=configHelper.getsel("MOTHERBOARD","","").id;if(b.indexOf("_QX9650")==-1&&b.indexOf("_Q")>-1&&c.indexOf("_Q")==-1){alert("You must select a Quad-Core supporting motherboard for the CPU you choose.")}};this.checkqx9650=function(){var b=configHelper.getsel("CPU","","").id;var c=configHelper.getsel("MOTHERBOARD","","").id;if(b.indexOf("_QX9650")>-1&&c.indexOf("_QX9650")==-1&&c.indexOf("IMB_ASUS")==-1){alert("You must select a QX9650 supporting motherboard for the CPU you choose.")}};this.checkqx9770=function(){var b=configHelper.getsel("CPU","","").id;if(b.indexOf("_QX9770")>-1){var c=configHelper.getsel("MOTHERBOARD","","").id;if(c.indexOf("_QX9650_3WAY")==-1&&c.indexOf("_QX9650_4WAY")==-1&&c.indexOf("_QX9650_CF")==-1){alert("You must select a QX9650 or QX9770 supporting motherboard");return}}};this.checkfree_msgame=function(){var c=configHelper.getsel("OS","","")?configHelper.getsel("OS","","").id:"";var b=configHelper.getsel("FREEBIE_OS","","");if(b&&b.id.substring(0,7)=="FREE_MS"){if(c!="OS_PREMIUM"&&c!="OS_BUZ"&&c!="OS_ULTIMATE"&&c!="OS_BASIC"){alert("Free Microsoft game requires a purchase of any Microsoft Windows Vista Operating System.");configHelper.setsel("FREEBIE_OS","FREE_NONE",null,true)}}};this.checkms_=function(d){var b=configHelper.getoptions(d);for(var c=0;c<b.length;c++){if(b[c].chk){var f=b[c].id;var e=b[c].n;if(f.substr(0,5)=="SW_MS"||f.substr(0,7)=="GAME_MS"){alert("Purchase of "+e+" requires a purchase of any Microsoft Windows Operating System.");configHelper.setsel(d,f,null,false)}}}};this.checkms2008=function(){var b=configHelper.getsel("FREEBIE_OS","","FREE_NONE");if(b&&b.id!="FREE_NONE"){var c=configHelper.getsel("OS","","OS_NONE").id;if(c.substr(0,8)!="OS_BASIC"&&c.substr(0,10)!="OS_PREMIUM"&&c.substr(0,11)!="OS_ULTIMATE"&&c.substring(0,6)!="OS_BUZ"&&c.substring(0,12)!="WIN7_PREMIUM"&&c.substring(0,8)!="WIN7_PRO"&&c.substring(0,13)!="WIN7_ULTIMATE"){alert("To get a FREE game of Microsoft® Flight Simulator Standard or HALO 2, a purchase of Microsoft® Windows 7® or Window Vista® operating system must be required.");configHelper.setsel("FREEBIE_OS","FREE_NONE",null,true)}}};this.checkms=function(){var b=configHelper.getsel("OS","","OS_NONE").id;if(b=="OS_NONE"){this.checkms_("SOFT");this.checkms_("MSGAME")}};this.checkfreebie_rm=function(){var e,d,f=configHelper.getsel("FREEBIE_RM","","FREE_NONE");if(f){e=f.id;d=f.n}if(e=="FREE_NONE"){return}var c=configHelper.getsel("MEMORY","","FREE_NONE").id;var b=configHelper.getsel("MEMORY",c,"").id;if(e=="FREE4GPD"){if(b!="AData"){alert(d+" is only available on systems configured with A-DATA Gaming Series Memory.");configHelper.setsel("FREEBIE_RM","FREE_NONE",null,true)}}};this.check_free_kingston_hhd=function(){var f,e,c=configHelper.getsel("HDD","","HDD_NONE");if(c){f=c.id;e=c.n}if(f!="HD_SSDK30_FREE"){return}var d=configHelper.getsel("MEMORY","","FREE_NONE").id;var b=configHelper.getsel("MEMORY",d,"").id;if(d.substr(0,7)!="PC1600_"||b!="KingstonX"){alert(e+" is only available on systems configured with Kingston HyperX Memory.");configHelper.setsel("HDD","HD_SSDK30",null,true)}};this.checkcfAttr2=function(){var b=configHelper.getsel("VIDEO2","","VC2_NONE");var d=b.id;if(d=="RX4350512"||d=="RX4550512"||d=="RX4650512"||d=="RX46501GB"||d=="RX46701GB"||d=="RX48901GB"||d=="RX57501GB"||d=="RX57701GB"||d=="RX58501GB"||d=="RXLQ"||d=="RX58701GB"||d=="RX59702GB"){var g=configHelper.getsel("MOTHERBOARD","","").id;if(g.indexOf("_CF")==-1){alert("You must use a CrossFire supporting motherboard to have CrossFire videocards.\nPlease select the correct motherboard first and then reselect the second video card");configHelper.setsel("VIDEO2","VC2_NONE",null,true);return}var f=configHelper.getsel("VIDEO","","VC_NONE").id;if((d=="RX4350512"&&f!="RX4350512")||(d=="RX4550512"&&f!="RX4550512")||(d=="RX4650512"&&f!="RX4650512")||(d=="RX46501GB"&&f!="RX46501GB")||(d=="RX46701GB"&&f!="RX46701GB")||(d=="RX48901GB"&&f!="RX48901GB")||(d=="RX57501GB"&&f!="RX57501GB")||(d=="RX57501GB"&&f!="RX57501GB")||(d=="RX58501GB"&&f!="RX58501GB")||(d=="RXLQ"&&f!="RXLQ")||(d=="RX58701GB"&&f!="RX58701GB")||(d=="RX59702GB"&&f!="RX59702GB")){alert("The first video card is not compatible with "+b.n+"\nPlease select the correct video card first and then reselect the second video card.");configHelper.setsel("VIDEO2","VC2_NONE",null,true)}else{var e=configHelper.getsel("VIDEO",f,"").id;var c=configHelper.getsel("VIDEO2",d,"").id;if(f=="RX48901GB"&&d=="RX48901GB"){if((e=="MAJOR"&&c!="MAJOR")||(e=="PowerColor"&&c!="PowerColor")){alert("The selections of the second video card you selected is not compatible with "+b.n+"\nPlease reselect the second video card.");configHelper.setsel("VIDEO2",d,e,true);configHelper.setsel("VIDEO2","VC2_NONE",null,true);return}}else{if((e=="RX58501GBLQ"&&c!="RX58501GBLQ")||(e=="RX58701GBLQ"&&c!="RX58701GBLQ")){alert("The selections of the second video card you selected is not compatible with "+b.n+"\nPlease reselect the second video card.");configHelper.setsel("VIDEO2",d,e,true);configHelper.setsel("VIDEO2","VC2_NONE",null,true);return}}}}};this.checkvideo_fan=function(){var d=configHelper.getsel("VIDEO","","").id;var c=configHelper.getsel("VIDEO2","","VC2_NONE").id;if((d=="RXLQ"||c=="RXLQ")||(d=="FXLQ"||c=="FXLQ")){var b=configHelper.getsel("FAN","","").id;if(b!="FA-WATER-110"&&b!="FA-WATER-111"){alert("In order to use this video card option, we need to upgrade the cooling fan to CyberPower Xtreme Hydro Liquid Cooling series.");configHelper.setsel("FAN","FA-WATER-110",null,true);return}}};this.checkvideo3=function(){if(configHelper.getsection("VIDEO3")){var b=configHelper.getsel("VIDEO3","","VC_NONE").id;if(b!="VC_NONE"){var e=configHelper.getsel("MOTHERBOARD","","").id;if(e=="MB_XF4_CF"||e=="GA890FXAUD5_CF"||e=="MSI890FXAGD70_CF"||e=="GAP55UD6_3WAY_CF"){return}else{if(e.indexOf("_3WAY")==-1){alert("Your selection of motherboard does not support three video cards.");configHelper.setsel("VIDEO3","VC_NONE",null,true);return}var d=configHelper.getsel("VIDEO","","VC_NONE").id;var c=configHelper.getsel("VIDEO2","","VC2_NONE").id;if(d!=b&&c!=b){alert("You must select three identical video cards for 3-way SLI.");configHelper.setsel("VIDEO3","VC_NONE",null,true)}}}}};this.checktvrc=function(){var b=configHelper.getsel("TVRC","","TVRC_NONE").id;if(b!="TVRC_NONE"){var c=configHelper.getsel("OS","","OS_NONE").id;if(c.substr(0,6)!="OS_MCE"&&c.substr(0,10)!="OS_PREMIUM"&&c.substr(0,11)!="OS_ULTIMATE"){alert("Your selection of Operating System is not eligible for purchasing any Media Center item.");configHelper.setsel("TVRC","TVRC_NONE",null,true)}}};this.checkpurchase_bsp=function(){var b=configHelper.getoptions("SOFT");for(var d=0;d<b.length;d++){if(b[d].chk){if(b[d].id=="SW_BATTLEPACIFIC"){var e=b[d].n;var c=configHelper.getsel("VIDEO","","VC_NONE").id;if(c.substr(0,2)!="FX"){alert(e+" is only available on systems configured with NVIDIA video card.");configHelper.setsel("SOFT",b[d].id,null,false)}}}}};this.checkfreebie_bsp=function(){var b=configHelper.getoptions("VC_GAMES");for(var d=0;d<b.length;d++){if(b[d].chk){if(b[d].id=="SW_BATTLEPACIFIC"){var e=b[d].n;var c=configHelper.getsel("VIDEO","","VC_NONE").id;if(c.substr(0,4)!="FX98"&&c.substr(0,4)!="FXGT"&&c!="FXNV"){alert(e+" is only available on systems configured with NVIDIA 9800GT or above video card.");configHelper.setsel("VC_GAMES",b[d].id,null,false)}}}}};this.checkfreebie_bspsf4=function(){var b=configHelper.getsel("VC_GAMES","","FREE_NONE");if(b&&b.id!="FREE_NONE"){var c=configHelper.getsel("VIDEO","","VC_NONE").id;if(c.substr(0,4)!="FX98"&&c.substr(0,4)!="FXGT"&&c.substr(0,4)!="FXNV"&&c!="FX210512"&&c!="VC_I7NTBK"&&c!="VC_M57TU"&&c!="VC_M860TU"){alert("You need to select an NVIDIA GeForce 9800 series or higher video card to be eligible for the free item.");configHelper.setsel("VC_GAMES","FREE_NONE",null,true)}}};this.checkos7_upgrade=function(){var e=configHelper.getsel("OS","","OS_NONE");if(e){e=e.id}var d=configHelper.getsel("OS",e,"");if(d){d=d.id}var b=configHelper.getsel("OS_UPGRADE","","OS7_NONE");if(b){b=b.id}var c=configHelper.getsel("OS_UPGRADE",b,"");if(c){c=c.id}if(b!="OS7_NONE"){if((e=="WIN7_PREMIUM"&&b!="OS7_NONE")||(e=="WIN7_PRO"&&b!="OS7_NONE")||(e=="WIN7_ULTIMATE"&&b!="OS7_NONE")||(e=="OS_PREMIUM"&&b!="OS7_PREMIUM")||(e=="OS_BUZ"&&b!="OS7_PRO")||(e=="OS_ULTIMATE"&&b!="OS7_ULTIMATE")||(e=="OS_NONE"&&b!="OS7_NONE")||(e=="OS_XPPRO"&&b!="OS7_NONE")||(e=="OS_BASIC"&&b!="OS7_NONE")||(e=="OS_XPHOME"&&b!="OS7_NONE")||(e=="OS_XPPRO"&&b!="OS7_NONE")){alert("Only Vista can upgrade to Windows 7 \n* Vista Home Premium can only upgrade to Windows 7 Home Premium \n* Vista Business can only upgrade to Windows 7 Professional \n* Vista Ultimate can only upgrade to Windows 7 Ultimate ");configHelper.setsel("OS_UPGRADE","OS7_NONE",null,false)}else{if((e=="OS_PREMIUM"&&b=="OS7_PREMIUM")||(e=="OS_BUZ"&&b=="OS7_PRO")||(e=="OS_ULTIMATE"&&b=="OS7_ULTIMATE")){if(c!=d){alert("Vista 32-bit OS can only upgrade to Windows 7 32-bit OS\nVista 64-bit OS can only upgrade to Windows 7 64-bit OS");configHelper.setsel("OS_UPGRADE",b,d,true);configHelper.setsel("OS_UPGRADE","OS7_NONE",null,true)}}}}};this.checkfreebie_cu=function(){var b=configHelper.getoptions("FREEBIE_CU");var d;if(b){d=configHelper.getsection("FREEBIE_CU").mlt}var e=configHelper.getsel("CPU","","CPU_NONE").id;for(var c=0;c<b.length;c++){if(b[c].chk){var f=b[c].n;if(b[c].id=="FREEDIRT2"){if(e.indexOf("CPU_P2X4")==-1&&e.indexOf("CPU_P2X6")==-1){alert(f+" is only available on AMD systems configured with AMD Phenom II X4 or X6 CPUs.");configHelper.setsel("FREEBIE_CU",d?b[c].id:"FREE_NONE",null,false);return}}else{if(b[c].id=="FREESTALKER"){if(e.indexOf("CPU_P2X4")==-1&&e.indexOf("CPU_P2X6")==-1){alert(f+" is only available on AMD systems configured with AMD Phenom II X4 or X6 AMD Phenom CPUs.");configHelper.setsel("FREEBIE_CU",d?b[c].id:"FREE_NONE",null,false);return}}else{if(b[c].id=="FREEEXT120"){if(e.indexOf("CPU_P2X4")==-1&&e.indexOf("CPU_P2X6")==-1){alert(f+" is only available on AMD systems configured with AMD Phenom II X4 or X6 AMD Phenom CPUs.");configHelper.setsel("FREEBIE_CU",d?b[c].id:"FREE_NONE",null,false);return}}else{if(b[c].id=="FREENAPOLEAN"){if(e.indexOf("CPU_I7875")==-1&&e.indexOf("CPU_I5655")==-1){alert(f+" is only available on Intel systems configured with Intel Core i7-875K or i5-655K processors.");configHelper.setsel("FREEBIE_CU",d?b[c].id:"FREE_NONE",null,false);return}}else{if(b[c].id=="FREEBUNNYMAN"){if(e.indexOf("CPU_I5")==-1){alert(f+" is only available on Intel systems configured with Intel Core i5 processors.");configHelper.setsel("FREEBIE_CU",d?b[c].id:"FREE_NONE",null,false);return}}}}}}}}};this.checkmsof07=function(){var b=configHelper.getoptions("SOFT");for(var c=0;c<b.length;c++){if(b[c].chk&&b[c].id=="SW_MSOFREE"){var e=b[c].n;var d=configHelper.getsel("OS","","OS_NONE").id;if(d!="OS_BASIC"&&d!="OS_PREMIUM"&&d!="OS_BUZ"&&d!="OS_BUZ64"&&d!="OS_ULTIMATE"&&d!="WIN7_PREMIUM"&&d!="WIN7_PRO"&&d!="WIN7_ULTIMATE"){alert(e+" is only available on systems configured with Microsoft Vista operating system.");configHelper.setunsel("SOFT",b[c].id,true)}break}}};this.checkfreebie_vc=function(){var b=configHelper.getoptions("FREEBIE_VC");var f;if(b){f=configHelper.getsection("FREEBIE_VC").mlt}var e=configHelper.getsel("VIDEO","","VC_NONE");if(e){e=e.id}else{e=""}var g=configHelper.getsel("VIDEO2","","VC_NONE");if(g){g=g.id}else{g=""}var d=configHelper.getsel("VIDEO3","","VC_NONE");if(d){d=d.id}else{d=""}for(var c=0;c<b.length;c++){if(b[c].chk){var h=b[c].n;if(b[c].id=="FREE_TRIALSC2"){if(e.indexOf("FXGTX460768")==-1&&g.indexOf("FXGTX460768")==-1&&d.indexOf("FXGTX460768")==-1&&e.indexOf("FXGTX4601GB")==-1&&g.indexOf("FXGTX4601GB")==-1&&d.indexOf("FXGTX4601GB")==-1&&e.indexOf("FXGTX465125")==-1&&g.indexOf("FXGTX465125")==-1&&d.indexOf("FXGTX465125")==-1&&e.indexOf("FXGTX4701280")==-1&&g.indexOf("FXGTX4701280")==-1&&d.indexOf("FXGTX4701280")==-1&&e.indexOf("FXGTX4801536")==-1&&g.indexOf("FXGTX4801536")==-1&&d.indexOf("FXGTX4801536")==-1){alert(h+" is only available on systems configured with NVIDIA GTX460 video card or above.");configHelper.setsel("FREEBIE_VC",f?b[c].id:"FREE_NONE",null,false)}}else{if(b[c].id=="FREE_BL"){if(e.indexOf("RX56")!=0&&g.indexOf("RX56")!=0&&d.indexOf("RX56")!=0&&e.indexOf("RX57")!=0&&g.indexOf("RX57")!=0&&d.indexOf("RX57")!=0&&e.indexOf("RX58")!=0&&g.indexOf("RX58")!=0&&d.indexOf("RX58")!=0&&e.indexOf("RX59")!=0&&g.indexOf("RX59")!=0&&d.indexOf("RX59")!=0){alert(h+" is only available on systems configured with ATI HD 5650 video card or higher.");configHelper.setsel("FREEBIE_VC",f?b[c].id:"FREE_NONE",null,false)}}else{if(b[c].id=="FREE_MAFIA2"){if(e.indexOf("FXGTX460768")!=0&&g.indexOf("FXGTX460768")!=0&&d.indexOf("FXGTX460768")!=0&&e.indexOf("FXGTX4601GB")!=0&&g.indexOf("FXGTX4601GB")!=0&&d.indexOf("FXGTX4601GB")!=0&&e.indexOf("FXGTX4602GB")!=0&&g.indexOf("FXGTX4602GB")!=0&&d.indexOf("FXGTX4602GB")!=0&&e.indexOf("FXGTX465125")!=0&&g.indexOf("FXGTX465125")!=0&&d.indexOf("FXGTX465125")!=0&&e.indexOf("FXGTX4701280")!=0&&g.indexOf("FXGTX4701280")!=0&&d.indexOf("FXGTX4701280")!=0&&e.indexOf("FXGTX4801536")!=0&&g.indexOf("FXGTX4801536")!=0&&d.indexOf("FXGTX4801536")!=0){alert(h+" is only available on systems configured with ATI HD 5650 video card or higher.");configHelper.setsel("FREEBIE_VC",f?b[c].id:"FREE_NONE",null,false)}}}}}}};this.checkfreebie_hd=function(){var c=configHelper.getoptions("FREEBIE_HD");var e;if(c){e=configHelper.getsection("FREEBIE_HD").mlt}var b=configHelper.getsel("HDD","","HDD_NONE");if(b){b=b.id}else{b=""}var g=configHelper.getsel("HDD2","","HDD2_NONE");if(g){g=g.id}else{g=""}var f=configHelper.getsel("HDD3","","HDD3_NONE");if(f){f=f.id}else{f=""}for(var d=0;d<c.length;d++){if(c[d].chk){var h=c[d].n;if(c[d].id=="FREE_SC2"){if(b.indexOf("HD_SSDI")==-1&&g.indexOf("HD_SSDI")==-1&&f.indexOf("HD_SSDI")==-1&&b.indexOf("SSDI_")==-1&&g.indexOf("SSDI_")==-1&&f.indexOf("SSDI_")==-1){alert(h+" is only available on Intel systems configured with Intel SSD drive(s).");configHelper.setsel("FREEBIE_HD",e?c[d].id:"FREE_NONE",null,false)}}}}};this.check_mbaddon=function(){var b=configHelper.getsel("MB_ADDON","","MBX_NONE");if(b){var c=configHelper.getsel("MOTHERBOARD","","MB_NONE");if(b.id=="MBX_02A"&&c.id!="IMB_EVGA_3WAY_CF"){alert(b.n+" is only available with purchasing EVGA X58 SLI LE Motherboard together");configHelper.setsel("MB_ADDON","MBX_NONE",null,false)}else{if(b.id=="MBX_03A"&&c.id!="IMB_X58PRO_3WAY_CF"){alert(b.n+" is only available with purchasing MSI X58 Pro-E SLI/CrossFireX Motherboard together");configHelper.setsel("MB_ADDON","MBX_NONE",null,false)}}}}};