function questionFetcher(Q)
{

var T = new Array();
T[1]="<p>Describe how a <b>moving</b> image can be produced by a TV.<font color=\"#FF8844\">(2)</font></p>";
T[2]="<p>Name the three primary colours used in a colour TV?<font color=\"#FF8844\">(1)</font></p>";
T[3]="<p>What colours are produced by these combinations of light.<br />(a) Red + #FF8844<br />(b) Blue + #FF8844<br />(c) Red + Blue.<font color=\"#FF8844\">(3)</font></p>";
T[4]="<p>Which primary colours are mixed together to produce<br />(a) White<br />(b) Black.<font color=\"#FF8844\">(2)</font> </p>";
T[5]="<p>Describe how a TV can produce <b>orange</b> light on the screen. <font color=\"#FF8844\">(2)</font></p>";
T[6]="<p>What is the speed of radio waves?<font color=\"#FF8844\">(1)</font> </p>";
T[7]="<p>Calculate the distance travelled by a radio wave in 0.07 s.<font color=\"#FF8844\">(2)</font></p>";
T[8]="<p>A radio station broadcasts wavelengths of 252 m. <br />Calculate their frequency.<font color=\"#FF8844\">(2)</font></p>";
T[9]="<p>Explain why long wave radio waves are received better in a hilly area than short wave TV waves.<font color=\"#FF8844\">(1)</font></p>";
T[10]="<p>Why are curved dish aerials used to pick up satellite television signals?<font color=\"#FF8844\">(2)</font></p>";
T[11]="<p>Some torches use curved reflectors. Complete the diagram to show the path of the rays from the bulb.<font color=\"#FF8844\">(2)</font></p>";
T[12]="<p>Explain why some <b>transmitter</b> aerials have a curved reflector.<font color=\"#FF8844\">(1)</font></p>";
T[13]="<p>What is a <b>geostationary</b> satellite?<font color=\"#FF8844\">(1)</font></p>";
T[14]="<p>What happens to the period of a satellite's orbit as it moves closer to the Earth?<font color=\"#FF8844\">(1)</font></p>";
T[15]="<p>Why are satellites necessary for global communication when we already have radio waves?<font color=\"#FF8844\">(1)</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]="gif"; Im[12]="gif"; Im[13]="jpg"; Im[14]="jpg"; Im[15]="jpg";




document.open();
document.write("<html><head>");
document.write("<script language=\"javascript\" type=\"text/javascript\" src=\"TQuiz3.js\"></script>");
document.write("<title>Telecom Revision Quiz3 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=\"Tele3/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=\"index3.html\">Back to the start. </a><a href=\"Tele3/Ans"+Q+".gif\"> View Answer</a> ");
else
	document.write("<a href=\"javascript:questionFetcher("+W+")\">Next Question </a><a href=\"Tele3/Ans"+Q+".gif\"> View Answer</a>");

document.write("</body></html>");
document.close();
}	
