Terms.Law
🏭 Industrial/Warehouse Lease Details
Landlord Information
Tenant Information
Property Details
Lease Terms
Rent & Financial Terms
Permitted Uses
Operations
Maintenance & Responsibilities
Insurance & Liability
📄 Live Preview
`; const blob = new Blob([styled], { type: 'application/msword' }); const link = document.createElement('a'); link.href = URL.createObjectURL(blob); link.download = 'Industrial_Warehouse_Lease_Agreement.doc'; link.click(); } // Initialize updatePreview();