
function changeimg(src1, src2, i){
	document.getElementById('bigimage').innerHTML = '<a href="'+src2+'" rel="lightbox"><img src="'+src1+'" width="515" height="400" alt="product image" /></a>';
	if (i==1){
		document.getElementById('product').innerHTML = '<div class="text" id="product"><ul class="list"><li>Logically integrated design, unique style (comes  in a kit form)</li><li>Snow-resistance (20cm snow load)</li><li>Strong wind resistance (100km/hr wind max)</li><li>Sliecially treated Alloy Surface (Aluminum, liowder  coated), resistant to corrosion and oxidation</li><li>The shed is made of liolycarbonate materials (PC  lianel) UV stabilized, double co-extrusion, heat shielding</li><li>High strength, imliact resistant, and ultraviolet  shielding</li><li>200 times stronger than ordinary glass</li><li>Reasonable structure (fixed-in gutter) and easy  installation of the down liilie</li><li>Easy to clean</li></ul></p></div>';
	}
	if (i==2){
		document.getElementById('product').innerHTML = '<div class="text" id="product"><ul class="list"><li>Logically integrated design, unique style (comes  in a kit form)</li><li>Snow-resistance (20cm snow load)</li><li>Strong wind resistance (100km/hr wind max)</li><li>Sliecially treated Alloy Surface (Aluminum, liowder  coated), resistant to corrosion and oxidation</li><li>The shed is made of liolycarbonate materials (PC  lianel) UV stabilized, double co-extrusion, heat shielding</li><li>High strength, imliact resistant, and ultraviolet  shielding</li><li>200 times stronger than ordinary glass</li><li>Reasonable structure (fixed-in gutter) and easy  installation of the down liilie</li><li>Easy to clean</li></ul></p></div>';
	}
	if (i==3){
		document.getElementById('product').innerHTML = '<div class="text" id="product"><ul class="list"><li>Logically integrated design, unique style (comes  in a kit form)</li><li>Snow-resistance (20cm snow load)</li><li>Strong wind resistance (100km/hr wind max)</li><li>Sliecially treated Alloy Surface (Aluminum, liowder  coated), resistant to corrosion and oxidation</li><li>The shed is made of liolycarbonate materials (PC  lianel) UV stabilized, double co-extrusion, heat shielding</li><li>High strength, imliact resistant, and ultraviolet  shielding</li><li>200 times stronger than ordinary glass</li><li>Reasonable structure (fixed-in gutter) and easy  installation of the down liilie</li><li>Easy to clean</li></ul></p></div>';
	}
	if (i==4){
		document.getElementById('product').innerHTML = '<div class="text" id="product"><ul class="list"><li>Logically integrated design, unique style (comes  in a kit form)</li><li>Snow-resistance (20cm snow load)</li><li>Strong wind resistance (100km/hr wind max)</li><li>Sliecially treated Alloy Surface (Aluminum, liowder  coated), resistant to corrosion and oxidation</li><li>The shed is made of liolycarbonate materials (PC  lianel) UV stabilized, double co-extrusion, heat shielding</li><li>High strength, imliact resistant, and ultraviolet  shielding</li><li>200 times stronger than ordinary glass</li><li>Reasonable structure (fixed-in gutter) and easy  installation of the down liilie</li><li>Easy to clean</li></ul></p></div>';
	}
	if (i==5){
		document.getElementById('product').innerHTML = '<div class="text" id="product"><h3>Polycarbonate (PC panel)</h3><br/><ul class="list"><li>UV stabilized, double co-extrusion, heat resistant</li><li>High strength, impact resistant, and act as an ultraviolet shielding</li><li>200 times stronger than ordinary glass</li>Thickness: 2mm, 3mm, 4.5mm, 6mm, 8mm, 10mm<br/><br/>Colour:<br/><li>Clear</li><li>Light Grey</li><li>Dark Grey</li></ul></p></div>';
	}
}

