//<script>
function searchall()
{
	if (document.all.item("inall").checked==true)
	{
		document.all.item("innews").disabled=true
		document.all.item("inevents").disabled=true
		document.all.item("inlibrary").disabled=true
		document.all.item("inprojects").disabled=true
		document.all.item("infields").disabled=true
	}
	else
	{
		document.all.item("innews").disabled=false
		document.all.item("inevents").disabled=false
		document.all.item("inlibrary").disabled=false
		document.all.item("inprojects").disabled=false
		document.all.item("infields").disabled=false
	}
			
}


function openphoto(idg,i,lang)
{
	if (lang==1){
		www='/eng/content/gallery/default.asp?shmode=2&idg='+idg+'&i='+i;
	}else{
		www='/content/gallery/default.asp?shmode=2&idg='+idg+'&i='+i;
	}
	width=100;
	height=100;
	window.open(www, 'photo','width=' + width + ',height=' + height +',scrollbars=no,resizable=yes,topmargin=0,leftmargin=0');
}
function opennews(ids,idi,lang)
{
	if (lang==1){
		www='/content/news/default.asp?shmode=2&ids='+ids+'&idi='+idi;
	}else{
		www='/content/news/default.asp?shmode=2&ids='+ids+'&idi='+idi;
	}
	width=254;
	height=400;
	window.open(www, 'news','width=' + width + ',height=' + height +',scrollbars=yes,resizable=yes,topmargin=0,leftmargin=0');
}

function openbiogr(ids,idc)
{
	width=600;
	height=400;
	www='/content/contacts/popup.asp?shmode=2&ids='+ids+'&idc='+idc
	window.open(www, 'appartment','width=' + width + ',height=' + height +',scrollbars=yes,resizable=yes,topmargin=0,leftmargin=0');
}