var uA = ''; // user agent
window.onresize = function (evt) {moveBanner();};
function moveBanner() {//start floating 
	if(document.all) {	
		extra = 0;
		document.getElementById('partypoker-skachat').style.left = (document.body.offsetWidth - 764)/2 + 40 + 'px';
		document.getElementById('partypoker-skachat').style.visibility = 'visible';
		uA = 'ie';
		}
	else {
		sW = (window.innerWidth - 764)/2 + 35; // semi-width of window
		(sW >= 1) ? document.getElementById('partypoker-skachat').style.left = sW + 'px': document.getElementById('partypoker-skachat').style.left ='0px';
		document.getElementById('partypoker-skachat').style.visibility = 'visible';
		uA = 'ff';
		}
	if (uA == 'ie') {
		window.onscroll = float_bonus;
		}
	else {
		setInterval('float_bonus()', 50); 
		}
	}
function float_bonus() {//float
	if (uA == 'ie'){
		document.getElementById('partypoker-skachat').style.top = 300 + document.documentElement.scrollTop + 'px';
		}
	else if (uA == 'ff'){
		document.getElementById('partypoker-skachat').style.top = 300 + window.pageYOffset + 'px';
		}
	}
	
function showPop(u,w,h){ mywin = window.open(u,"pop",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+w+',height='+h+''); }


