/***********************\
* Author: C. Crump      *
* last update: 11/12/03 *
\***********************/

// Gallery Element Selector

function select(img)
{
  var image = img;
  var tag = '<img src="imgs/gallery/full/' + image + '" alt="" />';
  document.getElementById('img').innerHTML = tag;
}