// collection_pendants.html JavaScript Document - loadpendants<!--Change this variable based on product -->var imgType = "pendants";<!--Load product images here -->if (document.images){   pendants1= new Image(335,400);   pendants1.src="images/pendants/0038.jpg";     pendants2= new Image(335,400);   pendants2.src="images/pendants/0020.jpg";     pendants3= new Image(335,400);   pendants3.src="images/pendants/0236.jpg";     pendants4= new Image(335,400);   pendants4.src="images/pendants/0260.jpg";     /*pendants5= new Image(335,400);   pendants5.src="images/pendants/2045.jpg";     pendants6= new Image(335,400);   pendants6.src="images/pendants/2047.jpg";    pendants7= new Image(335,400);   pendants7.src="images/pendants/2058.jpg"; */}