	try { var yaCounter521628 = new Ya.Metrika(521628); } catch(e){}
	var bonusArray = {
			NotDeposit : {ps:"Poker Strategy 50+100$",pno:"Poker Net Online 50+100$",ypc:"Your Poker Cash 500$",prs:"PokerRoomSchool 150$"},
			Deposit : {lp:"Leon Poker 200% до 600$"},
		}
	function getBonus(_this){
		var bonus = bonusArray[_this.value];
		var _select = document.getElementById("bonuslist");
		_select.innerHTML = ""; // Удаляем всех потомков.
		for(var i in bonus){ // Добавляем доступные цвета.
			var option = document.createElement("option");
			var optionText = document.createTextNode(bonus[i]);
			option.appendChild(optionText);
			option.setAttribute("value",i);
			_select.appendChild(option);
		}
		// Делаем список цветов видимым.
		_select.style.display="inline";
	}   
	function _go() {
		bonusid = document.getElementById('bonuslist').options[document.getElementById('bonuslist').selectedIndex].value;
		
		if (bonusid == 'pno')  location.href= 'http://bigpokersite.ru/bonus/poker-net-online'
		if (bonusid == 'ypc')  location.href= "http://bigpokersite.ru/bonus/bezdepozitnyi-bonus-ot-yourpokercash";
		if (bonusid == 'prs')  location.href= 'http://bigpokersite.ru/bonus/bezdepozitnyi-bonus-ot-pokerroomschool';
		if (bonusid == 'lp')  location.href=  'http://bigpokersite.ru/bonus/luchshie-usloviya-dlya-depozita-ot-leon-poker';
		if (bonusid == 'ps') location.href= 'http://bigpokersite.ru/bonus/poluchit-dengi-dlya-pokera';
	}	
