function changeImg( id, img ) {
	document.getElementById(id).src = img;
}
function AddToQuickjump(text, value) {
	list = document.GamelistFrm.Gamelist
	list[list.length] = new Option( text, value );
}
