// Mouseover
function txxLighOn(src, pic){
	img = new Image();
	img.src = src;
	window.document.images[pic].src = eval("img.src");
}
function txxLighOff(src, pic){
	img = new Image();
	img.src = src;
	window.document.images[pic].src = eval("img.src");
}