//============================================================ // SUMMARY (SIDE BAR FOR ALL DESIGN PAGES) //============================================================ clr_rd = ''; clr_bk = ''; locpath = location.pathname; 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(' | '); 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(' | '); d.write('Outputs');
if (chassis_all != "") {
if (chassis != "") {
op1 = "#1 "; op2 = "#2 ";
op3 = "#3 "; op4 = "#4 "; }
else { op1 = ""; op2 = ""; op3 = ""; op4 = ""; }
d.write(':
'); 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(' | '); 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(' | '); 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(' | '); 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(' | '); d.write('Accessories (optional)');
if (access == "yes") {
d.write(':');
for (i=0; i | ' +
'||||||||||||
| '); thisloc = "08_review-save.asp"; thisnum = 7; if (missing_configs == "" && accessories == "visited") d.write('' + thisnum + ''); else d.write(msglink + thisnum + ''); d.write(' | '); d.write('Review / Edit / Save Specs | ' + '||||||||||||