function popupFlash(url,width,height,name,fcid,gameId,domain,gametitle)
{
var win_popup = null;
var dim = 'width='+width+',height='+height;
win_popup = window.open('http://e-informator.pl//kaciki//gryonline//popup_flash.php?flashUrl='+url+'&width='+width+'&gametitle='+gametitle+'&height='+height+'&fcid='+fcid+'&gameID='+gameId+'&domain='+domain,name,dim);
}

function popUp(page, width, height,name) {
	leftPos = screen.width-800;
	windowprops = "height="+height+",width="+width+",left="+leftPos+",location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no,top=30";
	newWindow = window.open(page, name, windowprops);
}
