<!-- // Begin Code
function ImageSwap(id,name){
	if (document.images) {document.images[id].src=eval(name+".src"); }
}
// stop hiding -->