function Hilite(name,over){if(window.document.images){if (over) window.document.images[name].src = "images/" + name + "_g.jpg";elsewindow.document.images[name].src = "images/" + name + ".jpg";}}
function preload() {  if (!document.images) return;  var ar = new Array();  var arguments = preload.arguments;  for (var i = 0; i < arguments.length; i++) {    ar[i] = new Image();    ar[i].src = arguments[i];  }}function bl(ss){document.getElementById('blurb').src=('content/' + ss + '.html');}

function alPreview(ww){document.getElementById('preview').src=('images/albums/' + ww + '.jpg');}
function middlePic(ww){document.getElementById('preview').src=('images/' + ww + '.jpg');}