function hide_info(id) { 
	
	if (document.getElementById) { // DOM3 = IE5, NS6
		if (document.getElementById(id).style.display == "none"){
			document.getElementById(id).style.display = '';
		} else {
			document.getElementById(id).style.display = 'none';			
		}	
	} else { 
		if (document.layers) {	
			if (document.id.display == "none"){
				document.id.display = '';
			} else {	
				document.id.display = 'none';
			}
		} else {
			if (document.all.id.style.visibility == "none"){
				document.all.id.style.display = '';
			} else {
				document.all.id.style.display = 'none';
			}
		}
	}
}


function submit_button(e)
{
 
        document.formi.Button.disabled = true;       
        
        document.formi.submit();
        return true;
    }



function showUser(str)
{
if (str=="")
  {
  document.getElementById("txtHint").innerHTML="";
  return;
  } 
if (window.XMLHttpRequest)
  {// code for IE7+, Firefox, Chrome, Opera, Safari
  xmlhttp=new XMLHttpRequest();
  }
else
  {// code for IE6, IE5
  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
  }
xmlhttp.onreadystatechange=function()
  {
  if (xmlhttp.readyState==4 && xmlhttp.status==200)
    {
    document.getElementById("txtHint").innerHTML=xmlhttp.responseText;
    }
	else 
	{
		document.getElementById("txtHint").innerHTML = '<img src="http://www.whoismark.com/img/ajax_load.gif"> Connecting to whois server...';
	}

  }
xmlhttp.open("GET","http://www.whoismark.com/whois_view.php?q="+str,true);
xmlhttp.send();
}
///
 



  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-10452180-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();



//infolinks
   var infolink_pid = 103882;
   var infolink_wsid = 0;
