function dload(anchor){
	anchor.href = "http://download.pokercity.com/php/download_client_external.php";
	var destination = "/download/index.html";
	
	setTimeout("window.location='"+destination+"'",1000);
	return true;
	}