function docalcs () {var totalproduct = 0;
var totalservice = 0; var totalcostcomp = 0;var ptotal = 0;document.detaildisp.saveerrormsg.value = 'n'; 
document.getElementById('textareax').innerHTML = '';document.getElementById('textareay').innerHTML = '';// 35 Base Cost s C1 
var tempnum =  document.detaildisp.inline35.value; 
 if (0 > 0) { if (save0 == 0) tempnum = 0;}var save35 = tempnum;var formatnum = formatcst(tempnum,'u2'); 
 document.detaildisp.outline35.value =  formatnum;  
 totalservice = totalservice + parseFloat(tempnum);  
 // 21 Shaft Selection s S5 
var save21 = 0;var saveopt21 = ''; 
var tempdesc = ''; 
function calc21 () { 
 totalservice = totalservice - parseFloat(save21); 
 var tempsel =  document.detaildisp.inline21.value; 
 var tempcost = 0;var tempopt = 0;document.detaildisp.save1sttext21.value = 'XX75 Camo Hunter'; 
 if (tempsel == 2) { tempcost = 0.00; 
 document.im21.src='shaft_camohunter.gif'; 
document.detaildisp.ims21.value='shaft_camohunter.gif'; 
 tempopt = tempsel;tempdesc = 'XX75 Camo Hunter';}
 if (tempsel == 3) { tempcost = 2.50; 
 document.im21.src='shaft_legacy.gif'; 
document.detaildisp.ims21.value='shaft_legacy.gif'; 
 tempopt = tempsel;tempdesc = ' XX75 Legacy';}
 if (tempsel == 4) { tempcost = 12.50; 
 document.im21.src='shaft_heritage.gif'; 
document.detaildisp.ims21.value='shaft_heritage.gif'; 
 tempopt = tempsel;tempdesc = 'Carbon Express Heritage';}
 if (0 > 0) { if (save0 == 0){document.detaildisp.inline21.options[0].selected = true;tempcost = 0; }}
  saveopt21 = tempopt; 
save21 = tempcost;var formatnum = formatcst(tempcost,'u2'); 
 document.detaildisp.outline21.value =  formatnum;  
 totalservice = totalservice + parseFloat(tempcost); 
  } x =  calc21(); 
 document.detaildisp.savetext21.value = tempdesc; 
// 15 Feather Type s S5 
var save15 = 0;var saveopt15 = ''; 
var tempdesc = ''; 
function calc15 () { 
 totalservice = totalservice - parseFloat(save15); 
 var tempsel =  document.detaildisp.inline15.value; 
 var tempcost = 0;var tempopt = 0;document.detaildisp.save1sttext15.value = 'Shield'; 
 if (tempsel == 1) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = 'Shield';}
 if (tempsel == 2) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = 'Parabolic';}
 if (0 > 0) { if (save0 == 0){document.detaildisp.inline15.options[0].selected = true;tempcost = 0; }}
  saveopt15 = tempopt; 
save15 = tempcost;var formatnum = formatcst(tempcost,'u2'); 
 document.detaildisp.outline15.value =  formatnum;  
 totalservice = totalservice + parseFloat(tempcost); 
  } x =  calc15(); 
 document.detaildisp.savetext15.value = tempdesc; 
// 16 Hen Feather Color s S5 
var save16 = 0;var saveopt16 = ''; 
var tempdesc = ''; 
function calc16 () { 
 totalservice = totalservice - parseFloat(save16); 
 var tempsel =  document.detaildisp.inline16.value; 
 var tempcost = 0;var tempopt = 0;document.detaildisp.save1sttext16.value = 'Select Color'; 
 if (tempsel == 1) { tempcost = 0.00; 
 document.im16.src='feather_h_p_r.gif'; 
document.detaildisp.ims16.value='feather_h_p_r.gif'; 
 tempopt = tempsel;tempdesc = 'Select Color';}
 if (tempsel == 2) { tempcost = 0.00; 
 document.im16.src='feather_h_p_r.gif'; 
document.detaildisp.ims16.value='feather_h_p_r.gif'; 
 tempopt = tempsel;tempdesc = 'Red';}
 if (tempsel == 3) { tempcost = 0.00; 
 document.im16.src='feather_h_p_g.gif'; 
document.detaildisp.ims16.value='feather_h_p_g.gif'; 
 tempopt = tempsel;tempdesc = 'Green';}
 if (tempsel == 4) { tempcost = 0.00; 
 document.im16.src='feather_h_p_y.gif'; 
document.detaildisp.ims16.value='feather_h_p_y.gif'; 
 tempopt = tempsel;tempdesc = 'Yellow';}
 if (tempsel == 5) { tempcost = 0.00; 
 document.im16.src='feather_h_p_b.gif'; 
document.detaildisp.ims16.value='feather_h_p_b.gif'; 
 tempopt = tempsel;tempdesc = 'Black';}
 if (tempsel == 6) { tempcost = 0.00; 
 document.im16.src='feather_h_p_bl.gif'; 
document.detaildisp.ims16.value='feather_h_p_bl.gif'; 
 tempopt = tempsel;tempdesc = 'Blue';}
 if (tempsel == 7) { tempcost = 0.00; 
 document.im16.src='feather_h_p_o.gif'; 
document.detaildisp.ims16.value='feather_h_p_o.gif'; 
 tempopt = tempsel;tempdesc = 'Orange';}
 if (tempsel == 8) { tempcost = 0.00; 
 document.im16.src='feather_h_p_w.gif'; 
document.detaildisp.ims16.value='feather_h_p_w.gif'; 
 tempopt = tempsel;tempdesc = 'White';}
 if (tempsel == 9) { tempcost = 0.00; 
 document.im16.src='feather_h_p_p.gif'; 
document.detaildisp.ims16.value='feather_h_p_p.gif'; 
 tempopt = tempsel;tempdesc = 'Purple';}
 if (tempsel == 10) { tempcost = 0.00; 
 document.im16.src='feather_h_p_pi.gif'; 
document.detaildisp.ims16.value='feather_h_p_pi.gif'; 
 tempopt = tempsel;tempdesc = 'Pink';}
 if (tempsel == 11) { tempcost = 2.00; 
 document.im16.src='feather_h_p_br.gif'; 
document.detaildisp.ims16.value='feather_h_p_br.gif'; 
 tempopt = tempsel;tempdesc = 'Red Barred';}
 if (tempsel == 12) { tempcost = 2.00; 
 document.im16.src='feather_h_p_bg.gif'; 
document.detaildisp.ims16.value='feather_h_p_bg.gif'; 
 tempopt = tempsel;tempdesc = 'Green Barred';}
 if (tempsel == 13) { tempcost = 2.00; 
 document.im16.src='feather_h_p_bt.gif'; 
document.detaildisp.ims16.value='feather_h_p_bt.gif'; 
 tempopt = tempsel;tempdesc = 'Traditional Barred';}
 if (tempsel == 14) { tempcost = 2.00; 
 document.im16.src='feather_h_p_by.gif'; 
document.detaildisp.ims16.value='feather_h_p_by.gif'; 
 tempopt = tempsel;tempdesc = 'Yellow Barred';}
 if (tempsel == 15) { tempcost = 2.00; 
 document.im16.src='feather_h_p_bp.gif'; 
document.detaildisp.ims16.value='feather_h_p_bp.gif'; 
 tempopt = tempsel;tempdesc = 'Purple Barred';}
 if (tempsel == 16) { tempcost = 0.00; 
 document.im16.src='feather_h_s_r.gif'; 
document.detaildisp.ims16.value='feather_h_s_r.gif'; 
 tempopt = tempsel;tempdesc = 'Red';}
 if (tempsel == 17) { tempcost = 0.00; 
 document.im16.src='feather_h_s_g.gif'; 
document.detaildisp.ims16.value='feather_h_s_g.gif'; 
 tempopt = tempsel;tempdesc = 'Green';}
 if (tempsel == 18) { tempcost = 0.00; 
 document.im16.src='feather_h_s_y.gif'; 
document.detaildisp.ims16.value='feather_h_s_y.gif'; 
 tempopt = tempsel;tempdesc = 'Yellow';}
 if (tempsel == 19) { tempcost = 0.00; 
 document.im16.src='feather_h_s_b.gif'; 
document.detaildisp.ims16.value='feather_h_s_b.gif'; 
 tempopt = tempsel;tempdesc = 'Black';}
 if (tempsel == 20) { tempcost = 0.00; 
 document.im16.src='feather_h_s_bl.gif'; 
document.detaildisp.ims16.value='feather_h_s_bl.gif'; 
 tempopt = tempsel;tempdesc = 'Blue';}
 if (tempsel == 21) { tempcost = 0.00; 
 document.im16.src='feather_h_s_o.gif'; 
document.detaildisp.ims16.value='feather_h_s_o.gif'; 
 tempopt = tempsel;tempdesc = 'Orange';}
 if (tempsel == 22) { tempcost = 0.00; 
 document.im16.src='feather_h_s_wh.gif'; 
document.detaildisp.ims16.value='feather_h_s_wh.gif'; 
 tempopt = tempsel;tempdesc = 'White';}
 if (tempsel == 23) { tempcost = 0.00; 
 document.im16.src='feather_h_s_p.gif'; 
document.detaildisp.ims16.value='feather_h_s_p.gif'; 
 tempopt = tempsel;tempdesc = 'Purple';}
 if (tempsel == 24) { tempcost = 0.00; 
 document.im16.src='feather_h_s_pi.gif'; 
document.detaildisp.ims16.value='feather_h_s_pi.gif'; 
 tempopt = tempsel;tempdesc = 'Pink';}
 if (tempsel == 25) { tempcost = 2.00; 
 document.im16.src='feather_h_s_br.gif'; 
document.detaildisp.ims16.value='feather_h_s_br.gif'; 
 tempopt = tempsel;tempdesc = 'Red Barred';}
 if (tempsel == 26) { tempcost = 2.00; 
 document.im16.src='feather_h_s_bg.gif'; 
document.detaildisp.ims16.value='feather_h_s_bg.gif'; 
 tempopt = tempsel;tempdesc = 'Green Barred';}
 if (tempsel == 27) { tempcost = 2.00; 
 document.im16.src='feather_h_s_bw.gif'; 
document.detaildisp.ims16.value='feather_h_s_bw.gif'; 
 tempopt = tempsel;tempdesc = ' Traditional Barred';}
 if (tempsel == 28) { tempcost = 2.00; 
 document.im16.src='feather_h_s_by.gif'; 
document.detaildisp.ims16.value='feather_h_s_by.gif'; 
 tempopt = tempsel;tempdesc = 'Yellow Barred';}
 if (tempsel == 29) { tempcost = 2.00; 
 document.im16.src='feather_h_s_bp.gif'; 
document.detaildisp.ims16.value='feather_h_s_bp.gif'; 
 tempopt = tempsel;tempdesc = 'Purple Barred';}
 if (0 > 0) { if (save0 == 0){document.detaildisp.inline16.options[0].selected = true;tempcost = 0; }}
  saveopt16 = tempopt; 
save16 = tempcost;var formatnum = formatcst(tempcost,'u2'); 
 document.detaildisp.outline16.value =  formatnum;  
 totalservice = totalservice + parseFloat(tempcost); 
  } x =  calc16(); 
 document.detaildisp.savetext16.value = tempdesc; 
