//start

function setImageURL(iName, iUrl) {
        var img = null;
        if (document.images) {
                img = document.images[iName];
                if (img) img.src = iUrl;
        }
}
CSImages=new Array();
function CSPreloadImage(url) {
        if (document.images) { CSImages[CSImages.length]=new Image(); CSImages[CSImages.length-1].src=url; }
}


//preload the general rollover images
/*
CSPreloadImage('')
*/


/* these are already preloaded by the menu.js
CSPreloadImage('SOURCES/GRAFIX/999999.gif')

*/


//end
