// this file is copyright - Mike Capstick 24-10-03 
 // it adds the memory meter questions in new format
// Initialise question and answer  arrays and question number
// load  arrays with a set of questions 
facts=new Array();relfacts=new Array();facts[0]  ='Cells are the smallest living unit of all organisms.'
facts[1]  ='The nucleus contains DNA and controls the cell.'
facts[2]  ='Cytoplasm is the liquid found in all cells.'
facts[3]  ='A pseudopod allows an amoeba to move and eat.'
facts[4]  ='A whiplike structure on some protists is a flagellum.'
facts[5]  ='The field of view is a circle of light.'
facts[6]  ='A stimulus is a change in the environment that causes a response.'
facts[7]  ='Dormant means resting, not showing all eight life characteristics.'
relfacts[0]  ='Cells are the smallest living unit of all organisms.'
relfacts[1]  ='The nucleus contains DNA and controls the cell.'
relfacts[2]  ='Cytoplasm is the liquid found in all cells.'
relfacts[3]  ='A pseudopod allows an amoeba to move and eat.'
relfacts[4]  ='A whiplike structure on some protists is a flagellum.'
relfacts[5]  ='The field of view is a circle of light.'
relfacts[6]  ='A stimulus is a change in the environment that causes a response.'
relfacts[7]  ='Dormant means resting, not showing all eight life characteristics.'
timestart=120;timestop=0;function timer(){}
