// JavaScript Document

/*function selectGiftCard(imgId)
{
	var img1,img2,img3
	
	img1=document.getElementById('Image3');
	img2=document.getElementById('Image4');
	img3=document.getElementById('Image5');
	
	switch(imgId)
	{
		case "Image3":
						img1.src = "../images/giftcards/01.png";
						img2.src = "../images/giftcards/02_02.png";
						img3.src = "../images/giftcards/03_02.png";
						document.GiftCard.item_name.value="Giftcard1";
						document.GiftCard.item_number.value="GC1";
				break;
		case "Image4":
						img1.src = "../images/giftcards/01_02.png";
						img2.src = "../images/giftcards/02.png";
						img3.src = "../images/giftcards/03_02.png";
						document.GiftCard.item_name.value="Giftcard2";
						document.GiftCard.item_number.value="GC2";
						
				break;
		case "Image5":
						img1.src = "../images/giftcards/01_02.png";
						img2.src = "../images/giftcards/02_02.png";
						img3.src = "../images/giftcards/03.png";
						document.GiftCard.item_name.value="Giftcard3";
						document.GiftCard.item_number.value="GC3";
				break;
		
	}
}


function selectAmountCard(imgId)
{

	var img1,img2,img3, img4
	
	img1=document.getElementById('Image8');
	img2=document.getElementById('Image7');
	img3=document.getElementById('Image6');
	img4=document.getElementById('Image9');
	
	switch(imgId)
	{
		case "Image8":
						img1.src = "../images/giftcards/06.png";
						img2.src = "../images/giftcards/05_02.png";
						img3.src = "../images/giftcards/04_02.png";
						img4.src = "../images/giftcards/07_02.png";
						document.GiftCard.amount.value=10;
						
						
				break;
		case "Image7":
						img1.src = "../images/giftcards/06_02.png";
						img2.src = "../images/giftcards/05.png";
						img3.src = "../images/giftcards/04_02.png";
						img4.src = "../images/giftcards/07_02.png";
						document.GiftCard.amount.value=25;
				break;
		case "Image6":
						img1.src = "../images/giftcards/06_02.png";
						img2.src = "../images/giftcards/05_02.png";
						img3.src = "../images/giftcards/04.png";
						img4.src = "../images/giftcards/07_02.png";
						document.GiftCard.amount.value=50;
				break;
		case "Image9":
						img1.src = "../images/giftcards/06_02.png";
						img2.src = "../images/giftcards/05_02.png";
						img3.src = "../images/giftcards/04_02.png";
						img4.src = "../images/giftcards/07.png";
						document.GiftCard.amount.value=100;
				break;
	}
	
}*/

function validateForm(FormName)
{
	img1=document.getElementById('Image3');
	img2=document.getElementById('Image4');
	img3=document.getElementById('Image5');
	
	img11=document.getElementById('Image8');
	img21=document.getElementById('Image7');
	img31=document.getElementById('Image6');
	img41=document.getElementById('Image9');
	
	if(img1.src != "http://www.pizzainn.com/images/giftcards/01.png" && img2.src != "http://www.pizzainn.com/images/giftcards/02.png" && img3.src != "http://www.pizzainn.com/images/giftcards/03.png")
	{
		alert("Select your giftcard");	
		return false;
	}
	
	if(img11.src != "http://www.pizzainn.com/images/giftcards/06.png" && img21.src != "http://www.pizzainn.com/images/giftcards/05.png" && img31.src != "http://www.pizzainn.com/images/giftcards/04.png" && img41.src != "http://www.pizzainn.com/images/giftcards/07.png")
	{
		alert("Select your amount");	
		return false;
	}
	
	return true;
}

