include gui/styles.txt


style product
{
	fsCSpriteComponent
	{
		fsCSpriteComponent
		{
			image = gui/moreGames/frame.png
		}
	}
}

style productButton
{
	standardTextButton
	{
		textKey = play
		posX = 2 posY = 95
	}
}

fsCModalGuiComponent
{
	name = MoreGamesWindow
	fadeBackground

	fsCSpriteComponent
	{
		name = MoreGamesBackground
		image = gui/moreGames/background.png

		product
		{
			name = MoreGamesProduct1
			image = gui/moreGames/xmas.jpg
			posX = -350 posY = -235

			productButton
			{
				action = "launchBrowser http://www.bigfishgames.com/download-games/10545/christmas-wonderland/index.html"
			}
		}

		product
		{
			name = MoreGamesProduct2
			image = gui/moreGames/xmas2.jpg
			posX = -175 posY = -235

			productButton
			{
				action = "launchBrowser http://www.bigfishgames.com/download-games/15408/christmas-wonderland-2/index.html"
			}
		}

		product
		{
			name = MoreGamesProduct3
			image = gui/moreGames/xmas3.jpg
			posX = 0 posY = -235

			productButton
			{
				action = "launchBrowser http://www.bigfishgames.com/download-games/20634/christmas-wonderland-3/index.html"
			}
		}

		product
		{
			name = MoreGamesProduct4
			image = gui/moreGames/xmas4.jpg
			posX = 175 posY = -235

			productButton
			{
				action = "launchBrowser http://www.bigfishgames.com/download-games/25598/christmas-wonderland-4/index.html"
			}
		}

		product
		{
			name = MoreGamesProduct5
			image = gui/moreGames/h1.jpg
			posX = -350 posY = 195

			productButton
			{
				action = "launchBrowser http://www.bigfishgames.com/download-games/14618/halloween-trick-or-treat/index.html"
			}
		}

		product
		{
			name = MoreGamesProduct6
			image = gui/moreGames/h2.jpg
			posX = -175 posY = 195

			productButton
			{
				action = "launchBrowser http://www.bigfishgames.com/download-games/19810/halloween-the-pirates-curse/index.html"
			}
		}

		product
		{
			name = MoreGamesProduct7
			image = gui/moreGames/e1.jpg
			posX = 88 posY = -20

			productButton
			{
				action = "launchBrowser http://www.bigfishgames.com/download-games/16737/easter-eggztravaganza/index.html"
			}
		}

		product
		{
			name = MoreGamesProduct8
			image = gui/moreGames/e2.jpg
			posX = 258 posY = -20

			productButton
			{
				action = "launchBrowser http://www.bigfishgames.com/download-games/22179/easter-eggztravaganza-2/index.html"
			}
		}

		product
		{
			name = MoreGamesProduct9
			image = gui/moreGames/xp1.jpg
			posX = 430 posY = -20

			productButton
			{
				action = "launchBrowser http://www.bigfishgames.com/download-games/25710/the-ultimate-christmas-puzzler/index.html"
			}
		}

		product
		{
			name = MoreGamesProduct10
			image = gui/moreGames/pr1.jpg
			posX = -258 posY = -20

			productButton
			{
				action = "launchBrowser http://www.bigfishgames.com/download-games/23889/vacation-adventures-park-ranger/index.html"
			}
		}

		product
		{
			name = MoreGamesProduct11
			image = gui/moreGames/sss.jpg
			posX = 175 posY = 195

			productButton
			{
				action = "launchBrowser http://www.bigfishgames.com/download-games/18687/summer-supersports/index.html"
			}
		}

		product
		{
			name = MoreGamesProduct12
			image = gui/moreGames/palace.jpg
			posX = 0 posY = 195

			productButton
			{
				action = "launchBrowser http://www.bigfishgames.com/download-games/22790/mystery-murders-the-sleeping-palace/index.html"
			}
		}

		product
		{
			name = MoreGamesProduct13
			image = gui/moreGames/ep1.jpg
			posX = 350 posY = 195

			productButton
			{
				action = "launchBrowser http://www.bigfishgames.com/download-games/26664/the-ultimate-easter-puzzler/index.html"
			}
		}

		product
		{
			name = MoreGamesProduct14
			image = gui/moreGames/pr2.jpg
			posX = -86 posY = -20

			productButton
			{
				action = "launchBrowser http://www.bigfishgames.com/download-games/26484/vacation-adventures-park-ranger-2/index.html"
			}
		}
		
		product
		{
			name = MoreGamesProduct15
			image = gui/moreGames/cd1.jpg
			posX = -430 posY = -20

			productButton
			{
				action = "launchBrowser http://www.bigfishgames.com/download-games/27793/vacation-adventures-cruise-director/index.html"
			}
		}
		
		product
		{
			name = MoreGamesProduct16
			image = gui/moreGames/xmas5.jpg
			posX = 350 posY = -235

			productButton
			{
				action = "launchBrowser http://www.bigfishgames.com/download-games/28534/christmas-wonderland-5/index.html"
			}
		}
		
		standardTextButton
		{
			name = MoreGamesDoneButton
			textKey = back
			posX = 0 posY = 355
			action = "closeGui MoreGamesWindow"
		}
	}
}
