// JavaScript Document
document.write('<h3 class="productheading">Our Products</h3>');
document.write('<table class="productmenus" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td><a href="domestic_wh.html">Solar Domestic Water heater</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><a href="industrial_wh.html">Solar Industrial Water heater</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><a href="hotgen.html">Hot Gen(Heat Pump Technology)</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><a href="solar_pv_module.html">Solar PV Module</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><a href="solar_Power_packs.html">Solar Power Pack</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><a href="solar_street_light.html">Solar Street Light System</a></td>');
document.write('<tr>');
document.write('<tr>');
document.write('<td><a href="solar_garden_light.html">Solar Garden Illuminating System</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><a href="solar_backup_unit.html">Solar Backup Unit</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><a href="solar_lantern.html">Solar Lantern</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><a href="solar_lamps.html">Solar Lamps</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><a href="solar_power_generator.html">Solar Power Generator</a></td>');
document.write('</tr>');
document.write('</table>');
