function HostingIAmAgree(){

	if(document.getElementById('hosting_agreement').checked){
		document.getElementById('show_agreement_check').innerHTML="<input type='image' src='./images/bt_next.gif'>";
	}else{
		document.getElementById('show_agreement_check').innerHTML="";
	}

}


function CheckDomainName(){

	check_domain=document.getElementById('domain').value;
	document.getElementById('reg_domain').value=check_domain;
	window.open( 'http://www.checkdomain.com/cgi-bin/checkdomain.pl?domain='+check_domain ) ;

}
