// General stuff.

IMGDIR = "images/";

function objGet (id) {
 return document.getElementById (id);
}
