<!--
function Level2(form1)
{
l1= document.form1.Select4.value;
l3= document.form1.seldat.value;
l4= document.form1.name.value;
window.location.href="addsite.asp?cat="+l1+"&dat="+l3+"&nam="+l4;
}

function Level3(form1)
{
l1= document.form1.Select4.value;
l2= document.form1.Select2.value;
l3= document.form1.seldat.value;
l4= document.form1.name.value;
window.location.href="addsite.asp?cat="+l1+"&cat1="+l2+"&dat="+l3+"&nam="+l4;
}

function control(form)
{
  if (form1.name.value == "" ||  form1.url.value == "" || form1.desc.value == "" ||  form1.namorg.value == "" &&  form1.fizsur.value == "")
  {
    alert("Пожалуйста, введите все об\язательные  пол\я!");
	  event.returnValue = false;
	  return false;
  }
}
//-->