// 19 Cock Feather Color s S5 
var save19 = 0;var saveopt19 = ''; 
var tempdesc = ''; 
function calc19 () { 
 totalservice = totalservice - parseFloat(save19); 
 var tempsel =  document.detaildisp.inline19.value; 
 var tempcost = 0;var tempopt = 0;document.detaildisp.save1sttext19.value = 'Select Color'; 
 if (tempsel == 1) { tempcost = 0.00; 
 document.im19.src='feather_c_p_r.gif'; 
document.detaildisp.ims19.value='feather_c_p_r.gif'; 
 tempopt = tempsel;tempdesc = 'Select Color';}
 if (tempsel == 2) { tempcost = 0.00; 
 document.im19.src='feather_c_p_r.gif'; 
document.detaildisp.ims19.value='feather_c_p_r.gif'; 
 tempopt = tempsel;tempdesc = 'Red';}
 if (tempsel == 3) { tempcost = 0.00; 
 document.im19.src='feather_c_p_g.gif'; 
document.detaildisp.ims19.value='feather_c_p_g.gif'; 
 tempopt = tempsel;tempdesc = 'Green';}
 if (tempsel == 4) { tempcost = 0.00; 
 document.im19.src='feather_c_p_y.gif'; 
document.detaildisp.ims19.value='feather_c_p_y.gif'; 
 tempopt = tempsel;tempdesc = 'Yellow';}
 if (tempsel == 5) { tempcost = 0.00; 
 document.im19.src='feather_c_p_b.gif'; 
document.detaildisp.ims19.value='feather_c_p_b.gif'; 
 tempopt = tempsel;tempdesc = 'Black';}
 if (tempsel == 6) { tempcost = 0.00; 
 document.im19.src='feather_c_p_bl.gif'; 
document.detaildisp.ims19.value='feather_c_p_bl.gif'; 
 tempopt = tempsel;tempdesc = 'Blue';}
 if (tempsel == 7) { tempcost = 0.00; 
 document.im19.src='feather_c_p_o.gif'; 
document.detaildisp.ims19.value='feather_c_p_o.gif'; 
 tempopt = tempsel;tempdesc = 'Orange';}
 if (tempsel == 8) { tempcost = 0.00; 
 document.im19.src='feather_c_p_wh.gif'; 
document.detaildisp.ims19.value='feather_c_p_wh.gif'; 
 tempopt = tempsel;tempdesc = 'White';}
 if (tempsel == 9) { tempcost = 0.00; 
 document.im19.src='feather_c_p_p.gif'; 
document.detaildisp.ims19.value='feather_c_p_p.gif'; 
 tempopt = tempsel;tempdesc = 'Purple';}
 if (tempsel == 10) { tempcost = 0.00; 
 document.im19.src='feather_c_p_pi.gif'; 
document.detaildisp.ims19.value='feather_c_p_pi.gif'; 
 tempopt = tempsel;tempdesc = 'Pink';}
 if (tempsel == 11) { tempcost = 1.00; 
 document.im19.src='feather_c_p_br.gif'; 
document.detaildisp.ims19.value='feather_c_p_br.gif'; 
 tempopt = tempsel;tempdesc = 'Red Barred';}
 if (tempsel == 12) { tempcost = 1.00; 
 document.im19.src='feather_c_p_bg.gif'; 
document.detaildisp.ims19.value='feather_c_p_bg.gif'; 
 tempopt = tempsel;tempdesc = 'Green Barred';}
 if (tempsel == 13) { tempcost = 1.00; 
 document.im19.src='feather_c_p_bt.gif'; 
document.detaildisp.ims19.value='feather_c_p_bt.gif'; 
 tempopt = tempsel;tempdesc = 'Traditional Barred';}
 if (tempsel == 14) { tempcost = 1.00; 
 document.im19.src='feather_c_p_by.gif'; 
document.detaildisp.ims19.value='feather_c_p_by.gif'; 
 tempopt = tempsel;tempdesc = 'Yellow Barred';}
 if (tempsel == 15) { tempcost = 1.00; 
 document.im19.src='feather_c_p_bp.gif'; 
document.detaildisp.ims19.value='feather_c_p_bp.gif'; 
 tempopt = tempsel;tempdesc = 'Purple Barred';}
 if (tempsel == 30) { tempcost = 0.00; 
 document.im19.src='feather_c_s_r.gif'; 
document.detaildisp.ims19.value='feather_c_s_r.gif'; 
 tempopt = tempsel;tempdesc = ' Select Color';}
 if (tempsel == 16) { tempcost = 0.00; 
 document.im19.src='feather_c_s_r.gif'; 
document.detaildisp.ims19.value='feather_c_s_r.gif'; 
 tempopt = tempsel;tempdesc = 'Red';}
 if (tempsel == 17) { tempcost = 0.00; 
 document.im19.src='feather_c_s_g.gif'; 
document.detaildisp.ims19.value='feather_c_s_g.gif'; 
 tempopt = tempsel;tempdesc = 'Green';}
 if (tempsel == 18) { tempcost = 0.00; 
 document.im19.src='feather_c_s_y.gif'; 
document.detaildisp.ims19.value='feather_c_s_y.gif'; 
 tempopt = tempsel;tempdesc = 'Yellow';}
 if (tempsel == 19) { tempcost = 0.00; 
 document.im19.src='feather_c_s_b.gif'; 
document.detaildisp.ims19.value='feather_c_s_b.gif'; 
 tempopt = tempsel;tempdesc = 'Black';}
 if (tempsel == 20) { tempcost = 0.00; 
 document.im19.src='feather_c_s_bl.gif'; 
document.detaildisp.ims19.value='feather_c_s_bl.gif'; 
 tempopt = tempsel;tempdesc = 'Blue';}
 if (tempsel == 21) { tempcost = 0.00; 
 document.im19.src='feather_c_s_o.gif'; 
document.detaildisp.ims19.value='feather_c_s_o.gif'; 
 tempopt = tempsel;tempdesc = 'Orange';}
 if (tempsel == 22) { tempcost = 0.00; 
 document.im19.src='feather_c_s_wh.gif'; 
document.detaildisp.ims19.value='feather_c_s_wh.gif'; 
 tempopt = tempsel;tempdesc = 'White';}
 if (tempsel == 23) { tempcost = 0.00; 
 document.im19.src='feather_c_s_p.gif'; 
document.detaildisp.ims19.value='feather_c_s_p.gif'; 
 tempopt = tempsel;tempdesc = 'Purple';}
 if (tempsel == 24) { tempcost = 0.00; 
 document.im19.src='feather_c_s_pi.gif'; 
document.detaildisp.ims19.value='feather_c_s_pi.gif'; 
 tempopt = tempsel;tempdesc = 'Pink';}
 if (tempsel == 25) { tempcost = 1.00; 
 document.im19.src='feather_c_s_br.gif'; 
document.detaildisp.ims19.value='feather_c_s_br.gif'; 
 tempopt = tempsel;tempdesc = 'Red Barred';}
 if (tempsel == 26) { tempcost = 1.00; 
 document.im19.src='feather_c_s_bg.gif'; 
document.detaildisp.ims19.value='feather_c_s_bg.gif'; 
 tempopt = tempsel;tempdesc = 'Green Barred';}
 if (tempsel == 27) { tempcost = 1.00; 
 document.im19.src='feather_c_s_bw.gif'; 
document.detaildisp.ims19.value='feather_c_s_bw.gif'; 
 tempopt = tempsel;tempdesc = 'Traditional Barred';}
 if (tempsel == 28) { tempcost = 1.00; 
 document.im19.src='feather_c_s_by.gif'; 
document.detaildisp.ims19.value='feather_c_s_by.gif'; 
 tempopt = tempsel;tempdesc = 'Yellow Barred';}
 if (tempsel == 29) { tempcost = 1.00; 
 document.im19.src='feather_c_s_bp.gif'; 
document.detaildisp.ims19.value='feather_c_s_bp.gif'; 
 tempopt = tempsel;tempdesc = 'Purple Barred';}
 if (0 > 0) { if (save0 == 0){document.detaildisp.inline19.options[0].selected = true;tempcost = 0; }}
  saveopt19 = tempopt; 
save19 = tempcost;var formatnum = formatcst(tempcost,'u2'); 
 document.detaildisp.outline19.value =  formatnum;  
 totalservice = totalservice + parseFloat(tempcost); 
  } x =  calc19(); 
 document.detaildisp.savetext19.value = tempdesc; 
