// JavaScript Document

function name() {
var tool;
tool = "World Poker Arena";
document.write(tool);
}

function download() {
document.write("<a href='http://banner.worldpokerarena.com/cgi-bin/SetupPoker.exe'>");
document.write("<img src='/shared/images/download2.jpg' alt='Download Now' border='0'/>");
document.write("</a>");
}

function bdownload() {
document.write("<a href=\"http://banner.worldpokerarena.com/cgi-bin/SetupPoker.exe\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage(\'download\',\'\',\'/img/new_img/downlaodover.jpg\',1)\">");
document.write("<img src=\"/img/new_img/downlaod.jpg\" alt=\"download now\" name=\"download\" width=\"170\" height=\"170\" border=\"0\" align=\"left\" style=\" margin: 0px 20px 0px 0px\" />");
document.write("</a>");
}

function url() {
document.write("<a href='http://www.worldpokerarena.com' target=blank>");
document.write("http://www.worldpokerarena.com");
document.write("</a>");
}

function bonuscode() {
	document.write("WP600FTD");
}

function addBookmark()
{
	
	var bookmarkurl = "http://www.worldpokerarena.com"; // the url for the bookmark/favourite
	var bookmarktitle = "World Poker Arena";         // bookmark/favourite title
    
	if (document.all)
        window.external.AddFavorite(bookmarkurl, bookmarktitle);
}


function glossary(URL) {
day = new Date();
id = day.getTime();
//alert(URL);
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=200,left = 650,top = 350');");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


