function openFlashPoker() {
 var poker_link = 'https://mppv2flash3.valueactive.com/riverbelle/lobby/index.aspx';
 openFlashPokerPopup('poker_lobby', poker_link,790,571)
}

function openFlashPoker(eventArg, track) {
 var eventID = track + "&EventId=" + eventArg;
 var poker_link = 'https://mppv2flash3.valueactive.com/riverbelle/lobby/index.aspx?VT=' + eventID;
 openFlashPokerPopup('poker_lobby', poker_link,790,571)
}
 
function openFlashPokerPopup(name, url, width, height) {
 var new_win = window.open(url, name,'width=' + width + ',height=' + height + ',directories=no,toolbar=no,resizable=no,location=no,menubar=no,status=no,scrollbars=no');
}