// 23 Arrowtip #1 s S5 
var save23 = 0;var saveopt23 = ''; 
var tempdesc = ''; 
function calc23 () { 
 totalservice = totalservice - parseFloat(save23); 
 var tempsel =  document.detaildisp.inline23.value; 
 var tempcost = 0;var tempopt = 0;document.detaildisp.save1sttext23.value = 'Field Point - 100 GR'; 
 if (tempsel == 5) { tempcost = 0.85; 
 document.im23.src='tip_tar.gif'; 
document.detaildisp.ims23.value='tip_tar.gif'; 
 tempopt = tempsel;tempdesc = 'Field Point - 100 GR';}
 if (tempsel == 9) { tempcost = 0.85; 
 document.im23.src='tip_tar.gif'; 
document.detaildisp.ims23.value='tip_tar.gif'; 
 tempopt = tempsel;tempdesc = 'Field Point - 125 GR';}
 if (tempsel == 10) { tempcost = 0.85; 
 document.im23.src='tip_tar.gif'; 
document.detaildisp.ims23.value='tip_tar.gif'; 
 tempopt = tempsel;tempdesc = 'Field Point - 145 GR';}
 if (tempsel == 7) { tempcost = 22.95; 
 document.im23.src='tip_sirc.gif'; 
document.detaildisp.ims23.value='tip_sirc.gif'; 
 tempopt = tempsel;tempdesc = 'Zephyr Scirocco - 2 Blade 145 GR';}
 if (tempsel == 8) { tempcost = 22.95; 
 document.im23.src='tip_sirc.gif'; 
document.detaildisp.ims23.value='tip_sirc.gif'; 
 tempopt = tempsel;tempdesc = 'Zephyr Scirocco - 4 Blade 150 GR';}
 if (tempsel == 4) { tempcost = 22.95; 
 document.im23.src='tip_sas.gif'; 
document.detaildisp.ims23.value='tip_sas.gif'; 
 tempopt = tempsel;tempdesc = 'Zephyr Sasquatch - 2 Blade 160 GR';}
 if (tempsel == 6) { tempcost = 22.95; 
 document.im23.src='tip_sas.gif'; 
document.detaildisp.ims23.value='tip_sas.gif'; 
 tempopt = tempsel;tempdesc = 'Zephyr Sasquatch - 4 Blade 165 GR';}
 if (tempsel == 2) { tempcost = 22.95; 
 document.im23.src='tip_temp.gif'; 
document.detaildisp.ims23.value='tip_temp.gif'; 
 tempopt = tempsel;tempdesc = 'Zephyr Tempest - 2 Blade 160 GR';}
 if (tempsel == 3) { tempcost = 22.95; 
 document.im23.src='tip_temp.gif'; 
document.detaildisp.ims23.value='tip_temp.gif'; 
 tempopt = tempsel;tempdesc = 'Zephyr Tempest - 4Blade 165 GR';}
 if (0 > 0) { if (save0 == 0){document.detaildisp.inline23.options[0].selected = true;tempcost = 0; }}
  saveopt23 = tempopt; 
save23 = tempcost;var formatnum = formatcst(tempcost,'u2'); 
 document.detaildisp.outline23.value =  formatnum;  
 totalservice = totalservice + parseFloat(tempcost); 
  } x =  calc23(); 
 document.detaildisp.savetext23.value = tempdesc; 
// 24 Arrowtip #2 s S5 
var save24 = 0;var saveopt24 = ''; 
var tempdesc = ''; 
function calc24 () { 
 totalservice = totalservice - parseFloat(save24); 
 var tempsel =  document.detaildisp.inline24.value; 
 var tempcost = 0;var tempopt = 0;document.detaildisp.save1sttext24.value = 'Field Point - 100 GR'; 
 if (tempsel == 1) { tempcost = 0.85; 
 document.im24.src='tip_tar_screwin.gif'; 
document.detaildisp.ims24.value='tip_tar_screwin.gif'; 
 tempopt = tempsel;tempdesc = 'Field Point - 100 GR';}
 if (tempsel == 8) { tempcost = 0.85; 
 document.im24.src='tip_tar_screwin.gif'; 
document.detaildisp.ims24.value='tip_tar_screwin.gif'; 
 tempopt = tempsel;tempdesc = 'Field Point - 125 GR';}
 if (tempsel == 9) { tempcost = 0.85; 
 document.im24.src='tip_tar_screwin.gif'; 
document.detaildisp.ims24.value='tip_tar_screwin.gif'; 
 tempopt = tempsel;tempdesc = 'Field Point - 145 GR';}
 if (tempsel == 2) { tempcost = 22.95; 
 document.im24.src='tip_sirc.gif'; 
document.detaildisp.ims24.value='tip_sirc.gif'; 
 tempopt = tempsel;tempdesc = 'Zephyr Scirocco- 2 Blade 145 GR';}
 if (tempsel == 3) { tempcost = 22.95; 
 document.im24.src='tip_sirc.gif'; 
document.detaildisp.ims24.value='tip_sirc.gif'; 
 tempopt = tempsel;tempdesc = 'Zephyr Scirocco- 4 Blade 150 GR';}
 if (tempsel == 4) { tempcost = 22.95; 
 document.im24.src='tip_sas.gif'; 
document.detaildisp.ims24.value='tip_sas.gif'; 
 tempopt = tempsel;tempdesc = 'Zephyr Sasquatch - 2 Blade 160 GR';}
 if (tempsel == 5) { tempcost = 22.95; 
 document.im24.src='tip_sas.gif'; 
document.detaildisp.ims24.value='tip_sas.gif'; 
 tempopt = tempsel;tempdesc = 'Zephyr Sasquatch - 4 Blade 165 GR';}
 if (tempsel == 6) { tempcost = 22.95; 
 document.im24.src='tip_temp.gif'; 
document.detaildisp.ims24.value='tip_temp.gif'; 
 tempopt = tempsel;tempdesc = 'Zephyr Tempest - 2 Blade 160 GR';}
 if (tempsel == 7) { tempcost = 22.95; 
 document.im24.src='tip_temp.gif'; 
document.detaildisp.ims24.value='tip_temp.gif'; 
 tempopt = tempsel;tempdesc = 'Zephyr Tempest - 4Blade 165 GR';}
 if (0 > 0) { if (save0 == 0){document.detaildisp.inline24.options[0].selected = true;tempcost = 0; }}
  saveopt24 = tempopt; 
save24 = tempcost;var formatnum = formatcst(tempcost,'u2'); 
 document.detaildisp.outline24.value =  formatnum;  
 totalservice = totalservice + parseFloat(tempcost); 
  } x =  calc24(); 
 document.detaildisp.savetext24.value = tempdesc; 
// 25 Nock Selection s S5 
var save25 = 0;var saveopt25 = ''; 
var tempdesc = ''; 
function calc25 () { 
 totalservice = totalservice - parseFloat(save25); 
 var tempsel =  document.detaildisp.inline25.value; 
 var tempcost = 0;var tempopt = 0;document.detaildisp.save1sttext25.value = 'Classic Nock'; 
 if (tempsel == 10) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = 'Classic Nock';}
 if (tempsel == 1) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = 'Snap-On Nock';}
 if (tempsel == 11) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = 'Super Nocks';}
 if (tempsel == 12) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = ' TCX';}
 if (0 > 0) { if (save0 == 0){document.detaildisp.inline25.options[0].selected = true;tempcost = 0; }}
  saveopt25 = tempopt; 
save25 = tempcost;var formatnum = formatcst(tempcost,'u2'); 
 document.detaildisp.outline25.value =  formatnum;  
 totalservice = totalservice + parseFloat(tempcost); 
  } x =  calc25(); 
 document.detaildisp.savetext25.value = tempdesc; 
// 32 Arrow Wrap s S5 
var save32 = 0;var saveopt32 = ''; 
var tempdesc = ''; 
function calc32 () { 
 totalservice = totalservice - parseFloat(save32); 
 var tempsel =  document.detaildisp.inline32.value; 
 var tempcost = 0;var tempopt = 0;document.detaildisp.save1sttext32.value = 'No Arrow Wrap'; 
 if (tempsel == 1) { tempcost = 0.00; 
 document.im32.src='wrap_blank.gif'; 
document.detaildisp.ims32.value='wrap_blank.gif'; 
 tempopt = tempsel;tempdesc = 'No Arrow Wrap';}
 if (tempsel == 2) { tempcost = 10.00; 
 document.im32.src='wrap_white.gif'; 
document.detaildisp.ims32.value='wrap_white.gif'; 
 tempopt = tempsel;tempdesc = 'White';}
 if (tempsel == 3) { tempcost = 10.00; 
 document.im32.src='wrap_yellow.gif'; 
document.detaildisp.ims32.value='wrap_yellow.gif'; 
 tempopt = tempsel;tempdesc = 'Yellow Fade';}
 if (tempsel == 4) { tempcost = 10.00; 
 document.im32.src='wrap_purple.gif'; 
document.detaildisp.ims32.value='wrap_purple.gif'; 
 tempopt = tempsel;tempdesc = 'Purple Fade';}
 if (tempsel == 5) { tempcost = 10.00; 
 document.im32.src='wrap_red.gif'; 
document.detaildisp.ims32.value='wrap_red.gif'; 
 tempopt = tempsel;tempdesc = 'Red Fade';}
 if (tempsel == 6) { tempcost = 10.50; 
 document.im32.src='wrap_deer.gif'; 
document.detaildisp.ims32.value='wrap_deer.gif'; 
 tempopt = tempsel;tempdesc = 'Deer';}
 if (tempsel == 7) { tempcost = 10.50; 
 document.im32.src='wrap_turkey.gif'; 
document.detaildisp.ims32.value='wrap_turkey.gif'; 
 tempopt = tempsel;tempdesc = 'Turkey';}
 if (tempsel == 8) { tempcost = 10.50; 
 document.im32.src='wrap_bear.gif'; 
document.detaildisp.ims32.value='wrap_bear.gif'; 
 tempopt = tempsel;tempdesc = 'Bear';}
 if (tempsel == 9) { tempcost = 10.50; 
 document.im32.src='wrap_elk.gif'; 
document.detaildisp.ims32.value='wrap_elk.gif'; 
 tempopt = tempsel;tempdesc = 'Elk';}
 if (tempsel == 10) { tempcost = 10.50; 
 document.im32.src='wrap_usa.gif'; 
document.detaildisp.ims32.value='wrap_usa.gif'; 
 tempopt = tempsel;tempdesc = 'Team USA';}
 if (tempsel == 11) { tempcost = 10.50; 
 document.im32.src='wrap_rebel.gif'; 
document.detaildisp.ims32.value='wrap_rebel.gif'; 
 tempopt = tempsel;tempdesc = 'Rebel';}
 if (tempsel == 13) { tempcost = 10.50; 
 document.im32.src='wrap_skull.gif'; 
document.detaildisp.ims32.value='wrap_skull.gif'; 
 tempopt = tempsel;tempdesc = 'Skull';}
 if (tempsel == 14) { tempcost = 10.50; 
 document.im32.src='wrap_zebra.gif'; 
document.detaildisp.ims32.value='wrap_zebra.gif'; 
 tempopt = tempsel;tempdesc = 'Zebra';}
 if (0 > 0) { if (save0 == 0){document.detaildisp.inline32.options[0].selected = true;tempcost = 0; }}
  saveopt32 = tempopt; 
save32 = tempcost;var formatnum = formatcst(tempcost,'u2'); 
 document.detaildisp.outline32.value =  formatnum;  
 totalservice = totalservice + parseFloat(tempcost); 
  } x =  calc32(); 
 document.detaildisp.savetext32.value = tempdesc; 
