// this file is copyright - Mike Capstick // it adds the quiz questions and answers // load arrays with a set of questions and answers title='Chemical Symbols'; timerflag=0; questions=new Array(); questions[1] ='Au~Gold'; questions[2] ='Ag~Silver'; questions[3] ='Pb~Lead'; questions[4] ='Sn~Tin'; questions[5] ='Fe~Iron'; questions[6] ='Cu~Copper'; questions[7] ='He~Helium'; questions[8] ='Na~Sodium'; questions[9] ='Hg~Mercury'; questions[10] ='K~Potassium'; questions[11] ='W~Tungsten'; questions[12] ='O~Oxygen'; questions[13] ='N~Nitrogen'; questions[14] ='Pt~Platinum'; questions[15] ='Kr~Krypton'; questions[16] ='Tl~Thallium';