 clc=0;
function MM_openBrWindow(theURL,winName,features) 
{
	window.open(theURL,winName,features);
}

function checkd1()
{ if (document.getElementById( 'domen1' ).value!="")
	{
MM_openBrWindow('http://billing.dinohost.ru/domen.php?mod=check&lang=&domen='+document.getElementById( 'domen1' ).value+'','','scrollbars=no,width=400,height=200');return false;
 	}
}