// 59 Nock Color s S5 
var save59 = 0;var saveopt59 = ''; 
var tempdesc = ''; 
function calc59 () { 
 totalservice = totalservice - parseFloat(save59); 
 var tempsel =  document.detaildisp.inline59.value; 
 var tempcost = 0;var tempopt = 0;document.detaildisp.save1sttext59.value = 'Black'; 
 if (tempsel == 1) { tempcost = 0.00; 
 document.im59.src='nock_c_b.gif'; 
document.detaildisp.ims59.value='nock_c_b.gif'; 
 tempopt = tempsel;tempdesc = 'Black';}
 if (tempsel == 2) { tempcost = 0.00; 
 document.im59.src='nock_c_fg.gif'; 
document.detaildisp.ims59.value='nock_c_fg.gif'; 
 tempopt = tempsel;tempdesc = 'FL Green';}
 if (tempsel == 3) { tempcost = 0.00; 
 document.im59.src='nock_c_fo.gif'; 
document.detaildisp.ims59.value='nock_c_fo.gif'; 
 tempopt = tempsel;tempdesc = 'FL Orange';}
 if (tempsel == 4) { tempcost = 0.00; 
 document.im59.src='nock_c_fp.gif'; 
document.detaildisp.ims59.value='nock_c_fp.gif'; 
 tempopt = tempsel;tempdesc = 'FL Pink';}
 if (tempsel == 5) { tempcost = 0.00; 
 document.im59.src='nock_c_frr.gif'; 
document.detaildisp.ims59.value='nock_c_frr.gif'; 
 tempopt = tempsel;tempdesc = 'FL Ruby';}
 if (tempsel == 6) { tempcost = 0.00; 
 document.im59.src='nock_c_o.gif'; 
document.detaildisp.ims59.value='nock_c_o.gif'; 
 tempopt = tempsel;tempdesc = 'Orange';}
 if (tempsel == 7) { tempcost = 0.00; 
 document.im59.src='nock_c_r.gif'; 
document.detaildisp.ims59.value='nock_c_r.gif'; 
 tempopt = tempsel;tempdesc = 'Red';}
 if (tempsel == 8) { tempcost = 0.00; 
 document.im59.src='nock_c_rr.gif'; 
document.detaildisp.ims59.value='nock_c_rr.gif'; 
 tempopt = tempsel;tempdesc = 'Ruby Red';}
 if (tempsel == 9) { tempcost = 0.00; 
 document.im59.src='nock_c_wh.gif'; 
document.detaildisp.ims59.value='nock_c_wh.gif'; 
 tempopt = tempsel;tempdesc = 'White';}
 if (tempsel == 10) { tempcost = 0.00; 
 document.im59.src='nock_c_y.gif'; 
document.detaildisp.ims59.value='nock_c_y.gif'; 
 tempopt = tempsel;tempdesc = 'Yellow';}
 if (tempsel == 11) { tempcost = 0.00; 
 document.im59.src='nock_s_b.gif'; 
document.detaildisp.ims59.value='nock_s_b.gif'; 
 tempopt = tempsel;tempdesc = 'Black';}
 if (tempsel == 12) { tempcost = 0.00; 
 document.im59.src='nock_s_fg.gif'; 
document.detaildisp.ims59.value='nock_s_fg.gif'; 
 tempopt = tempsel;tempdesc = 'FL Green';}
 if (tempsel == 13) { tempcost = 0.00; 
 document.im59.src='nock_s_fo.gif'; 
document.detaildisp.ims59.value='nock_s_fo.gif'; 
 tempopt = tempsel;tempdesc = 'FL Orange';}
 if (tempsel == 14) { tempcost = 0.00; 
 document.im59.src='nock_s_fp.gif'; 
document.detaildisp.ims59.value='nock_s_fp.gif'; 
 tempopt = tempsel;tempdesc = 'FL Pink';}
 if (tempsel == 15) { tempcost = 0.00; 
 document.im59.src='nock_s_fr.gif'; 
document.detaildisp.ims59.value='nock_s_fr.gif'; 
 tempopt = tempsel;tempdesc = 'FL Ruby';}
 if (tempsel == 16) { tempcost = 0.00; 
 document.im59.src='nock_s_o.gif'; 
document.detaildisp.ims59.value='nock_s_o.gif'; 
 tempopt = tempsel;tempdesc = 'Orange';}
 if (tempsel == 17) { tempcost = 0.00; 
 document.im59.src='nock_s_r.gif'; 
document.detaildisp.ims59.value='nock_s_r.gif'; 
 tempopt = tempsel;tempdesc = 'Red';}
 if (tempsel == 18) { tempcost = 0.00; 
 document.im59.src='nock_s_rr.gif'; 
document.detaildisp.ims59.value='nock_s_rr.gif'; 
 tempopt = tempsel;tempdesc = 'Ruby Red';}
 if (tempsel == 19) { tempcost = 0.00; 
 document.im59.src='nock_s_wh.gif'; 
document.detaildisp.ims59.value='nock_s_wh.gif'; 
 tempopt = tempsel;tempdesc = 'White';}
 if (tempsel == 20) { tempcost = 0.00; 
 document.im59.src='nock_s_y.gif'; 
document.detaildisp.ims59.value='nock_s_y.gif'; 
 tempopt = tempsel;tempdesc = 'Yellow';}
 if (tempsel == 21) { tempcost = 0.00; 
 document.im59.src='nock_su_b.gif'; 
document.detaildisp.ims59.value='nock_su_b.gif'; 
 tempopt = tempsel;tempdesc = 'Black';}
 if (tempsel == 22) { tempcost = 0.00; 
 document.im59.src='nock_su_g.gif'; 
document.detaildisp.ims59.value='nock_su_g.gif'; 
 tempopt = tempsel;tempdesc = 'Green';}
 if (tempsel == 23) { tempcost = 0.00; 
 document.im59.src='nock_su_y.gif'; 
document.detaildisp.ims59.value='nock_su_y.gif'; 
 tempopt = tempsel;tempdesc = 'Yellow';}
 if (tempsel == 24) { tempcost = 0.00; 
 document.im59.src='nock_su_o.gif'; 
document.detaildisp.ims59.value='nock_su_o.gif'; 
 tempopt = tempsel;tempdesc = 'Orange';}
 if (tempsel == 25) { tempcost = 0.00; 
 document.im59.src='nock_su_wh.gif'; 
document.detaildisp.ims59.value='nock_su_wh.gif'; 
 tempopt = tempsel;tempdesc = 'White';}
 if (0 > 0) { if (save0 == 0){document.detaildisp.inline59.options[0].selected = true;tempcost = 0; }}
  saveopt59 = tempopt; 
save59 = tempcost;var formatnum = formatcst(tempcost,'u2'); 
 document.detaildisp.outline59.value =  formatnum;  
 totalservice = totalservice + parseFloat(tempcost); 
  } x =  calc59(); 
 document.detaildisp.savetext59.value = tempdesc; 
// 37 Shaft Options s S5 
var save37 = 0;var saveopt37 = ''; 
var tempdesc = ''; 
function calc37 () { 
 totalservice = totalservice - parseFloat(save37); 
 var tempsel =  document.detaildisp.inline37.value; 
 var tempcost = 0;var tempopt = 0;document.detaildisp.save1sttext37.value = '1716'; 
 if (tempsel == 1) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = '1716';}
 if (tempsel == 2) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = '1816';}
 if (tempsel == 3) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = '1916';}
 if (tempsel == 4) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = '2016';}
 if (tempsel == 5) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = '2018';}
 if (tempsel == 12) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = ' 2020';}
 if (tempsel == 13) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = ' 2114';}
 if (tempsel == 6) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = '2115';}
 if (tempsel == 7) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = '2117';}
 if (tempsel == 14) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = '2213';}
 if (tempsel == 8) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = '2215';}
 if (tempsel == 9) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = '2216';}
 if (tempsel == 10) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = '2219';}
 if (tempsel == 11) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = '2315';}
 if (tempsel == 15) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = ' 150';}
 if (tempsel == 16) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = ' 250';}
 if (tempsel == 17) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = ' 350';}
 if (0 > 0) { if (save0 == 0){document.detaildisp.inline37.options[0].selected = true;tempcost = 0; }}
  saveopt37 = tempopt; 
save37 = tempcost;var formatnum = formatcst(tempcost,'u2'); 
 document.detaildisp.outline37.value =  formatnum;  
 totalservice = totalservice + parseFloat(tempcost); 
  } x =  calc37(); 
 document.detaildisp.savetext37.value = tempdesc; 
// 41 Feather Length s S5 
var save41 = 0;var saveopt41 = ''; 
var tempdesc = ''; 
function calc41 () { 
 totalservice = totalservice - parseFloat(save41); 
 var tempsel =  document.detaildisp.inline41.value; 
 var tempcost = 0;var tempopt = 0;document.detaildisp.save1sttext41.value = '5 Inches'; 
 if (tempsel == 5) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = '5 Inches';}
 if (tempsel == 6) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = '5.5 Inches';}
 if (0 > 0) { if (save0 == 0){document.detaildisp.inline41.options[0].selected = true;tempcost = 0; }}
  saveopt41 = tempopt; 
save41 = tempcost;var formatnum = formatcst(tempcost,'u2'); 
 document.detaildisp.outline41.value =  formatnum;  
 totalservice = totalservice + parseFloat(tempcost); 
  } x =  calc41(); 
 document.detaildisp.savetext41.value = tempdesc; 
