/*
<b>ArchiveOnLoad.js</b>
Written by Matthew Martin 05/2005

<b>What does it do?</b>
Argh! I hate Texis! So we cannot put this function into the body text because Texis blows up if we do. So here it is in a .js file. Thanks Thunderstone!

<b>How do I use it?</b>
*/

function LoadFunctions() {
	InitializeImages();
}
window.onload = LoadFunctions;
