
function iswp(name,img){
	name.src=img;
}

function sbar(msg){
	window.status=msg;
}

function load(){
	if (document.images){
    		if (typeof document.WM == 'undefined'){
      			document.LI = new Object();
		}
	document.LI.loadedImages = new Array();
	var Length = load.arguments.length;

    		for(arg=0;arg<Length;arg++){
			document.LI.loadedImages[arg] = new Image();
			document.LI.loadedImages[arg].src = load.arguments[arg];
		}
	}
}
