// collection_ribbontie.html JavaScript Document - loadLongStrands<!--Change this variable based on product -->var imgType = "ribbontie";<!--Load product images here -->if (document.images){   ribbontie1= new Image(335,400);   ribbontie1.src="images/ribbontie/0002.jpg";     ribbontie2= new Image(335,400);   ribbontie2.src="images/ribbontie/0032.jpg";     <!--ribbontie3= new Image(335,400); -->  <!--ribbontie3.src="images/ribbontie/0034.jpg";-->    ribbontie4= new Image(335,400);   ribbontie4.src="images/ribbontie/0035.jpg";     ribbontie5= new Image(335,400);   ribbontie5.src="images/ribbontie/0096.jpg";     /* ribbontie6= new Image(335,400);   ribbontie6.src="images/ribbontie/0210.jpg";*/     ribbontie7= new Image(335,400);   ribbontie7.src="images/ribbontie/0212.jpg";}