function enter()
{
	
	

document.getElementById('enter').className = "hidediv";

en = document.getElementById('go').style;
en.display = "inline";
en.position = "static";

	
}

function cbg_on(a,b) {return false};
function cbg_off(a,b) {return false};

function on(id)
	{
		div = document.getElementById(id);
		if (div.className == 'refaq')
			div.className = 'hidediv';
		else
			div.className = 'refaq';		
	}

	
	function dvd(id)
{

content = document.getElementById(id).innerHTML;

en = document.getElementById('main_whoisdiv');
en.innerHTML = content;
en.className = "showdiv";
en.className = "showdivwhois";

document.getElementById('whoistbl').className = "hidediv";

}

function dvdret()
{

document.getElementById('main_whoisdiv').className = "hidediv";
document.getElementById('whoistbl').className = "showdiv";
document.getElementById('whoistbl').className = "table1 fnt_w7";

}
