
// Runs all the listed functions on the loading of the window

window.onload=function(){
addCaption("imgLeftCaption");
addCaption("imgRightCaption");
MM_preloadImages('../images/dsnmcButtons.jpg');
}