// 58 Arrow Length s S5 
var save58 = 0;var saveopt58 = ''; 
var tempdesc = ''; 
function calc58 () { 
 totalservice = totalservice - parseFloat(save58); 
 var tempsel =  document.detaildisp.inline58.value; 
 var tempcost = 0;var tempopt = 0;document.detaildisp.save1sttext58.value = 'Full Length'; 
 if (tempsel == 1) { tempcost = 0.00; 
  tempopt = tempsel;tempdesc = 'Full Length';}
 if (tempsel == 2) { tempcost = 1.00; 
  tempopt = tempsel;tempdesc = 'Cut to Length';}
 if (tempsel == 3) { tempcost = 3.00; 
  tempopt = tempsel;tempdesc = 'Cut to Length & Inserts Installed';}
 if (0 > 0) { if (save0 == 0){document.detaildisp.inline58.options[0].selected = true;tempcost = 0; }}
  saveopt58 = tempopt; 
save58 = tempcost;var formatnum = formatcst(tempcost,'u2'); 
 document.detaildisp.outline58.value =  formatnum;  
 totalservice = totalservice + parseFloat(tempcost); 
  } x =  calc58(); 
 document.detaildisp.savetext58.value = tempdesc; 
// 49 Subtotal Per Dozen s G1 
var tempcost = parseFloat(totalservice) + parseFloat(totalproduct);var save49 = tempcost;var formatnum = formatcst(tempcost,'u2'); 
 document.detaildisp.outline49.value =  formatnum;  
 // 52 Quantity s F3 
var save52 = 0;var tempdesc = ''; 
var saveopt52 = ''; 
function calc52 () { 
 totalservice = totalservice - parseFloat(save52); 
 var tempsel =  document.detaildisp.inline52.value; 
 var tempcost = 0;var tempopt = 0;document.detaildisp.save1sttext52.value = '1/2 Dozen'; 
 if (tempsel == 1) { tempcost = 100.00; 
  tempopt = tempsel; tempdesc = '1/2 Dozen';}
 if (tempsel == 2) { tempcost = 200.00; 
  tempopt = tempsel; tempdesc = '1 Dozen';}
 if (tempsel == 3) { tempcost = 400.00; 
  tempopt = tempsel; tempdesc = '2 Dozen';}
  var tax = ((tempcost / 100) * (totalproduct + totalservice)); 
 saveopt52 = tempopt; 
save52 = tax;var formatnum = formatcst(tax,'u2'); 
 document.detaildisp.outline52.value =  formatnum;  
 totalservice = totalservice + parseFloat(tax); 
  } x =  calc52(); 
 document.detaildisp.savetext52.value = tempdesc; 
// 54 Shipping s S5 
var save54 = 0;var saveopt54 = ''; 
var tempdesc = ''; 
function calc54 () { 
 totalservice = totalservice - parseFloat(save54); 
 var tempsel =  document.detaildisp.inline54.value; 
 var tempcost = 0;var tempopt = 0;document.detaildisp.save1sttext54.value = '1/2 Dozen'; 
 if (tempsel == 1) { tempcost = 5.00; 
  tempopt = tempsel;tempdesc = '1/2 Dozen';}
 if (tempsel == 2) { tempcost = 5.00; 
  tempopt = tempsel;tempdesc = '1 Dozen';}
 if (tempsel == 3) { tempcost = 10.00; 
  tempopt = tempsel;tempdesc = '2 Dozen';}
 if (0 > 0) { if (save0 == 0){document.detaildisp.inline54.options[0].selected = true;tempcost = 0; }}
  saveopt54 = tempopt; 
save54 = tempcost;var formatnum = formatcst(tempcost,'u2'); 
 document.detaildisp.outline54.value =  formatnum;  
 totalservice = totalservice + parseFloat(tempcost); 
  } x =  calc54(); 
 document.detaildisp.savetext54.value = tempdesc; 
// 53 grand total s G1 
var tempcost = 0;tempcost += parseFloat(save52); 
 tempcost += parseFloat(save54); 
 var save53 = tempcost;var formatnum = formatcst(tempcost,'u2'); 
 document.detaildisp.outline53.value =  formatnum;  
 // 20 Nock Feather Limit s LM 
// deptype sl 
 var arr20opt = new Array(); 
 var arr20sel = new Array(); 
 var arr20desc = new Array(); var selfnd = false;  
var selinx = document.detaildisp.inline19.options.selectedIndex; 
var selopt = document.detaildisp.inline19.options[selinx].value; 
arr20opt[0] = 1; 
arr20desc[0] = 'Select Color'; 
if (selopt ==  1)  arr20sel[0] = true;  else arr20sel[0] = false; 
arr20opt[1] = 2; 
arr20desc[1] = 'Red'; 
if (selopt ==  2)  arr20sel[1] = true;  else arr20sel[1] = false; 
arr20opt[2] = 3; 
arr20desc[2] = 'Green'; 
if (selopt ==  3)  arr20sel[2] = true;  else arr20sel[2] = false; 
arr20opt[3] = 4; 
arr20desc[3] = 'Yellow'; 
if (selopt ==  4)  arr20sel[3] = true;  else arr20sel[3] = false; 
arr20opt[4] = 5; 
arr20desc[4] = 'Black'; 
if (selopt ==  5)  arr20sel[4] = true;  else arr20sel[4] = false; 
arr20opt[5] = 6; 
arr20desc[5] = 'Blue'; 
if (selopt ==  6)  arr20sel[5] = true;  else arr20sel[5] = false; 
arr20opt[6] = 7; 
arr20desc[6] = 'Orange'; 
if (selopt ==  7)  arr20sel[6] = true;  else arr20sel[6] = false; 
arr20opt[7] = 8; 
arr20desc[7] = 'White'; 
if (selopt ==  8)  arr20sel[7] = true;  else arr20sel[7] = false; 
arr20opt[8] = 9; 
arr20desc[8] = 'Purple'; 
if (selopt ==  9)  arr20sel[8] = true;  else arr20sel[8] = false; 
arr20opt[9] = 10; 
arr20desc[9] = 'Pink'; 
if (selopt ==  10)  arr20sel[9] = true;  else arr20sel[9] = false; 
arr20opt[10] = 11; 
arr20desc[10] = 'Red Barred'; 
if (selopt ==  11)  arr20sel[10] = true;  else arr20sel[10] = false; 
arr20opt[11] = 12; 
arr20desc[11] = 'Green Barred'; 
if (selopt ==  12)  arr20sel[11] = true;  else arr20sel[11] = false; 
arr20opt[12] = 13; 
arr20desc[12] = 'Traditional Barred'; 
if (selopt ==  13)  arr20sel[12] = true;  else arr20sel[12] = false; 
arr20opt[13] = 14; 
arr20desc[13] = 'Yellow Barred'; 
if (selopt ==  14)  arr20sel[13] = true;  else arr20sel[13] = false; 
arr20opt[14] = 15; 
arr20desc[14] = 'Purple Barred'; 
if (selopt ==  15)  arr20sel[14] = true;  else arr20sel[14] = false; 
arr20opt[15] = 30; 
arr20desc[15] = ' Select Color'; 
if (selopt ==  30)  arr20sel[15] = true;  else arr20sel[15] = false; 
arr20opt[16] = 16; 
arr20desc[16] = 'Red'; 
if (selopt ==  16)  arr20sel[16] = true;  else arr20sel[16] = false; 
arr20opt[17] = 17; 
arr20desc[17] = 'Green'; 
if (selopt ==  17)  arr20sel[17] = true;  else arr20sel[17] = false; 
arr20opt[18] = 18; 
arr20desc[18] = 'Yellow'; 
if (selopt ==  18)  arr20sel[18] = true;  else arr20sel[18] = false; 
arr20opt[19] = 19; 
arr20desc[19] = 'Black'; 
if (selopt ==  19)  arr20sel[19] = true;  else arr20sel[19] = false; 
arr20opt[20] = 20; 
arr20desc[20] = 'Blue'; 
if (selopt ==  20)  arr20sel[20] = true;  else arr20sel[20] = false; 
arr20opt[21] = 21; 
arr20desc[21] = 'Orange'; 
if (selopt ==  21)  arr20sel[21] = true;  else arr20sel[21] = false; 
arr20opt[22] = 22; 
arr20desc[22] = 'White'; 
if (selopt ==  22)  arr20sel[22] = true;  else arr20sel[22] = false; 
arr20opt[23] = 23; 
arr20desc[23] = 'Purple'; 
if (selopt ==  23)  arr20sel[23] = true;  else arr20sel[23] = false; 
arr20opt[24] = 24; 
arr20desc[24] = 'Pink'; 
if (selopt ==  24)  arr20sel[24] = true;  else arr20sel[24] = false; 
arr20opt[25] = 25; 
arr20desc[25] = 'Red Barred'; 
if (selopt ==  25)  arr20sel[25] = true;  else arr20sel[25] = false; 
arr20opt[26] = 26; 
arr20desc[26] = 'Green Barred'; 
if (selopt ==  26)  arr20sel[26] = true;  else arr20sel[26] = false; 
arr20opt[27] = 27; 
arr20desc[27] = 'Traditional Barred'; 
if (selopt ==  27)  arr20sel[27] = true;  else arr20sel[27] = false; 
arr20opt[28] = 28; 
arr20desc[28] = 'Yellow Barred'; 
if (selopt ==  28)  arr20sel[28] = true;  else arr20sel[28] = false; 
arr20opt[29] = 29; 
arr20desc[29] = 'Purple Barred'; 
if (selopt ==  29)  arr20sel[29] = true;  else arr20sel[29] = false; 
document.detaildisp.inline19.options.length = 0; 
document.detaildisp.inline19.options.length = 29 + 1; 
function chksel20 (optid,optavail) { 
var selminx = document.detaildisp.inline15.options.selectedIndex; 
var selmopt = document.detaildisp.inline15.options[selminx].value; 
  if (selmopt == optid)  
 optavail = true; 
return optavail; } 
function buildsel20 (lastopt,optavail,tempoptcnt) { 
if (optavail) { 
  for (gg=0;gg<=29;gg++) { 
 if (arr20opt[gg] == lastopt) { 
    tempoptcnt++; 
    document.detaildisp.inline19.options[tempoptcnt].value =  arr20opt[gg]; 
    document.detaildisp.inline19.options[tempoptcnt].text = arr20desc[gg]; 
    document.detaildisp.inline19.options[tempoptcnt].selected = arr20sel[gg]; 
    if (arr20sel[gg] == true) selfnd = true; 
  }}} return tempoptcnt} 
