

function hidden()
{
	document.getElementById("bthidden").style.display="none";

}



function GetGoldPrice()
{
	var location=document.getElementById("LabLocation").innerHTML;
	var location2="";
	if (location=="US")
	{
	 location2="USD";
	}
	if (location=="EURO")
	{
	 location2="EUR";
	}
	var serverName = document.getElementById("ucGameServer_ddlGameServer").value;
	var faction=document.getElementById("ucGameFaction_ddlFaction").value;
	var gameclass=document.getElementById("ucGameClass_ddlClass").value;
	var gamerace=document.getElementById("ucGameRace_ddlGameRace").value;
	var quantity=document.getElementById("txtgold").value;
	var honordrge=document.getElementById("txthonor").value;
	var price=0;
	var time=0;
	var powerlevel=document.getElementById("ddlLevel").value;
	var gamecark=document.getElementById("ddlBurning").value;

	var gameProfession1=document.getElementById("ucPageProfession1_ddProfession1").value;
	var gamePageSkill1=document.getElementById("ucPageSkill_ddSkill").value;
	var gameProfession2=document.getElementById("ucPageProfession2_ddProfession1").value;
	var gamePageSkill2=document.getElementById("ucPageSkil2_ddSkill").value;
	var gameProfession3=document.getElementById("ucPageProfession3_ddProfession2").value;
	var gamePageSkill3=document.getElementById("ucPageSkil3_ddSkill").value;
	var gameProfession4=document.getElementById("ucPageProfession4_ddProfession2").value;
	var gamePageSkill4=document.getElementById("ucPageSkil4_ddSkill").value;
	var gameProfession5=document.getElementById("ucPageProfession5_ddProfession2").value;
	var gamePageSkill5=document.getElementById("ucPageSkil5_ddSkill").value;
	
	var gameReputation=document.getElementById("ucPageReputation_ddReputation").value;
	if(gameReputation=="WoW ArgentDawn Reputation Powerleveling")
	{
	gameReputation="ArgentDawn";
	}
	if(gameReputation=="WoW Cenarion Circle Reputation Powerleveling")
	{
	gameReputation="Cenarion Circle";
	}
	if(gameReputation=="WoW Darkmoon Faire Reputation Powerleveling")
	{
	gameReputation="Darkmoon Faire";
	}
	if(gameReputation=="WoW Timbermaw Hold Reputation Powerleveling")
	{
	gameReputation="Timbermaw Hold";
	}
	if(gameReputation=="WoW Thorium Brotherhood Reputation Powerleveling")
	{
	gameReputation="Thorium Brotherhood";
	}
	if(gameReputation=="WoW Major City Reputation Powerleveling")
	{
	gameReputation="Major City";
	}
	if(gameReputation=="WoW Battlefield Reputation Powerleveling")
	{
	gameReputation="Battlefield";
	}
	if(gameReputation=="WoW Ogri'la Reputation Powerleveling")
	{
	gameReputation="wow ogri la";
	}
	if(gameReputation=="WoW Sha'tari Skyguard Reputation Powerleveling")
	{
	gameReputation="wow shatari skyguard";
	}
	if(gameReputation=="WoW Netherwing Reputation Powerleveling")
	{
	gameReputation="wow netherwing";
	}
	if(gameReputation=="WoW Mag'har Reputation Powerleveling")
	{
	gameReputation="wow mag har";
	}
	if(gameReputation=="WoW Shattered Sun Offensive Reputation Powerleveling")
	{
	gameReputation="wow shattered sun offensive";
	}
	if(gameReputation=="WoW Kurenai Reputation Powerleveling")
	{
	gameReputation="Kurenai";
	}
	if(gameReputation=="WoW Sporeggar Reputation Powerleveling")
	{
	gameReputation="Sporeggar";
	}
	if(gameReputation=="WoW Aldor Reputation Powerleveling")
	{
	gameReputation="The Aldor";
	}
	if(gameReputation=="WoW Consortium Reputation Powerleveling")
	{
	gameReputation="The Consortium";
	}
	if(gameReputation=="WoW Scryers Reputation Powerleveling")
	{
	gameReputation="The Scryers";
	}
	
	var gameReputationValue=document.getElementById("ucPageReputationTypeValue_ddlReputationGrade").value;
	
	var gameMount=document.getElementById("ucWoWAccountMount_ddGameMount").value;
	var gameMountGoldQuantity=0;
	
	
	var gameEQ1=document.getElementById("cbPVP");
	var gameEQ2=document.getElementById("cbArmors");
	var gameEQ3=document.getElementById("cbArena");
	
	if(serverName=="0" || serverName=="")
	{
		return;
	}
	if(gameclass=="0" || gameclass=="")
	{
		return;
	}
	if(gamerace=="0" || gamerace=="")
	{
		return;
	}
	
	price=price+parseFloat(FeiYang.SaleWeb.wow_account.wow_accounts_service.preorder_world_of_warcraft_account_europe.getcdkprice("key2").value);
	
	

	if(quantity!="0")
	{
	var resultGold = FeiYang.SaleWeb.wow_account.wow_accounts_service.preorder_world_of_warcraft_account_europe.ResultPrice(location,serverName,faction,quantity).value;
	var resultGoldPrice = resultGold.split('|');
	price=(price+parseFloat(resultGoldPrice[1])).toFixed(2);
	document.getElementById("hiddenGoldPrice").value=resultGoldPrice[1];
	}
	
	if(powerlevel!="0")
	{
	var resultPowerLevel= FeiYang.SaleWeb.wow_account.wow_accounts_service.preorder_world_of_warcraft_account_europe.resultPrice2(1,parseInt(powerlevel),location2).value.split('|');
	price=parseFloat(price)+parseFloat(resultPowerLevel[0]);
	time+=parseFloat(resultPowerLevel[2])/24;
	}
	
	if(gamecark=="Yes")
	{
	price=(parseFloat(price)+parseFloat(FeiYang.SaleWeb.wow_account.wow_accounts_service.preorder_world_of_warcraft_account_europe.getcdkprice("key3").value)).toFixed(2);
	
	}
	
	if(honordrge!="0")
	{
	var resulHonor=FeiYang.SaleWeb.wow_account.wow_accounts_service.preorder_world_of_warcraft_account_europe.RanklevelPrice(0,honordrge,location,gameclass).value.split('|');
	price=parseFloat(price)+parseFloat(resulHonor[0]);
	time+=parseFloat(resulHonor[2]);
	}
	
	
	
	if(gameProfession1!="0")
	{
	var skill1 = gamePageSkill1.split('-');
	var strskilllevel1 = skill1[0]+"-";
	var strskill1 = skill1[1];
	skill21 = strskill1.split('(');
	strskilllevel1 = strskilllevel1+skill21[0];	
	
	//if(gamePageSkill1.indexOf('+')!="-1")
	//{
		//var tmpgold=gamePageSkill1.split('+');
		//var tmpgold2=tmpgold[0].split(' ');
		//var Perfessgold1=tmpgold2[1];
	//}
	var resulProfession1=FeiYang.SaleWeb.wow_account.wow_accounts_service.preorder_world_of_warcraft_account_europe.ResultPrice3(gameProfession1,strskilllevel1,location2).value.split('|');
	price=parseFloat(price)+parseFloat(resulProfession1[0]);
	time+=parseFloat(resulProfession1[3]);
	}
	
	if(gameProfession2!="0")
	{
	var skill2 = gamePageSkill2.split('-');
	var strskilllevel2 = skill2[0]+"-";
	var strskill2 = skill2[1];
	skill22 = strskill2.split('(');
	strskilllevel2 = strskilllevel2+skill22[0];	
	var resulProfession2=FeiYang.SaleWeb.wow_account.wow_accounts_service.preorder_world_of_warcraft_account_europe.ResultPrice3(gameProfession2,strskilllevel2,location2).value.split('|');
	price=parseFloat(price)+parseFloat(resulProfession2[0]);
	time+=parseFloat(resulProfession2[3]);
	}
	
	if(gameProfession3!="0")
	{
	var skill3 = gamePageSkill3.split('-');
	var strskilllevel3 = skill3[0]+"-";
	var strskill3 = skill3[1];
	skill23 = strskill3.split('(');
	strskilllevel3 = strskilllevel3+skill23[0];	
	var resulProfession3=FeiYang.SaleWeb.wow_account.wow_accounts_service.preorder_world_of_warcraft_account_europe.ResultPrice3(gameProfession3,strskilllevel3,location2).value.split('|');
	price=parseFloat(price)+parseFloat(resulProfession3[0]);
	time+=parseFloat(resulProfession3[3]);
	}
	
	
	
	if(gameProfession4!="0")
	{
	var skill4 = gamePageSkill4.split('-');
	var strskilllevel4 = skill4[0]+"-";
	var strskill4 = skill4[1];
	skill24 = strskill4.split('(');
	strskilllevel4 = strskilllevel4+skill24[0];	
	var resulProfession4=FeiYang.SaleWeb.wow_account.wow_accounts_service.preorder_world_of_warcraft_account_europe.ResultPrice3(gameProfession4,strskilllevel4,location2).value.split('|');
	price=parseFloat(price)+parseFloat(resulProfession4[0]);
	time+=parseFloat(resulProfession4[3]);
	}
	
	
	if(gameProfession5!="0")
	{
	var skill5 = gamePageSkill5.split('-');
	var strskilllevel5 = skill5[0]+"-";
	var strskill5 = skill5[1];
	skill25 = strskill5.split('(');
	strskilllevel5 = strskilllevel5+skill25[0];	
	var resulProfession5=FeiYang.SaleWeb.wow_account.wow_accounts_service.preorder_world_of_warcraft_account_europe.ResultPrice3(gameProfession5,strskilllevel5,location2).value.split('|');
	price=parseFloat(price)+parseFloat(resulProfession5[0]);
	time+=parseFloat(resulProfession5[3]);
	}
	
	
	if(gameReputation!="0")
	{
	var resultReputaion=FeiYang.SaleWeb.wow_account.wow_accounts_service.preorder_world_of_warcraft_account_europe.ResultPrice4(gameReputation,"Neutral",gameReputationValue,"0",location).value.split('|');
	price=parseFloat(price)+parseFloat(resultReputaion[1]);
	time+=parseFloat(resultReputaion[2])/24;
	}
	
	
	if(gameMount!="0")
	{
		var mount1=["Black Hawkstrider","Blue Hawkstrider","Red Hawkstrider","Purple Hawkstrider","Horn of the Timber Wolf","Horn of the Dire Wolf","Horn of the Brown Wolf","Whistle of the Emerald Raptor","Whistle of the Turquoise Raptor","Whistle of the Violet Raptor","Brown Skeletal Horse","Blue Skeletal Horse","Red Skeletal Horse","Gray Kodo","Brown Kodo","Pinto Bridle","Chestnut Mare Bridle","Brown Horse Bridle","Gray Ram","White Ram","Brown Ram","Reins of the Striped Frostsaber","Reins of the Spotted Frostsaber","Reins of the Striped Nightsaber","Red Mechanostrider","Blue Mechanostrider","Green Mechanostrider","Unpainted Mechanostrider","Brown Elekk","Gray Elekk","Purple Elekk"];
		
		for (var i=0;i<mount1.length;i++)
		{
			if(mount1[i]==gameMount)
			{
				gameMountGoldQuantity+=45;
			}
			else
			{
				gameMountGoldQuantity+=0;
			}
		}
		if(gameMount=="280% fly mounts")
		{
			gameMountGoldQuantity=5200;
		}
		if(gameMount=="60% fly mounts")
		{
			gameMountGoldQuantity=1000;
		}
		if(gameMountGoldQuantity==0)
		{
			gameMountGoldQuantity=650;
		}
		
	}
	else
	{
		gameMountGoldQuantity=0;
	}
	
	
	if(gameMountGoldQuantity!=0)
	{
		var resultMountGold = FeiYang.SaleWeb.wow_account.wow_accounts_service.preorder_world_of_warcraft_account_europe.ResultPrice(location,serverName,faction,gameMountGoldQuantity).value;
		var resultMountGoldPrice = resultMountGold.split('|');
		price=parseFloat(price)+parseFloat(resultMountGoldPrice[0]);
		document.getElementById("hiddenMountGoldPrice").value=resultMountGoldPrice[0];
		
		
		document.getElementById("MountGoldQu").value=gameMountGoldQuantity;
	}
	
	if(powerlevel=="90")
	{
	if(gameEQ1.checked == true || gameEQ2.checked == true || gameEQ3.checked == true)
	{
		var eqinfo="";
		var eqPrice=0;
		var eqTime=0;
		var euPrice=["23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","23.8","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","17.85","23.8","23.8","23.8","23.8","23.8","35.7","35.7","35.7","35.7","35.7","35.7","35.7","35.7","35.7"];
		var ggtime=["2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","2","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","1.5","2","2","2","2","2","3","3","3","3","3","3","3","3","3"];
		var usPrice=["35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","35.8","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","26.85","35.8","35.8","35.8","35.8","35.8","53.7","53.7","53.7","53.7","53.7","53.7","53.7","53.7","53.7"];
		var strFCid;
		var testtempcb;	
		
		var tmptd1=document.getElementById("hindtd1").value;
		var tmptd2=document.getElementById("hindtd2").value;
		var tmptd3=document.getElementById("hindtd3").value;
		var tmptd4=document.getElementById("hindtd4").value;
		var tmptd5=document.getElementById("hindtd5").value;
		var tmptd6=document.getElementById("hindtd6").value;
		var tmptd7=document.getElementById("hindtd7").value;
		var tmptd8=document.getElementById("hindtd8").value;
		var tmptd9=document.getElementById("hindtd9").value;
		var tmptd10=document.getElementById("hindtd10").value;
		var tmptd11=document.getElementById("hindtd11").value;
		var tmptd12=document.getElementById("hindtd12").value;
		var tmptd13=document.getElementById("hindtd13").value;
		var tmptd14=document.getElementById("hindtd14").value;
		
		if(gameEQ1.checked == true)
		{
		if(tmptd1=="1")
		{
		for(var intEQ11=1;intEQ11<=15;intEQ11++)
		{
			strFCid="Checkbox"+intEQ11;
			testtempcb=document.getElementById(strFCid);
			if(testtempcb.checked==true)
				{
					if(location=="US")
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(usPrice[intEQ11-1]);
					}
					else
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(euPrice[intEQ11-1]);
					}
					eqTime=parseFloat(eqTime)+parseFloat(ggtime[intEQ11-1]);
					eqinfo=eqinfo+intEQ11+"|";
				}
				
		}	
		}		
		if(tmptd2=="1")
		{
		for(var intEQ12=16;intEQ12<=30;intEQ12++)
		{
			strFCid="Checkbox"+intEQ12;
			testtempcb=document.getElementById(strFCid);
			if(testtempcb.checked==true)
				{
					if(location=="US")
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(usPrice[intEQ12-1]);
					}
					else
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(euPrice[intEQ12-1]);
					}
					eqTime=parseFloat(eqTime)+parseFloat(ggtime[intEQ12-1]);
					eqinfo=eqinfo+intEQ12+"|";
				}
				
		}	
		}	
		if(tmptd3=="1")
		{
		for(var intEQ13=31;intEQ13<=45;intEQ13++)
		{
			strFCid="Checkbox"+intEQ13;
			testtempcb=document.getElementById(strFCid);
			if(testtempcb.checked==true)
				{
					if(location=="US")
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(usPrice[intEQ13-1]);
					}
					else
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(euPrice[intEQ13-1]);
					}
					eqTime=parseFloat(eqTime)+parseFloat(ggtime[intEQ13-1]);
					eqinfo=eqinfo+intEQ13+"|";
				}
				
		}	
		}		
		if(tmptd4=="1")
		{
		for(var intEQ14=46;intEQ14<=51;intEQ14++)
		{
			strFCid="Checkbox"+intEQ14;
			testtempcb=document.getElementById(strFCid);
			if(testtempcb.checked==true)
				{
					if(location=="US")
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(usPrice[intEQ14-1]);
					}
					else
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(euPrice[intEQ14-1]);
					}
					eqTime=parseFloat(eqTime)+parseFloat(ggtime[intEQ14-1]);
					eqinfo=eqinfo+intEQ14+"|";
				}
				
		}	
		}		
		if(tmptd5=="1")
		{
		for(var intEQ15=52;intEQ15<=59;intEQ15++)
		{
			strFCid="Checkbox"+intEQ15;
			testtempcb=document.getElementById(strFCid);
			if(testtempcb.checked==true)
				{
					if(location=="US")
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(usPrice[intEQ15-1]);
					}
					else
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(euPrice[intEQ15-1]);
					}
					eqTime=parseFloat(eqTime)+parseFloat(ggtime[intEQ15-1]);
					eqinfo=eqinfo+intEQ15+"|";
				}
				
		}	
		}			
		}
		
		if(gameEQ2.checked == true)
		{
		if(tmptd6=="1")
		{
		for(var intEQ21=60;intEQ21<=74;intEQ21++)
		{
			strFCid="Checkbox"+intEQ21;
			testtempcb=document.getElementById(strFCid);
			if(testtempcb.checked==true)
				{
					if(location=="US")
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(usPrice[intEQ21-1]);
					}
					else
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(euPrice[intEQ21-1]);
					}
					eqTime=parseFloat(eqTime)+parseFloat(ggtime[intEQ21-1]);
					eqinfo=eqinfo+intEQ21+"|";
				}
				
		}	
		}	
		if(tmptd7=="1")
		{
		for(var intEQ22=75;intEQ22<=89;intEQ22++)
		{
			strFCid="Checkbox"+intEQ22;
			testtempcb=document.getElementById(strFCid);
			if(testtempcb.checked==true)
				{
					if(location=="US")
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(usPrice[intEQ22-1]);
					}
					else
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(euPrice[intEQ22-1]);
					}
					eqTime=parseFloat(eqTime)+parseFloat(ggtime[intEQ22-1]);
					eqinfo=eqinfo+intEQ22+"|";
				}
				
		}	
		}	
		if(tmptd8=="1")
		{
		for(var intEQ23=90;intEQ23<=92;intEQ23++)
		{
			strFCid="Checkbox"+intEQ23;
			testtempcb=document.getElementById(strFCid);
			if(testtempcb.checked==true)
				{
					if(location=="US")
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(usPrice[intEQ23-1]);
					}
					else
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(euPrice[intEQ23-1]);
					}
					eqTime=parseFloat(eqTime)+parseFloat(ggtime[intEQ23-1]);
					eqinfo=eqinfo+intEQ23+"|";
				}
				
		}	
		}	
		if(tmptd9=="1")
		{
		for(var intEQ24=93;intEQ24<=98;intEQ24++)
		{
			strFCid="Checkbox"+intEQ24;
			testtempcb=document.getElementById(strFCid);
			if(testtempcb.checked==true)
				{
					if(location=="US")
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(usPrice[intEQ24-1]);
					}
					else
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(euPrice[intEQ24-1]);
					}
					eqTime=parseFloat(eqTime)+parseFloat(ggtime[intEQ24-1]);
					eqinfo=eqinfo+intEQ24+"|";
				}
				
		}	
		}	
		}
		
		
		if(gameEQ3.checked == true)
		{
		if(tmptd10=="1")
		{
		for(var intEQ31=99;intEQ31<=110;intEQ31++)
		{
			strFCid="Checkbox"+intEQ31;
			testtempcb=document.getElementById(strFCid);
			if(testtempcb.checked==true)
				{
					if(location=="US")
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(usPrice[intEQ31-1]);
					}
					else
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(euPrice[intEQ31-1]);
					}
					eqTime=parseFloat(eqTime)+parseFloat(ggtime[intEQ31-1]);
					eqinfo=eqinfo+intEQ31+"|";
				}
				
		}	
		}	
		if(tmptd11=="1")
		{
		for(var intEQ32=111;intEQ32<=118;intEQ32++)
		{
			strFCid="Checkbox"+intEQ32;
			testtempcb=document.getElementById(strFCid);
			if(testtempcb.checked==true)
				{
					if(location=="US")
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(usPrice[intEQ32-1]);
					}
					else
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(euPrice[intEQ32-1]);
					}
					eqTime=parseFloat(eqTime)+parseFloat(ggtime[intEQ32-1]);
					eqinfo=eqinfo+intEQ32+"|";
				}
				
		}	
		}	
		if(tmptd12=="1")
		{
		for(var intEQ33=119;intEQ33<=123;intEQ33++)
		{
			strFCid="Checkbox"+intEQ33;
			testtempcb=document.getElementById(strFCid);
			if(testtempcb.checked==true)
				{
					if(location=="US")
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(usPrice[intEQ33-1]);
					}
					else
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(euPrice[intEQ33-1]);
					}
					eqTime=parseFloat(eqTime)+parseFloat(ggtime[intEQ33-1]);
					eqinfo=eqinfo+intEQ33+"|";
				}
				
		}	
		}	
		if(tmptd13=="1")
		{
		for(var intEQ34=124;intEQ34<=126;intEQ34++)
		{
			strFCid="Checkbox"+intEQ34;
			testtempcb=document.getElementById(strFCid);
			if(testtempcb.checked==true)
				{
					if(location=="US")
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(usPrice[intEQ34-1]);
					}
					else
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(euPrice[intEQ34-1]);
					}
					eqTime=parseFloat(eqTime)+parseFloat(ggtime[intEQ34-1]);
					eqinfo=eqinfo+intEQ34+"|";
				}
				
		}	
		}	
		if(tmptd14=="1")
		{
		for(var intEQ35=127;intEQ35<=132;intEQ35++)
		{
			strFCid="Checkbox"+intEQ35;
			testtempcb=document.getElementById(strFCid);
			if(testtempcb.checked==true)
				{
					if(location=="US")
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(usPrice[intEQ35-1]);
					}
					else
					{
						eqPrice=parseFloat(eqPrice)+parseFloat(euPrice[intEQ35-1]);
					}
					eqTime=parseFloat(eqTime)+parseFloat(ggtime[intEQ35-1]);
					eqinfo=eqinfo+intEQ35+"|";
				}
				
		}	
		}	
		}
		
		price=parseFloat(price)+parseFloat(eqPrice);
		time+=parseFloat(eqTime);
		document.getElementById("hiddenEQinfo").value=eqinfo;
		
	
	}
	}
	
	var discount=FeiYang.SaleWeb.wow_account.wow_accounts_service.preorder_world_of_warcraft_account_europe.GetDiscount().value;
	var TxtPrice=document.getElementById("LabPrice");
	var TxtTime=document.getElementById("TxtTimes");
	var TxtMember=document.getElementById("LabMember");
	var TxtMemberPrice=document.getElementById("txtMemberPrice");
	var TxtCurrency=document.getElementById("txtCurrency");
	
	
	
	TxtPrice.innerHTML=(parseFloat(price)).toFixed(2);
	TxtTime.value=parseFloat(time).toFixed(1);
	TxtMember.innerHTML=((1-parseFloat(discount))*100).toFixed(2);
	TxtMemberPrice.value=(parseFloat(price)*parseFloat(discount)).toFixed(2);
	TxtCurrency.value=location2;
	
	
//document.getElementById("bthidden").click(); 
return false;
	
	
	
	
	
	
	
	
	
}