function selectGiftCard(imgId)
{
	var img1,img2,img3
	
	img1=document.getElementById('Image3');
	img2=document.getElementById('Image4');
	img3=document.getElementById('Image5');
	
	img11=document.getElementById('Image8');
	img21=document.getElementById('Image7');
	img31=document.getElementById('Image6');
	img41=document.getElementById('Image9');
	
	switch(imgId)
	{
		case "Image3":
						img1.src = "../images/giftcards/01.png";
						img2.src = "../images/giftcards/02_02.png";
						img3.src = "../images/giftcards/03_02.png";
						//document.GiftCard.item_name.value="Giftcard1";
						//document.GiftCard.item_number.value="GC1";
						if(img11.src == "http://www.pizzainn.com/images/giftcards/06.png")
						{
							document.GiftCardA.hosted_button_id.value=10253428;
							document.GiftCardB.hosted_button_id.value=10151328;
						}
						if(img21.src == "http://www.pizzainn.com/images/giftcards/05.png")
						{
							document.GiftCardA.hosted_button_id.value=10253438;
							document.GiftCardB.hosted_button_id.value=10151346;
						}
						if(img31.src == "http://www.pizzainn.com/images/giftcards/04.png")
						{
							document.GiftCardA.hosted_button_id.value=10253450;
							document.GiftCardB.hosted_button_id.value=10151363;
						}
						if(img41.src == "http://www.pizzainn.com/images/giftcards/07.png")
						{
							document.GiftCardA.hosted_button_id.value=10253459;
							document.GiftCardB.hosted_button_id.value=10151383;
						}
							
				break;
		case "Image4":
						img1.src = "../images/giftcards/01_02.png";
						img2.src = "../images/giftcards/02.png";
						img3.src = "../images/giftcards/03_02.png";
						//document.GiftCard.item_name.value="Giftcard2";
						//document.GiftCard.item_number.value="GC2";
						
						if(img11.src == "http://www.pizzainn.com/images/giftcards/06.png")
						{
							document.GiftCardA.hosted_button_id.value=10253475;
							document.GiftCardB.hosted_button_id.value=10151423;
						}
						if(img21.src == "http://www.pizzainn.com/images/giftcards/05.png")
						{
							document.GiftCardA.hosted_button_id.value=10253487;
							document.GiftCardB.hosted_button_id.value=10151441;
						}
						if(img31.src == "http://www.pizzainn.com/images/giftcards/04.png")
						{
							document.GiftCardA.hosted_button_id.value=10253499;
							document.GiftCardB.hosted_button_id.value=10151458;
						}
						if(img41.src == "http://www.pizzainn.com/images/giftcards/07.png")
						{
							document.GiftCardA.hosted_button_id.value=10253509;
							document.GiftCardB.hosted_button_id.value=10151476;
						}
				break;
		case "Image5":
						img1.src = "../images/giftcards/01_02.png";
						img2.src = "../images/giftcards/02_02.png";
						img3.src = "../images/giftcards/03.png";
						//document.GiftCard.item_name.value="Giftcard3";
						//document.GiftCard.item_number.value="GC3";
						
						if(img11.src == "http://www.pizzainn.com/images/giftcards/06.png")
						{
							document.GiftCardA.hosted_button_id.value=10253520;
							document.GiftCardB.hosted_button_id.value=10151492;
						}
						if(img21.src == "http://www.pizzainn.com/images/giftcards/05.png")
						{
							document.GiftCardA.hosted_button_id.value=10253526;
							document.GiftCardB.hosted_button_id.value=10151504;
						}
						if(img31.src == "http://www.pizzainn.com/images/giftcards/04.png")
						{
							document.GiftCardA.hosted_button_id.value=10253545;
							document.GiftCardB.hosted_button_id.value=10151513;
						}
						if(img41.src == "http://www.pizzainn.com/images/giftcards/07.png")
						{
							document.GiftCardA.hosted_button_id.value=10253827;
							document.GiftCardB.hosted_button_id.value=10151526;
						}							
				break;
		
	}
}


