ie3=(navigator.appName == "Microsoft Internet Explorer" && Math.round(parseFloat(navigator.appVersion)*100) == 200);
function over(img,ref) { if (! ie3) {document.images[img].src = ref;}}
function out(img,ref)  { if (! ie3) {document.images[img].src = ref;window.status=''}}