
Marsflex 30 Amp Generator Power Inlet Box NEMA L14-30P
Expandable Sections body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 0 20px; } .section { margin: 20px 0; background-color: #f9f9f9; } .section h3 { margin: 0; font-size: 18px; background-color: #f4f4f4; padding: 10px; cursor: pointer; } .section h3:hover { background-color: #e0e0e0; } .hidden-content { display: none; padding: 10px; } .hidden-content table { width: 100%; border-collapse: collapse; margin-top: 10px; } .hidden-content table th, .hidden-content table td { text-align: left; padding: 8px; } .hidden-content table th { background-color: #f4f4f4; font-weight: bold; } /* New style for left-aligning text in the Safety Certification section */ .hidden-content p { text-align: left; margin: 5px 0; } PRODUCT DESCRIPTION Safety Certification: ETL-listed, 125/250V, 30A, 7500W; compatible with NEMA L14-30R cords for safe power. Upgrade Design: Compact (6.1"x4.1"x3.1"), excellent heat dissipation, and flexible multi-directional wiring. Protection: NEMA 3R-rated; weatherproof design resists wind, rain, rust, dust, and humidity. Easy Install: Pre-drilled holes and removable plugs make installation quick and hassle-free. Green Light: LED indicator ensures clear, reliable connection visibility, even in low light. PRODUCT SPECIFICATIONS Product Packaging Size(Inch) 6.5*4.5*4.7 Weigh(Pound) 2.5 Specifications Material Metal Socket Model L14-30P Input Current 30 AMP Voltage 125V/250V Compatible Generator Power 7500W Hole Type Pre Drilled Warranty 12 Months // JavaScript to toggle visibility for all sections document.querySelectorAll('.section h3').forEach(header => { header.addEventListener('click', () => { const content = header.nextElementSibling; content.style.display = content.style.display === 'block' ? 'none' : 'block'; }); });