var tempoptcnt = -1; 
var optavail = false; 
optavail = chksel20(2,optavail); 
tempoptcnt = buildsel20(1,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(2,optavail); 
tempoptcnt = buildsel20(2,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(2,optavail); 
tempoptcnt = buildsel20(3,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(2,optavail); 
tempoptcnt = buildsel20(4,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(2,optavail); 
tempoptcnt = buildsel20(5,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(2,optavail); 
tempoptcnt = buildsel20(6,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(2,optavail); 
tempoptcnt = buildsel20(7,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(2,optavail); 
tempoptcnt = buildsel20(8,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(2,optavail); 
tempoptcnt = buildsel20(9,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(2,optavail); 
tempoptcnt = buildsel20(10,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(2,optavail); 
tempoptcnt = buildsel20(11,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(2,optavail); 
tempoptcnt = buildsel20(12,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(2,optavail); 
tempoptcnt = buildsel20(13,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(2,optavail); 
tempoptcnt = buildsel20(14,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(2,optavail); 
tempoptcnt = buildsel20(15,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(1,optavail); 
tempoptcnt = buildsel20(30,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(1,optavail); 
tempoptcnt = buildsel20(16,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(1,optavail); 
tempoptcnt = buildsel20(17,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(1,optavail); 
tempoptcnt = buildsel20(18,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(1,optavail); 
tempoptcnt = buildsel20(19,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(1,optavail); 
tempoptcnt = buildsel20(20,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(1,optavail); 
tempoptcnt = buildsel20(21,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(1,optavail); 
tempoptcnt = buildsel20(22,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(1,optavail); 
tempoptcnt = buildsel20(23,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(1,optavail); 
tempoptcnt = buildsel20(24,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(1,optavail); 
tempoptcnt = buildsel20(25,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(1,optavail); 
tempoptcnt = buildsel20(26,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(1,optavail); 
tempoptcnt = buildsel20(27,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(1,optavail); 
tempoptcnt = buildsel20(28,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel20(1,optavail); 
tempoptcnt = buildsel20(29,optavail,tempoptcnt); 
    tempoptcnt++; 
 if (tempoptcnt == 0) {     document.detaildisp.inline19.options[tempoptcnt].value =  'no'; 
    document.detaildisp.inline19.options[tempoptcnt].text = 'No value'; 
    document.detaildisp.inline19.options[tempoptcnt].selected = true; 
 tempoptcnt = 1; } 
  document.detaildisp.inline19.options.length = tempoptcnt; 
  if (selfnd == false) {  document.detaildisp.inline19.options[0].selected = true;} 
x =  calc19(); 
// 62 Nock Limit Selection s LM 
// deptype sl 
 var arr62opt = new Array(); 
 var arr62sel = new Array(); 
 var arr62desc = new Array(); var selfnd = false;  
var selinx = document.detaildisp.inline25.options.selectedIndex; 
var selopt = document.detaildisp.inline25.options[selinx].value; 
arr62opt[0] = 10; 
arr62desc[0] = 'Classic Nock'; 
if (selopt ==  10)  arr62sel[0] = true;  else arr62sel[0] = false; 
arr62opt[1] = 1; 
arr62desc[1] = 'Snap-On Nock'; 
if (selopt ==  1)  arr62sel[1] = true;  else arr62sel[1] = false; 
arr62opt[2] = 11; 
arr62desc[2] = 'Super Nocks'; 
if (selopt ==  11)  arr62sel[2] = true;  else arr62sel[2] = false; 
arr62opt[3] = 12; 
arr62desc[3] = ' TCX'; 
if (selopt ==  12)  arr62sel[3] = true;  else arr62sel[3] = false; 
document.detaildisp.inline25.options.length = 0; 
document.detaildisp.inline25.options.length = 3 + 1; 
function chksel62 (optid,optavail) { 
var selminx = document.detaildisp.inline21.options.selectedIndex; 
var selmopt = document.detaildisp.inline21.options[selminx].value; 
  if (selmopt == optid)  
 optavail = true; 
return optavail; } 
function buildsel62 (lastopt,optavail,tempoptcnt) { 
if (optavail) { 
  for (gg=0;gg<=3;gg++) { 
 if (arr62opt[gg] == lastopt) { 
    tempoptcnt++; 
    document.detaildisp.inline25.options[tempoptcnt].value =  arr62opt[gg]; 
    document.detaildisp.inline25.options[tempoptcnt].text = arr62desc[gg]; 
    document.detaildisp.inline25.options[tempoptcnt].selected = arr62sel[gg]; 
    if (arr62sel[gg] == true) selfnd = true; 
  }}} return tempoptcnt} 
var tempoptcnt = -1; 
var optavail = false; 
optavail = chksel62(3,optavail); 
tempoptcnt = buildsel62(10,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel62(3,optavail); 
tempoptcnt = buildsel62(1,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel62(2,optavail); 
optavail = chksel62(4,optavail); 
tempoptcnt = buildsel62(11,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel62(4,optavail); 
tempoptcnt = buildsel62(12,optavail,tempoptcnt); 
    tempoptcnt++; 
 if (tempoptcnt == 0) {     document.detaildisp.inline25.options[tempoptcnt].value =  'no'; 
    document.detaildisp.inline25.options[tempoptcnt].text = 'No value'; 
    document.detaildisp.inline25.options[tempoptcnt].selected = true; 
 tempoptcnt = 1; } 
  document.detaildisp.inline25.options.length = tempoptcnt; 
  if (selfnd == false) {  document.detaildisp.inline25.options[0].selected = true;} 
x =  calc25(); 
// 61 Shaft Options Limit s LM 
// deptype sl 
 var arr61opt = new Array(); 
 var arr61sel = new Array(); 
 var arr61desc = new Array(); var selfnd = false;  
var selinx = document.detaildisp.inline37.options.selectedIndex; 
var selopt = document.detaildisp.inline37.options[selinx].value; 
arr61opt[0] = 1; 
arr61desc[0] = '1716'; 
if (selopt ==  1)  arr61sel[0] = true;  else arr61sel[0] = false; 
arr61opt[1] = 2; 
arr61desc[1] = '1816'; 
if (selopt ==  2)  arr61sel[1] = true;  else arr61sel[1] = false; 
arr61opt[2] = 3; 
arr61desc[2] = '1916'; 
if (selopt ==  3)  arr61sel[2] = true;  else arr61sel[2] = false; 
arr61opt[3] = 4; 
arr61desc[3] = '2016'; 
if (selopt ==  4)  arr61sel[3] = true;  else arr61sel[3] = false; 
arr61opt[4] = 5; 
arr61desc[4] = '2018'; 
if (selopt ==  5)  arr61sel[4] = true;  else arr61sel[4] = false; 
arr61opt[5] = 12; 
arr61desc[5] = ' 2020'; 
if (selopt ==  12)  arr61sel[5] = true;  else arr61sel[5] = false; 
arr61opt[6] = 13; 
arr61desc[6] = ' 2114'; 
if (selopt ==  13)  arr61sel[6] = true;  else arr61sel[6] = false; 
arr61opt[7] = 6; 
arr61desc[7] = '2115'; 
if (selopt ==  6)  arr61sel[7] = true;  else arr61sel[7] = false; 
arr61opt[8] = 7; 
arr61desc[8] = '2117'; 
if (selopt ==  7)  arr61sel[8] = true;  else arr61sel[8] = false; 
arr61opt[9] = 14; 
arr61desc[9] = '2213'; 
if (selopt ==  14)  arr61sel[9] = true;  else arr61sel[9] = false; 
arr61opt[10] = 8; 
arr61desc[10] = '2215'; 
if (selopt ==  8)  arr61sel[10] = true;  else arr61sel[10] = false; 
arr61opt[11] = 9; 
arr61desc[11] = '2216'; 
if (selopt ==  9)  arr61sel[11] = true;  else arr61sel[11] = false; 
arr61opt[12] = 10; 
arr61desc[12] = '2219'; 
if (selopt ==  10)  arr61sel[12] = true;  else arr61sel[12] = false; 
arr61opt[13] = 11; 
arr61desc[13] = '2315'; 
if (selopt ==  11)  arr61sel[13] = true;  else arr61sel[13] = false; 
arr61opt[14] = 15; 
arr61desc[14] = ' 150'; 
if (selopt ==  15)  arr61sel[14] = true;  else arr61sel[14] = false; 
arr61opt[15] = 16; 
arr61desc[15] = ' 250'; 
if (selopt ==  16)  arr61sel[15] = true;  else arr61sel[15] = false; 
arr61opt[16] = 17; 
arr61desc[16] = ' 350'; 
if (selopt ==  17)  arr61sel[16] = true;  else arr61sel[16] = false; 
document.detaildisp.inline37.options.length = 0; 
document.detaildisp.inline37.options.length = 16 + 1; 
function chksel61 (optid,optavail) { 
var selminx = document.detaildisp.inline21.options.selectedIndex; 
var selmopt = document.detaildisp.inline21.options[selminx].value; 
  if (selmopt == optid)  
 optavail = true; 
return optavail; } 
function buildsel61 (lastopt,optavail,tempoptcnt) { 
if (optavail) { 
  for (gg=0;gg<=16;gg++) { 
 if (arr61opt[gg] == lastopt) { 
    tempoptcnt++; 
    document.detaildisp.inline37.options[tempoptcnt].value =  arr61opt[gg]; 
    document.detaildisp.inline37.options[tempoptcnt].text = arr61desc[gg]; 
    document.detaildisp.inline37.options[tempoptcnt].selected = arr61sel[gg]; 
    if (arr61sel[gg] == true) selfnd = true; 
  }}} return tempoptcnt} 
var tempoptcnt = -1; 
var optavail = false; 
tempoptcnt = buildsel61(1,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel61(2,optavail); 
tempoptcnt = buildsel61(2,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel61(2,optavail); 
optavail = chksel61(3,optavail); 
tempoptcnt = buildsel61(3,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel61(2,optavail); 
optavail = chksel61(3,optavail); 
tempoptcnt = buildsel61(4,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel61(3,optavail); 
tempoptcnt = buildsel61(5,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel61(3,optavail); 
tempoptcnt = buildsel61(12,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel61(2,optavail); 
tempoptcnt = buildsel61(13,optavail,tempoptcnt); 
var optavail = false; 
tempoptcnt = buildsel61(6,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel61(3,optavail); 
optavail = chksel61(2,optavail); 
tempoptcnt = buildsel61(7,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel61(2,optavail); 
tempoptcnt = buildsel61(14,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel61(2,optavail); 
tempoptcnt = buildsel61(8,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel61(3,optavail); 
optavail = chksel61(2,optavail); 
tempoptcnt = buildsel61(9,optavail,tempoptcnt); 
var optavail = false; 
tempoptcnt = buildsel61(10,optavail,tempoptcnt); 
var optavail = false; 
tempoptcnt = buildsel61(11,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel61(4,optavail); 
tempoptcnt = buildsel61(15,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel61(4,optavail); 
tempoptcnt = buildsel61(16,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel61(4,optavail); 
tempoptcnt = buildsel61(17,optavail,tempoptcnt); 
    tempoptcnt++; 
 if (tempoptcnt == 0) {     document.detaildisp.inline37.options[tempoptcnt].value =  'no'; 
    document.detaildisp.inline37.options[tempoptcnt].text = 'No value'; 
    document.detaildisp.inline37.options[tempoptcnt].selected = true; 
 tempoptcnt = 1; } 
  document.detaildisp.inline37.options.length = tempoptcnt; 
  if (selfnd == false) {  document.detaildisp.inline37.options[0].selected = true;} 
x =  calc37(); 
// 63 Nock Color Limit Selection s LM 
// deptype sl 
 var arr63opt = new Array(); 
 var arr63sel = new Array(); 
 var arr63desc = new Array(); var selfnd = false;  
var selinx = document.detaildisp.inline59.options.selectedIndex; 
var selopt = document.detaildisp.inline59.options[selinx].value; 
arr63opt[0] = 1; 
arr63desc[0] = 'Black'; 
if (selopt ==  1)  arr63sel[0] = true;  else arr63sel[0] = false; 
arr63opt[1] = 2; 
arr63desc[1] = 'FL Green'; 
if (selopt ==  2)  arr63sel[1] = true;  else arr63sel[1] = false; 
arr63opt[2] = 3; 
arr63desc[2] = 'FL Orange'; 
if (selopt ==  3)  arr63sel[2] = true;  else arr63sel[2] = false; 
arr63opt[3] = 4; 
arr63desc[3] = 'FL Pink'; 
if (selopt ==  4)  arr63sel[3] = true;  else arr63sel[3] = false; 
arr63opt[4] = 5; 
arr63desc[4] = 'FL Ruby'; 
if (selopt ==  5)  arr63sel[4] = true;  else arr63sel[4] = false; 
arr63opt[5] = 6; 
arr63desc[5] = 'Orange'; 
if (selopt ==  6)  arr63sel[5] = true;  else arr63sel[5] = false; 
arr63opt[6] = 7; 
arr63desc[6] = 'Red'; 
if (selopt ==  7)  arr63sel[6] = true;  else arr63sel[6] = false; 
arr63opt[7] = 8; 
arr63desc[7] = 'Ruby Red'; 
if (selopt ==  8)  arr63sel[7] = true;  else arr63sel[7] = false; 
arr63opt[8] = 9; 
arr63desc[8] = 'White'; 
if (selopt ==  9)  arr63sel[8] = true;  else arr63sel[8] = false; 
arr63opt[9] = 10; 
arr63desc[9] = 'Yellow'; 
if (selopt ==  10)  arr63sel[9] = true;  else arr63sel[9] = false; 
arr63opt[10] = 11; 
arr63desc[10] = 'Black'; 
if (selopt ==  11)  arr63sel[10] = true;  else arr63sel[10] = false; 
arr63opt[11] = 12; 
arr63desc[11] = 'FL Green'; 
if (selopt ==  12)  arr63sel[11] = true;  else arr63sel[11] = false; 
arr63opt[12] = 13; 
arr63desc[12] = 'FL Orange'; 
if (selopt ==  13)  arr63sel[12] = true;  else arr63sel[12] = false; 
arr63opt[13] = 14; 
arr63desc[13] = 'FL Pink'; 
if (selopt ==  14)  arr63sel[13] = true;  else arr63sel[13] = false; 
arr63opt[14] = 15; 
arr63desc[14] = 'FL Ruby'; 
if (selopt ==  15)  arr63sel[14] = true;  else arr63sel[14] = false; 
arr63opt[15] = 16; 
arr63desc[15] = 'Orange'; 
if (selopt ==  16)  arr63sel[15] = true;  else arr63sel[15] = false; 
arr63opt[16] = 17; 
arr63desc[16] = 'Red'; 
if (selopt ==  17)  arr63sel[16] = true;  else arr63sel[16] = false; 
arr63opt[17] = 18; 
arr63desc[17] = 'Ruby Red'; 
if (selopt ==  18)  arr63sel[17] = true;  else arr63sel[17] = false; 
arr63opt[18] = 19; 
arr63desc[18] = 'White'; 
if (selopt ==  19)  arr63sel[18] = true;  else arr63sel[18] = false; 
arr63opt[19] = 20; 
arr63desc[19] = 'Yellow'; 
if (selopt ==  20)  arr63sel[19] = true;  else arr63sel[19] = false; 
arr63opt[20] = 21; 
arr63desc[20] = 'Black'; 
if (selopt ==  21)  arr63sel[20] = true;  else arr63sel[20] = false; 
arr63opt[21] = 22; 
arr63desc[21] = 'Green'; 
if (selopt ==  22)  arr63sel[21] = true;  else arr63sel[21] = false; 
arr63opt[22] = 23; 
arr63desc[22] = 'Yellow'; 
if (selopt ==  23)  arr63sel[22] = true;  else arr63sel[22] = false; 
arr63opt[23] = 24; 
arr63desc[23] = 'Orange'; 
if (selopt ==  24)  arr63sel[23] = true;  else arr63sel[23] = false; 
arr63opt[24] = 25; 
arr63desc[24] = 'White'; 
if (selopt ==  25)  arr63sel[24] = true;  else arr63sel[24] = false; 
document.detaildisp.inline59.options.length = 0; 
document.detaildisp.inline59.options.length = 24 + 1; 
function chksel63 (optid,optavail) { 
var selminx = document.detaildisp.inline25.options.selectedIndex; 
var selmopt = document.detaildisp.inline25.options[selminx].value; 
  if (selmopt == optid)  
 optavail = true; 
return optavail; } 
function buildsel63 (lastopt,optavail,tempoptcnt) { 
if (optavail) { 
  for (gg=0;gg<=24;gg++) { 
 if (arr63opt[gg] == lastopt) { 
    tempoptcnt++; 
    document.detaildisp.inline59.options[tempoptcnt].value =  arr63opt[gg]; 
    document.detaildisp.inline59.options[tempoptcnt].text = arr63desc[gg]; 
    document.detaildisp.inline59.options[tempoptcnt].selected = arr63sel[gg]; 
    if (arr63sel[gg] == true) selfnd = true; 
  }}} return tempoptcnt} 
var tempoptcnt = -1; 
var optavail = false; 
optavail = chksel63(10,optavail); 
tempoptcnt = buildsel63(1,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel63(10,optavail); 
tempoptcnt = buildsel63(2,optavail,tempoptcnt); 
var optavail = false; 
tempoptcnt = buildsel63(3,optavail,tempoptcnt); 
var optavail = false; 
tempoptcnt = buildsel63(4,optavail,tempoptcnt); 
var optavail = false; 
tempoptcnt = buildsel63(5,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel63(10,optavail); 
tempoptcnt = buildsel63(6,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel63(10,optavail); 
tempoptcnt = buildsel63(7,optavail,tempoptcnt); 
var optavail = false; 
tempoptcnt = buildsel63(8,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel63(10,optavail); 
tempoptcnt = buildsel63(9,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel63(10,optavail); 
tempoptcnt = buildsel63(10,optavail,tempoptcnt); 
var optavail = false; 
tempoptcnt = buildsel63(11,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel63(1,optavail); 
optavail = chksel63(12,optavail); 
tempoptcnt = buildsel63(12,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel63(1,optavail); 
tempoptcnt = buildsel63(13,optavail,tempoptcnt); 
var optavail = false; 
tempoptcnt = buildsel63(14,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel63(1,optavail); 
tempoptcnt = buildsel63(15,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel63(12,optavail); 
tempoptcnt = buildsel63(16,optavail,tempoptcnt); 
var optavail = false; 
tempoptcnt = buildsel63(17,optavail,tempoptcnt); 
var optavail = false; 
tempoptcnt = buildsel63(18,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel63(1,optavail); 
tempoptcnt = buildsel63(19,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel63(1,optavail); 
optavail = chksel63(12,optavail); 
tempoptcnt = buildsel63(20,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel63(11,optavail); 
tempoptcnt = buildsel63(21,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel63(11,optavail); 
tempoptcnt = buildsel63(22,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel63(11,optavail); 
tempoptcnt = buildsel63(23,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel63(11,optavail); 
tempoptcnt = buildsel63(24,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel63(11,optavail); 
tempoptcnt = buildsel63(25,optavail,tempoptcnt); 
    tempoptcnt++; 
 if (tempoptcnt == 0) {     document.detaildisp.inline59.options[tempoptcnt].value =  'no'; 
    document.detaildisp.inline59.options[tempoptcnt].text = 'No value'; 
    document.detaildisp.inline59.options[tempoptcnt].selected = true; 
 tempoptcnt = 1; } 
  document.detaildisp.inline59.options.length = tempoptcnt; 
  if (selfnd == false) {  document.detaildisp.inline59.options[0].selected = true;} 
x =  calc59(); 
// 17 Hen Feather Limit s LM 
// deptype sl 
 var arr17opt = new Array(); 
 var arr17sel = new Array(); 
 var arr17desc = new Array(); var selfnd = false;  
var selinx = document.detaildisp.inline16.options.selectedIndex; 
var selopt = document.detaildisp.inline16.options[selinx].value; 
arr17opt[0] = 1; 
arr17desc[0] = 'Select Color'; 
if (selopt ==  1)  arr17sel[0] = true;  else arr17sel[0] = false; 
arr17opt[1] = 2; 
arr17desc[1] = 'Red'; 
if (selopt ==  2)  arr17sel[1] = true;  else arr17sel[1] = false; 
arr17opt[2] = 3; 
arr17desc[2] = 'Green'; 
if (selopt ==  3)  arr17sel[2] = true;  else arr17sel[2] = false; 
arr17opt[3] = 4; 
arr17desc[3] = 'Yellow'; 
if (selopt ==  4)  arr17sel[3] = true;  else arr17sel[3] = false; 
arr17opt[4] = 5; 
arr17desc[4] = 'Black'; 
if (selopt ==  5)  arr17sel[4] = true;  else arr17sel[4] = false; 
arr17opt[5] = 6; 
arr17desc[5] = 'Blue'; 
if (selopt ==  6)  arr17sel[5] = true;  else arr17sel[5] = false; 
arr17opt[6] = 7; 
arr17desc[6] = 'Orange'; 
if (selopt ==  7)  arr17sel[6] = true;  else arr17sel[6] = false; 
arr17opt[7] = 8; 
arr17desc[7] = 'White'; 
if (selopt ==  8)  arr17sel[7] = true;  else arr17sel[7] = false; 
arr17opt[8] = 9; 
arr17desc[8] = 'Purple'; 
if (selopt ==  9)  arr17sel[8] = true;  else arr17sel[8] = false; 
arr17opt[9] = 10; 
arr17desc[9] = 'Pink'; 
if (selopt ==  10)  arr17sel[9] = true;  else arr17sel[9] = false; 
arr17opt[10] = 11; 
arr17desc[10] = 'Red Barred'; 
if (selopt ==  11)  arr17sel[10] = true;  else arr17sel[10] = false; 
arr17opt[11] = 12; 
arr17desc[11] = 'Green Barred'; 
if (selopt ==  12)  arr17sel[11] = true;  else arr17sel[11] = false; 
arr17opt[12] = 13; 
arr17desc[12] = 'Traditional Barred'; 
if (selopt ==  13)  arr17sel[12] = true;  else arr17sel[12] = false; 
arr17opt[13] = 14; 
arr17desc[13] = 'Yellow Barred'; 
if (selopt ==  14)  arr17sel[13] = true;  else arr17sel[13] = false; 
arr17opt[14] = 15; 
arr17desc[14] = 'Purple Barred'; 
if (selopt ==  15)  arr17sel[14] = true;  else arr17sel[14] = false; 
arr17opt[15] = 16; 
arr17desc[15] = 'Red'; 
if (selopt ==  16)  arr17sel[15] = true;  else arr17sel[15] = false; 
arr17opt[16] = 17; 
arr17desc[16] = 'Green'; 
if (selopt ==  17)  arr17sel[16] = true;  else arr17sel[16] = false; 
arr17opt[17] = 18; 
arr17desc[17] = 'Yellow'; 
if (selopt ==  18)  arr17sel[17] = true;  else arr17sel[17] = false; 
arr17opt[18] = 19; 
arr17desc[18] = 'Black'; 
if (selopt ==  19)  arr17sel[18] = true;  else arr17sel[18] = false; 
arr17opt[19] = 20; 
arr17desc[19] = 'Blue'; 
if (selopt ==  20)  arr17sel[19] = true;  else arr17sel[19] = false; 
arr17opt[20] = 21; 
arr17desc[20] = 'Orange'; 
if (selopt ==  21)  arr17sel[20] = true;  else arr17sel[20] = false; 
arr17opt[21] = 22; 
arr17desc[21] = 'White'; 
if (selopt ==  22)  arr17sel[21] = true;  else arr17sel[21] = false; 
arr17opt[22] = 23; 
arr17desc[22] = 'Purple'; 
if (selopt ==  23)  arr17sel[22] = true;  else arr17sel[22] = false; 
arr17opt[23] = 24; 
arr17desc[23] = 'Pink'; 
if (selopt ==  24)  arr17sel[23] = true;  else arr17sel[23] = false; 
arr17opt[24] = 25; 
arr17desc[24] = 'Red Barred'; 
if (selopt ==  25)  arr17sel[24] = true;  else arr17sel[24] = false; 
arr17opt[25] = 26; 
arr17desc[25] = 'Green Barred'; 
if (selopt ==  26)  arr17sel[25] = true;  else arr17sel[25] = false; 
arr17opt[26] = 27; 
arr17desc[26] = ' Traditional Barred'; 
if (selopt ==  27)  arr17sel[26] = true;  else arr17sel[26] = false; 
arr17opt[27] = 28; 
arr17desc[27] = 'Yellow Barred'; 
if (selopt ==  28)  arr17sel[27] = true;  else arr17sel[27] = false; 
arr17opt[28] = 29; 
arr17desc[28] = 'Purple Barred'; 
if (selopt ==  29)  arr17sel[28] = true;  else arr17sel[28] = false; 
document.detaildisp.inline16.options.length = 0; 
document.detaildisp.inline16.options.length = 28 + 1; 
function chksel17 (optid,optavail) { 
var selminx = document.detaildisp.inline15.options.selectedIndex; 
var selmopt = document.detaildisp.inline15.options[selminx].value; 
  if (selmopt == optid)  
 optavail = true; 
return optavail; } 
function buildsel17 (lastopt,optavail,tempoptcnt) { 
if (optavail) { 
  for (gg=0;gg<=28;gg++) { 
 if (arr17opt[gg] == lastopt) { 
    tempoptcnt++; 
    document.detaildisp.inline16.options[tempoptcnt].value =  arr17opt[gg]; 
    document.detaildisp.inline16.options[tempoptcnt].text = arr17desc[gg]; 
    document.detaildisp.inline16.options[tempoptcnt].selected = arr17sel[gg]; 
    if (arr17sel[gg] == true) selfnd = true; 
  }}} return tempoptcnt} 
var tempoptcnt = -1; 
var optavail = false; 
optavail = chksel17(2,optavail); 
tempoptcnt = buildsel17(1,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(2,optavail); 
tempoptcnt = buildsel17(2,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(2,optavail); 
tempoptcnt = buildsel17(3,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(2,optavail); 
tempoptcnt = buildsel17(4,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(2,optavail); 
tempoptcnt = buildsel17(5,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(2,optavail); 
tempoptcnt = buildsel17(6,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(2,optavail); 
tempoptcnt = buildsel17(7,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(2,optavail); 
tempoptcnt = buildsel17(8,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(2,optavail); 
tempoptcnt = buildsel17(9,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(2,optavail); 
tempoptcnt = buildsel17(10,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(2,optavail); 
tempoptcnt = buildsel17(11,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(2,optavail); 
tempoptcnt = buildsel17(12,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(2,optavail); 
tempoptcnt = buildsel17(13,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(2,optavail); 
tempoptcnt = buildsel17(14,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(2,optavail); 
tempoptcnt = buildsel17(15,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(1,optavail); 
tempoptcnt = buildsel17(16,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(1,optavail); 
tempoptcnt = buildsel17(17,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(1,optavail); 
tempoptcnt = buildsel17(18,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(1,optavail); 
tempoptcnt = buildsel17(19,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(1,optavail); 
tempoptcnt = buildsel17(20,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(1,optavail); 
tempoptcnt = buildsel17(21,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(1,optavail); 
tempoptcnt = buildsel17(22,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(1,optavail); 
tempoptcnt = buildsel17(23,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(1,optavail); 
tempoptcnt = buildsel17(24,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(1,optavail); 
tempoptcnt = buildsel17(25,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(1,optavail); 
tempoptcnt = buildsel17(26,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(1,optavail); 
tempoptcnt = buildsel17(27,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(1,optavail); 
tempoptcnt = buildsel17(28,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel17(1,optavail); 
tempoptcnt = buildsel17(29,optavail,tempoptcnt); 
    tempoptcnt++; 
 if (tempoptcnt == 0) {     document.detaildisp.inline16.options[tempoptcnt].value =  'no'; 
    document.detaildisp.inline16.options[tempoptcnt].text = 'No value'; 
    document.detaildisp.inline16.options[tempoptcnt].selected = true; 
 tempoptcnt = 1; } 
  document.detaildisp.inline16.options.length = tempoptcnt; 
  if (selfnd == false) {  document.detaildisp.inline16.options[0].selected = true;} 
x =  calc16(); 
// 55 Shipping Limit s LM 
// deptype sl 
 var arr55opt = new Array(); 
 var arr55sel = new Array(); 
 var arr55desc = new Array(); var selfnd = false;  
var selinx = document.detaildisp.inline54.options.selectedIndex; 
var selopt = document.detaildisp.inline54.options[selinx].value; 
arr55opt[0] = 1; 
arr55desc[0] = '1/2 Dozen'; 
if (selopt ==  1)  arr55sel[0] = true;  else arr55sel[0] = false; 
arr55opt[1] = 2; 
arr55desc[1] = '1 Dozen'; 
if (selopt ==  2)  arr55sel[1] = true;  else arr55sel[1] = false; 
arr55opt[2] = 3; 
arr55desc[2] = '2 Dozen'; 
if (selopt ==  3)  arr55sel[2] = true;  else arr55sel[2] = false; 
document.detaildisp.inline54.options.length = 0; 
document.detaildisp.inline54.options.length = 2 + 1; 
function chksel55 (optid,optavail) { 
var selminx = document.detaildisp.inline52.options.selectedIndex; 
var selmopt = document.detaildisp.inline52.options[selminx].value; 
  if (selmopt == optid)  
 optavail = true; 
return optavail; } 
function buildsel55 (lastopt,optavail,tempoptcnt) { 
if (optavail) { 
  for (gg=0;gg<=2;gg++) { 
 if (arr55opt[gg] == lastopt) { 
    tempoptcnt++; 
    document.detaildisp.inline54.options[tempoptcnt].value =  arr55opt[gg]; 
    document.detaildisp.inline54.options[tempoptcnt].text = arr55desc[gg]; 
    document.detaildisp.inline54.options[tempoptcnt].selected = arr55sel[gg]; 
    if (arr55sel[gg] == true) selfnd = true; 
  }}} return tempoptcnt} 
var tempoptcnt = -1; 
var optavail = false; 
optavail = chksel55(1,optavail); 
tempoptcnt = buildsel55(1,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel55(2,optavail); 
tempoptcnt = buildsel55(2,optavail,tempoptcnt); 
var optavail = false; 
optavail = chksel55(3,optavail); 
tempoptcnt = buildsel55(3,optavail,tempoptcnt); 
    tempoptcnt++; 
 if (tempoptcnt == 0) {     document.detaildisp.inline54.options[tempoptcnt].value =  'no'; 
    document.detaildisp.inline54.options[tempoptcnt].text = 'No value'; 
    document.detaildisp.inline54.options[tempoptcnt].selected = true; 
 tempoptcnt = 1; } 
  document.detaildisp.inline54.options.length = tempoptcnt; 
  if (selfnd == false) {  document.detaildisp.inline54.options[0].selected = true;} 
x =  calc54(); 
}