//v1.0
//Copyright 2006 Adobe Systems, Inc. All rights reserved.

/*
function download(MyVar){
	var wind;
	wind = window.open("/DownloadNow/", "displayWindow","width=100,height=100,status=no,toolbar=no,menubar=no,top=0,left=0");
	wind.focus();
	//document.location.href='/download/';
	if (MyVar == 1)
	{
		window.setTimeout("document.location.href='/Download/'", 1000);
	}
}
*/
function GenerateContent(whichArr,x,Loc,InOrOut)
{
	if (InOrOut == 0)
	{
		document.getElementById(Loc).innerHTML = "Choose a payment type...";
	}
	else
	{
		var Content0 = new Array();
		Content0[0]='<a href="https://www.moneybookers.com/app/register.pl" target="_blank"><strong>MoneyBookers</strong></a> is a worldwide e-wallet that offers a quick and easy way to make instant<BR>deposits to your casino account. You can fundyour MoneyBookers account using your<BR>credit catd/ debit card. Internet banking deposits and local payments are also available<BR>in many countries.<BR><BR><BR> Advantages – Well known, high security, very fast and easy, fund your MoneyBookers in<BR>verity of ways including local payments.<br><br>';
		Content0[1]="<a href='http://www.click2pay.com/' target='_blank'><strong>Click2pay</strong></a> is a secure worldwide eWallet similar to PayPal which allows you to fund your<br>click2pay account via Visa, Mastercard, Online Banking, Bank Deposits and ACH. After<br>registration you don’t have to supply your personal details when making a deposit into the<br>casino.<BR><BR>Advantages – A reliable eWallet company, highly secure, east, fast, your account is instantly funded by credit<BR>card or your bank account (no need to fund in advance).";
		Content0[2]="<a href='https://www.ecocard.com/Registration.aspx' target='_blank'><strong>Eco Card</strong></a> is another safe and easy E-wallet. Eco Card is prepaid debit card which does<BR>not require credit card details. It is simple to register and use<BR>and lets you to use international payment methods such as, credit cards plus local in-country methods,<BR>such as, bank transfers in over 25 countries. Eco Card also lets you transfer funds from<BR>and to other Eco Card account holders globally - instantly and securely.<BR><BR>Open Eco Card account here<BR><BR>Advantages – secure (no need to reveal your identity), very easy and quick to become an Eco Card member,<BR>no fees, does not require a credit card, you can fund your Eco Card using various local in-country methods.<BR><BR>For EcoCard Step-by-Step guide, <a target='_blank' href='../StepByStep/?ID=167'>click here</a></a>";
		Content0[3]="<a href='https://www.ewalletxpress.com/navaho/app' target='_blank'><strong>ewallet Xpress</strong></a> or electronic wallet can be funded by a variety of ways such as ACH <BR>(Automatic Clearing House), electronic checking, express funds, 900Pay, bank wire, or<BR>money order. It is very easy and fast to register ewallet Xpress account and credit cards<BR>are not involved.<BR><BR>Advantages – No credit cards involved, very fast to register, secure, it lets you deposit, withdraw and transfer funds to online merchants.<BR><BR>For ewalletXpress Step-by-Step guide <a href='../StepByStep/?ID=166'>click here</a>";
		Content0[4]="<a href='#' target='_blank'><strong>Fast Wire</strong></a> are the digital counterpoints of the pieces of paper found in a checkbook. All<BR>Fast Wire payments are based on the ACH (Automatic Clearing House) technology used<BR>by banks to transfer funds every day. This payment method is highly secured and very<BR>easy to use. Funds are transferred directly from your bank checking account into your Hera<BR>Casino account when you utilize e-checks or instant check deposits. To use Electronic<BR>check simply choose Fast Wire on the cashier and follow the instructions.<BR><BR>Advantages – Funds are transferred directly from your bank account, there are no fees or registration process,<BR>very simple and secure method (ACH technology).";
		Content0[5]="<a href='http://www.westernunion.com/info/selectCountry.asp' target='_blank'><strong>Western Union</strong></a> is top money transfer service. There are over then 250,000 agents in more<BR>than 200 countries. You can transfer cash via Western Union by visiting the closest agent<BR>to your home, you can transfer funds over the telephone or you can visit their site and<BR>supply your credit card details. Once you have transferred funds you will have to fill in the<BR>form or contact us with the following information:<BR><BR>WU tracking number.<BR>Exact amount of the WU transfer.<BR>Date or time of the transaction.<BR><BR>For more details about Western Union or the casino banking details please contact our support";
		Content0[6]="<a href='https://www.neteller.com/home/index.jsf' target='_blank'><strong>NETELLER</strong></a> is a fast and easy E-wallet for instant online transactions. You can fund your<BR>NETELLER account using a variety of ways according to the country of residence and<BR>include credit card, online check, instacash, bank wire, internet banking and ATM card.<BR>Before depositing with NETELLER you will have to open an account<BR><BR>Advantages – The world’s largest and most successful independent money transfer<BR>company, ensure customer identification and preventing fraud, instant transactions,<BR>variety of ways to fund your NETELLER account according to the country of residence.<BR><BR>For Neteller Step-by-Step guide <a href='../StepByStep/?ID=168'>click here</a>";
		Content0[7]="<a href='http://www.quicktender.com/' target='_blank'><strong>UseMyWallet</strong></a> puts extra focus on security. With UseMyWallet you can make<BR>instant transfers to your Hera Casino account.  UseMyWallet allow you to use variety of<BR>ways to fund your account in any currency you want such as Credit Card, International<BR>Bank Transfer and Western Union or Moneygram.<BR>To open UseMyWallet account you need an invitation. When you are ready to sign up with<BR>UseMyWallet contact Hera Casino support and we will send you an invitation so you can<BR>complete the UseMyWallet registration process.<BR><BR>Advantages – Use variety of ways to fund your UseMyWallet account, safe, easy and secure.<BR><BR>For UsemyWallet Step-by-Step guide <a href='../StepByStep/?ID=163'>click here</a>";
		Content0[8]="Empty";
		if (whichArr == 0)
			document.getElementById(Loc).innerHTML = Content0[x];
//************************************************************************************************************************************************
		var Content1 = new Array();
		Content1[0]='';
		Content1[1]="fsad";
		Content1[2]="sfsa";
		Content1[3]="sgsdaf";
		Content1[4]="asdfs";
		Content1[5]="afs";
		Content1[6]="ads";
		Content1[7]="fsda";
		Content1[8]="Empty";
		if (whichArr == 1)
			document.getElementById(Loc).innerHTML = document.getElementById("Hid"+x).value //Content1[x];
			
	}
}

