Millionaire Game
---------------------------------------------------------------
From the TV game show, Who Wants to be a Millionaire? comes the internet version of the game.  The game consist of 2 unique internet lifelines special to this game.  The game can support unlimited number of questions and answers.  For information on adding questions, read below.


File Information
---------------------------------------------------------------
ReadMe.txt		Read Me file
index.html		The game HTML file.  Link to this page.
millionaire-help.html	The HTML help file for the game.
questions.js		External javascript files for the questions.
millionaire/*.gif	Image files for the game.


Adding Questions
---------------------------------------------------------------
Open the questions.js file with a text editor (notepad recommended).  To add a question, simply go to the section where you want to add the question (the questions are divided into 3 categories: easy, middle, and hard).  Then follow this format:


thequestions[QUESTION TYPE][NEXT NUMBER] = new Array("THE QUESTION","CORRECT ANSWER","WRONG ANSWER1","WRONG ANSWER2","WRONG ANSWER3");


QUESTION TYPE:
	0 = easy
	1 = middle
	2 = hard


Just follow the pattern and you should be all right.  If you have any questions please, contact me.
 



Credits
---------------------------------------------------------------
Author:			Pok-Ching Lee
Contact:		l_pok@yahoo.com

Websites:		http://www.pokw.com
			http://menu.pokw.com	
			http://kquest.pokw.com
			http://www.illumia-rpg.com


Purchase
---------------------------------------------------------------
You are free to use this game without paying, as long as you keep all the link backs to our site in the game.  If you wish to remove the link backs to our site, you can purchase a license to do so.  The cost of a license is $19.95 per game.  Please contact the author for more information.


