//============================================================ // SUMMARY (SIDE BAR FOR ALL DESIGN PAGES) //============================================================ clr_rd = ''; clr_bk = ''; locpath = location.pathname; d.write('' + '' + '' + '' + ''); d.write(''); d.write('' + '' + '' + ' ' + ' ' + '' + '' + ' ' + ' ' + '' + '' + ' ' + ' ' + '' + ''); d.write(''); d.write('' + '' + ''); d.write(''); d.write('' + ''); d.write(''); d.write(''); d.write('' + ''); d.write(''); d.write(''); d.write('' + ''); d.write(''); d.write(''); d.write('' + ''); d.write(''); missing_configs = ""; if (ps_vin == "") missing_configs += "- Input Voltage\n"; if (chassis_all == "") missing_configs += "- Outputs\n"; if (chassis == "") missing_configs += "- Chassis\n"; if (connector1 == "") missing_configs += "- Output Connectors\n"; if (product_grade == "") missing_configs += "- Operating Temperature\n"; //THIS MISSING CONFIGS ALERT ISN'T REALLY NECESSARY. ELIMINATE?? msglink = ""; if (missing_configs != "") { thismsg = "First, please configure these\nmissing product features:\n" msglink = ''; } d.write(''); d.write('' + '' + '
Design Spec Summary

'); thisloc = "01_vin.asp"; thisnum = 1; thisvar = ps_vin; if (locpath.indexOf(thisloc) > -1) d.write(clr_rd + thisnum + ''); else if (thisvar != "") d.write('' + thisnum + ''); else d.write(clr_bk + thisnum + ''); d.write(' Designer\'s Ref. (optional)'); if (design_ref != "") d.write(':
   ' + design_ref); d.write('
RoHS Compliant'); if (rohs_compliance != "") d.write(': ' + rohs_compliance); d.write('
Input Voltage'); if (ps_vin != "") d.write(':
   ' + ps_vin); d.write('
Number of Outputs'); if (qty_outputs != 0) d.write(': ' + qty_outputs); d.write('

'); thisloc = "02_" + qty_outputs + "out.asp"; thisnum = 2; thisvar = ps_vin; if (locpath.indexOf(thisloc) > -1) d.write(clr_rd + thisnum + ''); else if (thisvar != "") d.write('' + thisnum + ''); else d.write(clr_bk + thisnum + ''); d.write(' Outputs'); if (chassis_all != "") { if (chassis != "") { op1 = "#1 – "; op2 = "#2 – "; op3 = "#3 – "; op4 = "#4 – "; } else { op1 = ""; op2 = ""; op3 = ""; op4 = ""; } d.write(':'); d.write('' + '' + ''); if (qty_outputs > 1) { d.write('' + '' + ''); } if (qty_outputs > 2) { d.write('' + '' + ''); } if (qty_outputs > 3) { d.write('' + '' + ''); } d.write('
   ' + op1 + '' + vout1 + 'V @ ' + watts1 + 'W
   ' + op2 + '' + vout2 + 'V @ ' + watts2 + 'W
   ' + op3 + '' + vout3 + 'V @ ' + watts3 + 'W
   ' + op4 + '' + vout4 + 'V @ ' + watts4 + 'W
'); if (multi_maxis != 0 && multi_maxis != "") d.write('   (' + multi_maxis + 'W = ' + multi_maxi_mods + ' VIPAC Arrays)
'); if (vin_low != "") d.write('Input voltage low line: ' + vin_low + 'V'); } //if chassis_all d.write('

'); thisloc = "03_" + qty_outputs + "chassis.asp"; thisnum = 3; thisvar = chassis_all; if (locpath.indexOf(thisloc) > -1) d.write(clr_rd + thisnum + ''); else if (thisvar != "") d.write('' + thisnum + ''); else d.write(clr_bk + thisnum + ''); d.write(' Chassis'); if (chassis != "") { if (chassis == "a") modules = "2 Mini"; if (chassis == "b") modules = "1 Mini, 2 Micro"; if (chassis == "c") modules = "3 Micro"; if (chassis == "d") modules = "1 Maxi"; if (chassis == "e") modules = "1 Micro, 2 Mini"; if (chassis == "f") modules = "4 Micro"; if (chassis == "g") modules = "1 Mini"; if (chassis == "h") modules = "2 Micro"; d.write(': ' + modules); } //if chassis if (current_share_comp == "yes") d.write('
   inc. current share option'); d.write('

'); thisloc = "05_connectors.asp"; thisnum = 4; thisvar = chassis; if (locpath.indexOf(thisloc) > -1) d.write(clr_rd + thisnum + ''); else if (thisvar != "") d.write('' + thisnum + ''); else d.write(clr_bk + thisnum + ''); d.write(' Output Connectors'); if (connector1 != "") d.write(':
   ' + connector1); d.write('

'); thisloc = "06_thermal.asp"; thisnum = 5; thisvar = connector1; if (locpath.indexOf(thisloc) > -1) d.write(clr_rd + thisnum + ''); else if (thisvar != "") d.write('' + thisnum + ''); else d.write(clr_bk + thisnum + ''); d.write(' Operating Temperature'); if (product_grade != "") { d.write(':
   Product grade:   ' + product_grade); if (fin_height != "") d.write('
   Heat sink:' + '
      ' + fin_height + ' inch, ' + fin_dir); } // if product_grade d.write('

'); thisloc = "07_accessories.asp"; thisnum = 6; thisvar = product_grade; if (locpath.indexOf(thisloc) > -1) d.write(clr_rd + thisnum + ''); else if (thisvar != "") d.write('' + thisnum + ''); else d.write(clr_bk + thisnum + ''); d.write(' Accessories (optional)'); if (access == "yes") { d.write(':'); for (i=0; i   ' + acc1[i][2]); } } // if access d.write('

'); thisloc = "08_review-save.asp"; thisnum = 7; if (missing_configs == "" && accessories == "visited") d.write('' + thisnum + ''); else d.write(msglink + thisnum + ''); d.write(' Review / Edit / Save Specs
' + ' ');