function loadGame(game){

	switch(game){
		case "eggDrop":
			  Shadowbox.open({
				content:    '/images/website/media/kids-and-family/egg-drop.swf',
				player:     "swf",
				height:     430,
				width:      965
			});
		break;
		case "rubeGoldberg":
			 Shadowbox.open({
				content:    '/images/website/media/kids-and-family/rube-goldberg.swf',
				player:     "swf",
				height:     430,
				width:      965
			});
		break;
		case "memoryGame":
			 Shadowbox.open({
				content:    '/images/website/media/kids-and-family/240x600_AS2.swf',
				player:     "swf",
				height:     600,
				width:      240,
				options: {flashParams: { bgcolor: '#ffffff' }}
			});
		break;
		case "ask":
			Shadowbox.open({
				content:    '/images/website/media/kids-and-family/all-knowing-egg.swf',
				player:     "swf",
				height:     250,
				width:      300
			});
		break;
		case "football":
			Shadowbox.open({
				content:    '/images/website/media/kids-and-family/egg-football.swf',
				player:     "swf",
				height:     90,
				width:      728
			});
		break;
		case "race":
			Shadowbox.open({
				content:    '/images/website/media/kids-and-family/egg-triathalon.swf',
				player:     "swf",
				height:     90,
				width:      728
			});
		break;
	}
}
