function pop(url,width,height) {
	if (width==undefined || width=='') {
		width='600';
	}
	if (height==undefined || height=='') {
		height='600';
	}
	window.open(url,'_blank','scrollbars, resizable, width='+width+',height='+height+', left=200, top=200');
}
function click2obid (obid) {
	document.getElementById('clicksimg').src= '/clicks.php?obid='+obid;
}
function help(id,width,height) {
	if (width==undefined || width=='') {
		width='600';
	}
	if (height==undefined || height=='') {
		height='600';
	}
	window.open('/index.php?action=help&id='+id,'_blank','scrollbars, resizable, width='+width+',height='+height+', left=200, top=200');
}

function help1(id,width,height) {
	if (width==undefined || width=='') {
		width='600';
	}
	if (height==undefined || height=='') {
		height='600';
	}
	window.open('/index.php?action=help&id='+id,'_blank','scrollbars, resizable, width='+width+',height='+height+', left=200, top=200');
}
function validator(){
document.getElementById('char_count1').innerHTML=window.document.getElementById('key1').value.length;
document.getElementById('char_count1_1').innerHTML=window.document.getElementById('pril1').value.length;
document.getElementById('char_count2').innerHTML=window.document.getElementById('key2').value.length;
document.getElementById('char_count2_1').innerHTML=window.document.getElementById('pril2').value.length;
document.getElementById('char_count3').innerHTML=window.document.getElementById('key3').value.length;
document.getElementById('char_count3_1').innerHTML=window.document.getElementById('pril3').value.length;
}

function validator1()
{
document.getElementById('char_name').innerHTML=window.document.getElementById('name').value.length;
document.getElementById('char_descr').innerHTML=window.document.getElementById('descr').value.length;
}

function select_all()
{
	check = 0;
	array=document.checks.elements;
	for(i=0; i<array.length; i++) {
		che = array[i].id;
		if (array[i].type=='checkbox') {
			eval('document.getElementById("'+che+'").checked=true;');
		}
	}
}
			
function ask_report(url,base)
{
	var name=prompt("Необходимо указать адрес страницы-каталога",url+"/1ya.php");
	if (name!=null) {
		window.open('/index.php?action=panelReport&code=report&baseId='+base+'&url='+name,'_blank','scrollbars, resizable, width=300,height=200, left=100, top=100');
	}
}
