function NavRollOver(otd) {if (!otd.contains(event.fromElement)) {otd.bgColor="#C40F25";}}
function NavRollOut(otd) {if (!otd.contains(event.toElement)) {otd.bgColor="000099";}}
function kaput(){
return true;
}
window.onerror=kaput
var divX,divY,swtdiv,showWidth,showHeight;
showWidth=100;
showHeight=80;
function initEvents() {
	swtdiv=document.getElementById?document.getElementById("swtHidden"):document.all?document.all["swtHidden"]:null;
	if (swtdiv) document.onmousemove=doMouse;
	}
window.onload=initEvents;
function doMouse(arg) {
	ev=arg?arg:event;
	divX=(ev.pageX?ev.pageX:ev.clientX)-parseInt(swtdiv.style.left);
	divY=(ev.pageY?ev.pageY:ev.clientY)-parseInt(swtdiv.style.top);
	swtdiv.style.clip="rect("+(divY-showHeight/2)+" "+(divX+showWidth/2)+" "+(divY+showHeight/2)+" "+(divX-showWidth/2)+")";
}
function killMouse() {
	swtdiv.style.clip="rect(0 0 0 0)";
	}
function NavRollOver(otd) {if (!otd.contains(event.fromElement)) {otd.bgColor="#C40F25";}}
function NavRollOut(otd) {if (!otd.contains(event.toElement)) {otd.bgColor="000099";}}
  