function download(){
	var wind;
	wind = window.open("../downloadnow", "displayWindow","width=100,height=100,status=no,toolbar=no,menubar=no,top=0,left=0");
	wind.focus();
	}
	
function AC_AddExtension(src, ext)
{
  if (src.indexOf('?') != -1)
    return src.replace(/\?/, ext+'?');
  else
    return src + ext;
}

function AC_Generateobj(objAttrs, params, embedAttrs)
{
  var str = '<object ';
  for (var i in objAttrs)
    str += i + '="' + objAttrs[i] + '" ';
  str += '>';
  for (var i in params)
    str += '<param name="' + i + '" value="' + params[i] + '" /> ';
  str += '<embed ';
  for (var i in embedAttrs)
    str += i + '="' + embedAttrs[i] + '" ';
  str += ' ></embed></object>';

  document.write(str);
}

function AC_FL_RunContent(){
  var ret =
    AC_GetArgs
    (  arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
     , "application/x-shockwave-flash"
    );
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}

function AC_SW_RunContent(){
  var ret =
    AC_GetArgs
    (  arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
     , null
    );
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}

function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
  var ret = new Object();
  ret.embedAttrs = new Object();
  ret.params = new Object();
  ret.objAttrs = new Object();
  for (var i=0; i < args.length; i=i+2){
    var currArg = args[i].toLowerCase();   

    switch (currArg){   
      case "classid":
        break;
      case "pluginspage":
        ret.embedAttrs[args[i]] = args[i+1];
        break;
      case "src":
      case "movie":   
        args[i+1] = AC_AddExtension(args[i+1], ext);
        ret.embedAttrs["src"] = args[i+1];
        ret.params[srcParamName] = args[i+1];
        break;
      case "onafterupdate":
      case "onbeforeupdate":
      case "onblur":
      case "oncellchange":
      case "onclick":
      case "ondblClick":
      case "ondrag":
      case "ondragend":
      case "ondragenter":
      case "ondragleave":
      case "ondragover":
      case "ondrop":
      case "onfinish":
      case "onfocus":
      case "onhelp":
      case "onmousedown":
      case "onmouseup":
      case "onmouseover":
      case "onmousemove":
      case "onmouseout":
      case "onkeypress":
      case "onkeydown":
      case "onkeyup":
      case "onload":
      case "onlosecapture":
      case "onpropertychange":
      case "onreadystatechange":
      case "onrowsdelete":
      case "onrowenter":
      case "onrowexit":
      case "onrowsinserted":
      case "onstart":
      case "onscroll":
      case "onbeforeeditfocus":
      case "onactivate":
      case "onbeforedeactivate":
      case "ondeactivate":
      case "type":
      case "codebase":
        ret.objAttrs[args[i]] = args[i+1];
        break;
      case "width":
      case "height":
      case "align":
      case "vspace":
      case "hspace":
      case "class":
      case "title":
      case "accesskey":
      case "name":
      case "id":
      case "tabindex":
        ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
        break;
      default:
        ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
    }
  }
  ret.objAttrs["classid"] = classid;
  if (mimeType) ret.embedAttrs["type"] = mimeType;
  return ret;
}