var LLPPTTDD=new Array();
var OOPPEE = new Array();
var IIPP = new Array();
var LLl = 0;
var KK = -1;

function checkAll(oForm, cbName, checked)
{
	for( var i=0; i < oForm[cbName].length; i++ )
	{
		if( oForm[cbName][i].checked != true )
		{
			oForm[cbName][i].checked = true;
		}else{
			oForm[cbName][i].checked = false;
		}
	}
}

function AADDNN(i)
{
	if( !OOPPEE[ i ] || !LLPPTTDD[ OOPPEE[ i ] ] )
	{
		KK++;
		OOPPEE[ i ] = KK;
		LLPPTTDD[ OOPPEE[ i ] ] = i;
		SSLLTT('p'+i);
		LLl=LLl+1;
	}else{

		LLPPTTDD[ OOPPEE[ i ] ] = false;

		NNSSLLT('p'+i);

		LLl=LLl-1;

	}

	if(LLl>0) showedBP(); else if(LLl==0) hidedBP();

}

function SSLLTT(i)
{

	document.getElementById(i).style.background='#e6f1ff';
	document.getElementById(i).className='selecteditis';

}
function NNSSLLT(i)
{

	document.getElementById(i).style.background='';
	document.getElementById(i).className='td_t_p';

}


function showedBP()
{

	document.getElementById('arriva_').style.display='';

}


function hidedBP()
{

	document.getElementById('arriva_').style.display='none';

}

function pressYes()
{

	if(confirm('Продолжить?'))
	{
		var y=0;
		for( x=0; x< LLPPTTDD.length; x++ )
		{
			if( LLPPTTDD[ x ] > 0)
			{
				IIPP[y] = LLPPTTDD[ x ];
				y++;
			}
		}

		photo_win( urlwork() + '?command=B&B=' + document.getElementById('M').value + '&C=' + IIPP.join(','), 'M','200','150' );
	}

}
