// JavaScript Document

function xGetElementById(e)
{
  if (typeof(e) != 'string') return e;
  if (document.getElementById) e = document.getElementById(e);
  else if (document.all) e = document.all[e];
  else e = null;
  return e;
}

function CommentPreviewVanish()
{
	var element = xGetElementById("cmntprevvanish");
	element.style.display = "none";
	document.location.href="#cmntform";
}

function addfav()
   {
   if (document.all)
      {
      window.external.AddFavorite("http://www.live-online-poker-game.com","Best online poker sites")
      }
	else
{
       
        window.sidebar.addPanel("Best online poker sites", "http://www.live-online-poker-game.com", ''); 
}

   }
