//<Script language="javascript">function newWindow(theURL) {	window.open(theURL,'','toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes,status=yes,height=560,width=740');}function newImage(arg) {	if (document.images) {		rslt = new Image();		rslt.src = arg;		return rslt;	}}imageStay = ""function on(name){	if (imageStay != name)		document[name].src = eval(name + "on.src");}function off(name){    if (imageStay != name)		document[name].src = eval(name + ".src");}//</script>
