function MM_openBrWindow(theURL,winName,features) 
{ //v2.0
  window.open(theURL,winName,features);
}

function downloadLink(){
	window.location = 'http://download.pokerhost.com/FullPokerHostSetup.1.0.120.exe';
	//window.location = 'www.pokerhost.com/client/PokerHost.exe.en.exe';
	//alert ('We are currently under maintenance. We will be back soon');
}

function openFlashPoker() {
 var poker_link = 'https://mppv2flash3.valueactive.com/pokerhost/lobby/index.aspx';
 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');
}

function registerLink() {
window.location = 'http://www.pokerhost.com/register';
}
