function ExplorerFix()
{for (a in document.links) document.links[a].onfocus = document.links[a].blur;}
if (document.all) document.onmousedown = ExplorerFix;

function NetscapeFix()
{if (widthCheck != window.innerWidth || heightCheck != window.innerHeight) document.location.href = document.location.href;}
if (document.layers) {widthCheck=window.innerWidth;heightCheck=window.innerHeight;window.onResize = NetscapeFix;}
