function LoadGallery(pictureName,imageFile)
{
  document.getElementById(pictureName).src = imageFile;
}

function goto_URL(object) {
window.location.href = object.options[object.selectedIndex].value;
}
// JavaScript Document
