function Go(dest)
{
  if (document.location.hostname!="localhost") window.open(dest,"_self");
  else window.open(dest+"&local=1","_self");
}

function GoBlank(dest)
{
  if (document.location.hostname!="localhost") window.open(dest,"_blank");
}

function Download()
{
  Go("http://www.empirepoker.com/Downloads/1710354/EmpirePokerSetup.exe");
}

function Hand(obj)
{
  obj.style.cursor='hand';
}

