function close_for_network(box)
{
		if(box.id="network" && box.selectedIndex<=1 && box.selectedIndex>0)
		{
		document.getElementById('username').disabled=true
		}
		else{
		document.getElementById('username').disabled=false
		}
		
}
