function pwin(html,width,height) {
  var start = document.cookie.indexOf('pwin=');
  if (start == -1) {
    document.cookie = 'pwin=n;path=/';
    window.open(html+'.html','promotions','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0; width='+width+',height='+height+'; top=0, left=0;','replace=true');
    }
  }
function ewin() {
//  var start = document.cookie.indexOf('ewin=');
//  if (start == -1) {
//    document.cookie = 'ewin=n;path=/';
    if (confirm('Play REAL online multi-poker on our favorite poker room and get $100 now?')) window.open('http://www.poker777.com/poker-download/SetupPoker.exe');
//    }
  }
function openwindow (urlwindow) { window.open(urlwindow,'window','width=789,height=589,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=no,resizable=yes'); }