$("#pprice").html('starting: $249.99'); $("#pcart_wrap").html(''); $("#pcart_wrap").hide(); $("#pcart_wrap").html('
Add to cart
'); $("#pselect_210000045298").attr("style","padding-bottom: 15px"); $("#pselect_210000045298").html(''); $("#tab_210000045298").html('
 Item #DescriptionRetrieveGear RatioLine Retrieve
(Inches)
BearingsBraid Line Capacity
(Lbs/Yds)
Mono Line Capacity
(Lbs/Yds)
Max Drag
(Lbs)
Weight
(oz)
PriceQuantity 
\"OkumaKDS-364POkuma Komodo SS KDS-364P 6.4 Power HandleRight6.4:131.0\"6HPB+1RB230/50
150/65
250/12
230/14
150/20
25-lbs11.6
$269.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"OkumaKDS-471POkuma Komodo SS KDS-471P 7.1 Power HandleRight7.1:137.7\"7HPB+1RB300/50
200/65
290/14
220/20
130/30
30-lbs15.9
$299.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
KDS-463PLXOkuma Komodo SS KDS-463PLX 6.3 Power Handle Left HandedRight6.3:133.5\"7HPB+1RB300/50
200/65
290/14
220/20
130/30
30-lbs16.5
$299.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
KDS-364PLXOkuma Komodo SS KDS-364PLX 6.4 Power Handle LeftyRight6.4:131.0\"6HPB+1RB230/50
150/65
250/12
230/14
150/20
30-lbs15.9
$269.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (1)+ Add to Wish List
\"OkumaKDS-273Okuma Komodo SS KDS-273 7.3Right7.3:131.5\"6HPB+1RB185/50
125/65
255/10
170/12
135/14
20-lbs7.8
$249.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (1)+ Add to Wish List
\"OkumaKDS-471Okuma Komodo SS KDS-471 7.1Right7.1:137.7\"7HPB+1RB300/50
200/65
290/14
220/20
130/30
25-lbs10.9
$279.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
\"OkumaKDS-364LXOkuma Komodo SS KDS-364LX 6.4 LeftyRight6.4:131.0\"6HPB+1RB230/50
150/65
250/12
230/14
150/20
30-lbs16.5
$249.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (1)+ Add to Wish List
\"OkumaKDS-273LXOkuma Komodo SS KDS-273LX 7.3 LeftyRight7.3:131.5\"6HPB+1RB185/50
125/65
255/10
170/12
135/14
30-lbs15.9
$249.99
+ Add to Cart
+ Add to Cart
Shipping on this item is Free!
 In stock (2)+ Add to Wish List
'); function ccchangeitem(itval){ var aval = itval.split("||"); var faction = 'https://www.anglerschoicetackle.com/cart/add/' + aval[1] + '/'; var invmsg = ''; var removeorderbtn = 0; if(aval[0] != '1'){ if(aval[4] > 0){ invmsg = ' In stock (' + aval[4] + ')'; }else{ if(aval[5] == 'indicator'){ invmsg = ' Available for Backorder'; }else{ invmsg = ' Out of stock'; removeorderbtn = 1; } } } if(aval[0] == '1'){ $('#pprice').html("starting: $" + aval[2]); $('#pmainimg').attr("src",aval[3]); $('#pmainimglink').attr("href",aval[3].replace("/400x400x2", "")); $('#cdisplayinv').html(""); $("#pcart_wrap").hide(); } if(aval[0] != '1'){ $('#pprice').html("$" + aval[2]); $('#pmainimg').attr("src",aval[3]); $('#pmainimglink').attr("href",aval[3].replace("/400x400x2", "")); $('#product_configure_form').attr("action",faction); $('#cdisplayinv').html(invmsg); if(removeorderbtn == 1){ $("#caddtocartbtn").hide(); }else{ $("#caddtocartbtn").show(); if(aval[5] == 'indicator' && aval[4] > 0){ $("#caddtocartbtn>span").html(" ADD TO CART"); }else{ $("#caddtocartbtn>span").html(" ADD TO CART"); } } $("#pcart_wrap").show(); } }