
// Data 
// JavaScript-SerachEngine
//
// Entry[x] = 
// 	new Element(
// 		Url,
// 		Title,
// 		Description,
//		Status,
// 		Keywords )



   Entry[1] = 
	new Element(
		"shop_sa.html",
		"ABC Sports® Presents Power Hitter",
		"ABC Sports® Presents Power Hitter is a sports game.",
		"available",
		"ABC Sports® Presents Power Hitter")

   Entry[2] = 
	new Element(
		"shop_sa.html",
		"ABC Sports® Presents The Palm Springs Open",
		"ABC Sports® Presents The Palm Springs Open is a sports game. <i>requires DVC</i>",
		"available",
		"ABC Sports® Presents The Palm Springs Open")

   Entry[3] = 
	new Element(
		"shop_sa.html",
		"Alien Gate",
		"Alien Gate is an action game.",
		"available",
		"Alien Gate")

   Entry[4] = 
	new Element(
		"shop_sa.html",
		"Axis and Allies",
		"Axis and Allies is a strategy game.",
		"available",
		"Axis and Allies")

   Entry[5] = 
	new Element(
		"shop_sb.html",
		"Battleship",
		"Battleship is a strategy game.",
		"available",
		"Battleship")

   Entry[6] = 
	new Element(
		"shop_sb.html",
		"Burn:Cycle",
		"Burn:Cycle is an action game.",
		"available",
		"Burn:Cycle")

   Entry[7] = 
	new Element(
		"shop_sc.html",
		"Caesars® World of Boxing",
		"Caesars® World of Boxing is a sports game. <i>requires DVC</i>",
		"available",
		"Caesars® World of Boxing")

   Entry[8] = 
	new Element(
		"shop_sc.html",
		"Caesars® World of Gambling",
		"Caesars® World of Gambling is a gambling game.",
		"available",
		"Caesars® World of Gambling")

   Entry[9] = 
	new Element(
		"shop_sc.html",
		"Chaos Control",
		"Chaos Control is an action game. <i>requires DVC</i>",
		"available",
		"Chaos Control")

   Entry[10] = 
	new Element(
		"shop_sd.html",
		"Dimo's Quest",
		"Dimo's Quest is a puzzle game.",
		"available",
		"Dimo's Quest, Dimos")

   Entry[11] = 
	new Element(
		"shop_se.html",
		"Earth Command",
		"Earth Command is a strategy game.",
		"available",
		"Earth Command")

   Entry[12] = 
	new Element(
		"shop_se.html",
		"Effacer Hangman from the 25th Century",
		"Effacer Hangman from the 25th Century is a puzzle game.",
		"available",
		"Effacer Hangman from the 25th Century")

   Entry[13] = 
	new Element(
		"shop_se.html",
		"Escape from CyberCity®",
		"Escape from CyberCity® is an arcade/action game.",
		"available",
		"Escape from CyberCity®")

   Entry[14] = 
	new Element(
		"shop_si.html",
		"Inca",
		"Inca is an adventure game.",
		"available",
		"Dimo's Quest, Dimos")

   Entry[15] = 
	new Element(
		"shop_si.html",
		"International Tennis Open (Two Player Version)",
		"International Tennis Open (Two Player Version) is a sports game.",
		"available",
		"International Tennis Open (Two Player Version)")

   Entry[16] = 
	new Element(
		"shop_sj.html",
		"Jeopardy®",
		"Jeopardy® is a quiz game.",
		"available",
		"Jeopardy®")

   Entry[17] = 
	new Element(
		"shop_sk.html",
		"Kether",
		"Kether is an adventure game.",
		"available",
		"Kether")

   Entry[18] = 
	new Element(
		"shop_sk.html",
		"Kingdom - The Far Reaches",
		"Kingdom - The Far Reaches is an adventure game. <i>requires DVC</i>",
		"available",
		"Kingdom - The Far Reaches")

   Entry[19] = 
	new Element(
		"shop_sl.html",
		"Laser Lords",
		"Laser Lords is an adventure game.",
		"available",
		"Laser Lords")

   Entry[20] = 
	new Element(
		"shop_sl.html",
		"Lemmings",
		"Lemmings is a puzzle game.",
		"available",
		"Lemmings")

   Entry[21] = 
	new Element(
		"shop_sl.html",
		"Link: The Faces of Evil",
		"Link: The Faces of Evil is an adventure game.",
		"available",
		"Link: The Faces of Evil")

   Entry[22] = 
	new Element(
		"shop_sl.html",
		"Litil Divil",
		"Litil Divil is an adventure game.",
		"available",
		"Litil Divil")

   Entry[23] = 
	new Element(
		"shop_sl.html",
		"Lords of the Rising Sun",
		"Lords of the Rising Sun is an adventure game.",
		"available",
		"Lords of the Rising Sun")

   Entry[24] = 
	new Element(
		"shop_sm.html",
		"Mad Dog McCree & Peacekeeper Revolver Boxset",
		"Mad Dog McCree & Peacekeeper Revolver Boxset is a shooting game. <i>requires DVC</i>",
		"available",
		"Mad Dog McCree & Peacekeeper Revolver Boxset")

   Entry[25] = 
	new Element(
		"shop_sm.html",
		"Mega Maze",
		"Mega Maze is a puzzle game.",
		"available",
		"Mega Maze")

   Entry[26] = 
	new Element(
		"shop_sm.html",
		"Merlin's Apprentice",
		"Merlin's Apprentice is a puzzle game.",
		"available",
		"Merlin's Apprentice")

   Entry[27] = 
	new Element(
		"shop_sm.html",
		"Mutant Rampage",
		"Mutant Rampage is an action game. <i>requires DVC</i>",
		"available",
		"Mutant Rampage")

   Entry[28] = 
	new Element(
		"shop_sm.html",
		"Mystic Midway: Phantom Express",
		"Mystic Midway: Phantom Express is an action game.",
		"available",
		"Mystic Midway: Phantom Express")

   Entry[29] = 
	new Element(
		"shop_sp.html",
		"Pinball",
		"Pinball is an arcade/action game.",
		"available",
		"Pinball")

   Entry[30] = 
	new Element(
		"shop_ss.html",
		"Space Ace",
		"Space Ace is an adventure game. <i>requires DVC</i>",
		"available",
		"Space Ace")

   Entry[31] = 
	new Element(
		"shop_ss.html",
		"Striker Pro",
		"Striker Pro is a sports game.",
		"available",
		"Striker Pro")

   Entry[32] = 
	new Element(
		"shop_st.html",
		"Tell Me Why: One",
		"Tell Me Why: One is a kids title.",
		"available",
		"Litil Divil")

   Entry[33] = 
	new Element(
		"shop_st.html",
		"Tetris",
		"Tetris is a puzzle game.",
		"available",
		"Tetris")

   Entry[34] = 
	new Element(
		"shop_s.html",
		"The 7th Guest",
		"The 7th Guest is an adventure game.",
		"available",
		"The 7th Guest")

   Entry[35] = 
	new Element(
		"shop_st.html",
		"The Apprentice",
		"The Apprentice is an adventure game.",
		"available",
		"The Apprentice")

   Entry[36] = 
	new Element(
		"shop_st.html",
		"The Joker's Wild!",
		"The Joker's Wild! is a quiz game.",
		"available",
		"The Joker's Wild!")

   Entry[37] = 
	new Element(
		"shop_st.html",
		"The Wacky World of Miniature Golf",
		"The Wacky World of Miniature Golf is a sports game.",
		"available",
		"The Wacky World of Miniature Golf")

   Entry[38] = 
	new Element(
		"shop_sv.html",
		"Voyeur",
		"Voyeur is an adventure game.",
		"available",
		"Voyeur")

   Entry[39] = 
	new Element(
		"shop_h.html",
		"Digital Video Cartridge (22 ER 9141)",
		"Digital Video Cartridge (22 ER 9141) allows playback of compatible CD-i titles and VCD Movies on specific players.",
		"available",
		"Digital Video Cartridge (22 ER 9141)")

   Entry[40] = 
	new Element(
		"shop_h.html",
		"Digital Video Cartridge (22 ER 9956)",
		"Digital Video Cartridge (22 ER 9956) allows playback of compatible CD-i titles and VCD Movies on specific players.",
		"available",
		"Digital Video Cartridge (22 ER 9956)")

   Entry[41] = 
	new Element(
		"shop_h.html",
		"Digital Video Cartridge (Loose) (22 ER 9956)",
		"Digital Video Cartridge (Loose) (22 ER 9956) allows playback of compatible CD-i titles and VCD Movies on specific players.",
		"available",
		"Digital Video Cartridge (Loose) (22 ER 9956)")

   Entry[42] = 
	new Element(
		"shop_h.html",
		"Port Splitter",
		"The I/O port splitter allows all CD-i players with just one I/O port to connect two controllers for multi-player games. .",
		"available",
		"Port Splitter")