function questionFetcher(Q)
{

var T = new Array();
T[1]="<p>After a lightning strike the thunder is heard a few seconds later.<br />Explain why there is a time delay.<font color=\"#FF8844\">(1)</font></p>";
T[2]="<p>From the list below pick two quantities that you must <b>measure</b> to find the speed of sound by experiment.</p><p>(Wavelength, time, amplitude, force, acceleration, distance, weight.)<font color=\"#FF8844\">(2)</font></p>";
T[3]="<p>Describe how you would <b>calculate</b> the speed of sound from your results.<font color=\"#FF8844\">(1)</font></p>";
T[4]="<p>A sound wave travels at 340 m/s for 8 s.</p><p>Calculate the distance travelled.<font color=\"#FF8844\">(2)</font> </p>";
T[5]="<p>A sound wave travels at 340 m/s for 1.7 km.</p><p>Calculate the time taken. <font color=\"#FF8844\">(2)</font></p>";
T[6]="<p>Arnie fires a gun near a tall building.<br />1.5 s later he hears the echo.<br />Calculate the distance between Arnie and the building. <br />( Take the speed of sound as 340 m/s. )<font color=\"#FF8844\">(3)</font> </p>";
T[7]="<p>Label the parts of the wave (a) to (d).</p><p>(e) How many wavelengths are shown in the diagram?<font color=\"#FF8844\">(5)</font></p>";
T[8]="<p>A 4 Hz water wave has a wavelength of 30 cm.<br />Calculate its speed.<font color=\"#FF8844\">(2)</font></p>";
T[9]="<p>A sound wave is travelling at 340 m/s and has a frequency of 5 kHz.</p><p>Calculate its wavelength.<font color=\"#FF8844\">(2)</font></p>";
T[10]="<p>A water wave of wavelength 4 m travels 20 m in 2.5 s.</p><p>Calculate its frequency in hertz.<font color=\"#FF8844\">(3)</font></p>";
T[11]="<p>A buzzer produces 200 waves every second.<br /> What is the frequency of the waves?<font color=\"#FF8844\">(1)</font></p>";
T[12]="<p>A girl wiggles 20 waves in ten seconds along a skipping rope.<br /> Calculate their frequency.<font color=\"#FF8844\">(2)</font></p>";
T[13]="<p>Five waves pass a point every second. Calculate the time it takes <b>one wave</b> to pass.<font color=\"#FF8844\">(2)</font></p>";
T[14]="<p>One complete wave passes a point in 0.125 s. Calculate its frequency.<font color=\"#FF8844\">(2)</font></p>";
T[15]="<p>A pupil is measuring how long it takes a wave to pass a point but the time is very short.<br />How could this be measured more accurately?<font color=\"#FF8844\">(2)</font></p>";




var Im = new Array();

Im[1]="jpg"; Im[2]="jpg"; Im[3]="jpg"; Im[4]="jpg"; Im[5]="jpg"; 
Im[6]="jpg"; Im[7]="jpg"; Im[8]="jpg"; Im[9]="jpg"; Im[10]="jpg";
Im[11]="jpg"; Im[12]="jpg"; Im[13]="jpg"; Im[14]="jpg"; Im[15]="jpg";




document.open();
document.write("<html><head>");
document.write("<script language=\"javascript\" type=\"text/javascript\" src=\"TQuiz1.js\"></script>");
document.write("<title>Telecom Revision Quiz1 Question "+Q+"</title></head>");


document.write("<body text=\"#1295E8\" alink=\"#FF3300\" vlink=\"#FF8844\" link=\"#33DD33\"><font size=\"6\" face=\"times\">");
document.write("<table><tr><td valign=\"top\" ><h1 >Q"+Q+". </h1></td>");
document.write("<td><img src=\"Tele1/Img"+Q+"."+Im[Q]+"\" /></td></tr></table>");
document.write(T[Q]);
document.write("</font><img src=\"Bar.jpg\" width=\"100%\" />");
W=Q+1;
if (W==16)
	document.write("<a href=\"index1.html\">Back to the start. </a><a href=\"Tele1/Ans"+Q+".gif\"> View Answer</a> ");
else
	document.write("<a href=\"javascript:questionFetcher("+W+")\">Next Question </a><a href=\"Tele1/Ans"+Q+".gif\"> View Answer</a>");

document.write("</body></html>");
document.close();
}	