Code:
<script language="JavaScript" src="/rs/js/Gallery.js"></script>
<script>
var selectionGalleryConfig = {
initial : Gallery.TYPE_IMAGE,
viewer : {elementId : "selection-gallery-window"},
image : {
thumb : {elementId : "labels", cssClass : null, cssActiveClass : "active"},
full : {elementId : "selection-gallery-img-big"}
},
fade : {
speed : 6,
increment : 0.05
}
}
selectionGalleryConfig.images = new Array();
selectionGalleryConfig.images[0] = {full:"http://a248.e.akamai.net/7/248/2041/1164/store.apple.com/Catalog/US/Images/imac/img/product-17in.jpg"};
selectionGalleryConfig.images[1] = {full:"http://a248.e.akamai.net/7/248/2041/1164/store.apple.com/Catalog/US/Images/imac/img/product-20in.jpg"};
selectionGalleryConfig.images[2] = {full:"http://a248.e.akamai.net/7/248/2041/1164/store.apple.com/Catalog/US/Images/imac/img/product-24in.jpg"};
var selectionGallery = new Gallery(selectionGalleryConfig);
selectionGallery.index = 0;
</script>