function OnlyOneField()
{
/*
	if (document.webhost.domena.value != '') {
  		document.webhost.subdomena.disabled=true;
 		document.webhost.subdomena.style.backgroundColor = "#cccccc"; 
		} 
	else {
	  	document.webhost.subdomena.disabled=false;
  		document.webhost.subdomena.style.backgroundColor = "#ffffff"; 
	}

	if (document.webhost.subdomena.value != '') {
  		document.webhost.domena.disabled=true;
  		document.webhost.domena.style.backgroundColor = "#cccccc"; 
//		document.webhost.koncovka.disabled=true;
//	  	document.webhost.koncovka.style.backgroundColor = "#cccccc"; 
	} 
	else {
  		document.webhost.domena.disabled=false;
  		document.webhost.domena.style.backgroundColor = "#ffffff"; 
//		document.webhost.koncovka.disabled=false;
//  		document.webhost.koncovka.style.backgroundColor = "#ffffff"; 
	}
*/
}
