// collection_charmss.html JavaScript Document - loadcharmss

<!--Change this variable based on product -->
var imgType = "charms";

<!--Load product images here -->
if (document.images){ 
  charms1= new Image(335,400); 
  charms1.src="images/charms/0266.jpg"; 
  
  charms2= new Image(335,400); 
  charms2.src="images/charms/0268.jpg"; 
}