function selectAmountCard(imgId)
{

	var img1,img2,img3, img4
	
	img1=document.getElementById('Image8');
	img2=document.getElementById('Image7');
	img3=document.getElementById('Image6');
	img4=document.getElementById('Image9');
	
	img11=document.getElementById('Image3');
	img21=document.getElementById('Image4');
	img31=document.getElementById('Image5');
	
	switch(imgId)
	{
		case "Image8":
						img1.src = "../images/giftcards/06.png";
						img2.src = "../images/giftcards/05_02.png";
						img3.src = "../images/giftcards/04_02.png";
						img4.src = "../images/giftcards/07_02.png";
						//document.GiftCard.amount.value=10;
						http://www.pizzainn.com/images/giftcards/01.png
						//alert(img11.src);
						//alert(img21.src);
						//alert(img31.src);
						if(img11.src == "http://www.pizzainn.com/images/giftcards/01.png")
						{
							document.GiftCardA.hosted_button_id.value=10253428;
							document.GiftCardB.hosted_button_id.value=10151328;
						}
						if(img21.src == "http://www.pizzainn.com/images/giftcards/02.png")
						{
							document.GiftCardA.hosted_button_id.value=10253475;
							document.GiftCardB.hosted_button_id.value=10151423;
						}
						if(img31.src == "http://www.pizzainn.com/images/giftcards/03.png")
						{
							document.GiftCardA.hosted_button_id.value=10253520;
							document.GiftCardB.hosted_button_id.value=10151492;
						}
						
				break;
		case "Image7":
						img1.src = "../images/giftcards/06_02.png";
						img2.src = "../images/giftcards/05.png";
						img3.src = "../images/giftcards/04_02.png";
						img4.src = "../images/giftcards/07_02.png";
						//document.GiftCard.amount.value=25;
						
						if(img11.src == "http://www.pizzainn.com/images/giftcards/01.png")
						{
							document.GiftCardA.hosted_button_id.value=10253438;
							document.GiftCardB.hosted_button_id.value=10151346;
						}
						if(img21.src == "http://www.pizzainn.com/images/giftcards/02.png")
						{
							document.GiftCardA.hosted_button_id.value=10253487;
							document.GiftCardB.hosted_button_id.value=10151441;
						}
						if(img31.src == "http://www.pizzainn.com/images/giftcards/03.png")
						{
							document.GiftCardA.hosted_button_id.value=10253526;
							document.GiftCardB.hosted_button_id.value=10151504;
						}
						
				break;
		case "Image6":
						img1.src = "../images/giftcards/06_02.png";
						img2.src = "../images/giftcards/05_02.png";
						img3.src = "../images/giftcards/04.png";
						img4.src = "../images/giftcards/07_02.png";
						//document.GiftCard.amount.value=50;
						
						if(img11.src == "http://www.pizzainn.com/images/giftcards/01.png")
						{
							document.GiftCardA.hosted_button_id.value=10253450;
							document.GiftCardB.hosted_button_id.value=10151363;
						}
						if(img21.src == "http://www.pizzainn.com/images/giftcards/02.png")
						{
							document.GiftCardA.hosted_button_id.value=10253499;
							document.GiftCardB.hosted_button_id.value=10151458;
						}
						if(img31.src == "http://www.pizzainn.com/images/giftcards/03.png")
						{
							document.GiftCardA.hosted_button_id.value=10253545;
							document.GiftCardB.hosted_button_id.value=10151513;
						}
							
				break;
		case "Image9":
						img1.src = "../images/giftcards/06_02.png";
						img2.src = "../images/giftcards/05_02.png";
						img3.src = "../images/giftcards/04_02.png";
						img4.src = "../images/giftcards/07.png";
						//document.GiftCard.amount.value=100;
						
						if(img11.src == "http://www.pizzainn.com/images/giftcards/01.png")
						{
							document.GiftCardA.hosted_button_id.value=10253459;
							document.GiftCardB.hosted_button_id.value=10151383;
						}
						if(img21.src == "http://www.pizzainn.com/images/giftcards/02.png")
						{
							document.GiftCardA.hosted_button_id.value=10253509;
							document.GiftCardB.hosted_button_id.value=10151476;
						}
						if(img31.src == "http://www.pizzainn.com/images/giftcards/03.png")
						{
							document.GiftCardA.hosted_button_id.value=10253827;
							document.GiftCardB.hosted_button_id.value=10151526;
						}					
				break;
	}
}