"); imageArray[6] = "http://storage.canoe.ca/v1/dynamic_resize/?src=http://jam.canoe.ca/Microgalleries/2013/01/25/GetTheFullGallery_Toronto_500x300.jpg&size=500x500&quality=85"; //this is to change the images function changeImage(element){ if (imageArray[element]){ document.images["fullimage"].src = imageArray[element]; } } function showImage(image){ if (imageArray[image]){ document.location.href = '?&pic='+image; } } // -->