var etelka= { src: '/etc/designs/sites/partypokerit/images/etelka_'+siteConfig.lang+'.swf' };
var etelkalight = { src: '/etc/designs/sites/partypokerit/images/etelka_light_'+siteConfig.lang+'.swf' };
sIFR.activate(etelka);
sIFR.activate(etelkalight);
sIFR.replace(etelkalight, {
  selector: '#main #hp_usp h2',
  css: '.sIFR-root { color: #ffffff; font-size:16px; font-style:italic; font-weight:bold; line-height:16px; }',
  wmode: 'transparent',
  transparent: 'true'
});
sIFR.replace(etelkalight, {
  selector: '#main #hp_learn h3',
  css: '.sIFR-root { color: #ffffff; font-size:16px; font-style:italic; font-weight:bold; text-align:right;}',
  wmode: 'transparent',
  transparent: 'true'
});
sIFR.replace(etelka, {
  selector: '#main h1',
  css: '.sIFR-root { color: #333333; font-size:32px; }',
  wmode: 'transparent',
  transparent: 'true'
});

//to be moved to another js ASAP - AC/SM
$(function(){$(".deposit-icons a, #sub-navigation .last a").click(function(e){ e.preventDefault(); app.openPopup($(this).attr('href'),'yes',720,600,0,0); });});  

