function questionFetcher(Q)
{

var T = new Array();
T[1]="<p>Two microwave transmitters emitting coherent waves produce maximum readings at <b>X, Y </b>and<b> Z</b>.<br />a) Calculate their wavelength.<font color=\"green\">(2)</font><br />b) Explain how maxima are produced.<font color=\"green\">(1)</font></p>";
T[2]="<p>a) Calculate the wavelength of the laser light.<font color=\"green\">(3)</font><br />b) What colour is the light?<font color=\"green\">(1)</font><br />c) The light is <b>monochromatic</b>. What does this mean?<font color=\"green\">(1)</font></p>";
T[3]="<p>a) Calculate the refractive index of the glass.<font color=\"green\">(2)</font><br />b) The wavelength in air is 550 nm. Calculate the wavelength of the light in the glass.<font color=\"green\">(2)</font><br />c) What happens to the frequency as it travels from air to glass?<font color=\"green\">(1)</font></p>";
T[4]="<p>A lamp produces an irradiance of 48 W/m<sup>2</sup> at a distance of 6 m. Calculate the irradiance produced at 12 m.<font color=\"green\">(2)</font> </p>";
T[5]="<p>a) How many spectral lines could this atom produce?<font color=\"green\">(1)</font> <br />b) Which energy transition would produce the shortest wavelength?<font color=\"green\">(1)</font><br />c) What is the <b>work function</b> of a surface? <font color=\"green\">(1)</font></p>";
T[6]="<p>In which mode is this photodiode operating?<font color=\"green\">(1)</font> </p>";
T[7]="<p>Draw the circuit symbol for a MOSFET.<font color=\"green\">(1)</font></p>";
T[8]="<p>a) What type of nuclear reaction is this?<font color=\"green\">(1)</font> <br />b) Calculate the loss in mass.<font color=\"green\">(3)</font> <br />c) Calculate the energy released.<font color=\"green\">(2)</font></p>";
T[9]="<p>A gamma source produces 128 mSvhr<sup>-1</sup>. Lead shielding has a half value thickness of 25 mm. Calculate the thickness required to produce an equivalent dose of 4 mSvhr<sup>-1</sup>.<font color=\"green\">(2)</font></p>";
T[10]="<p>A nuclear worker is exposed to 30 mGy of alpha particles, 400 mGy of beta particles and 300 mGy of Gamma radiation. Calculate her total equivalent dose.<font color=\"green\">(4)</font></p>";


var Im = new Array();

Im[1]="gif"; Im[2]="gif"; Im[3]="gif"; Im[4]="gif"; Im[5]="gif"; 
Im[6]="gif"; Im[7]="jpg"; Im[8]="gif"; Im[9]="jpg"; Im[10]="jpg";




document.open();
document.write("<html><head>");
document.write("<script language=\"javascript\" type=\"text/javascript\" src=\"QuizH3.js\"></script>");
document.write("<title>Higher Unit 3 Revision "+Q+"</title></head>");



document.write("<body text=\"#8800CC\" alink=\"#55FF55\" vlink=\"#0000AA\" link=\"#3333FF\"><font size=\"6\" face=\"times\">");
document.write("<table><tr><td valign=\"top\" ><h1 >Q"+Q+". </h1></td>");
document.write("<td><img src=\"Unit3/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==11)
	document.write("<a href=\"index3.html\">Back to the start. </a><a href=\"Unit3/Ans"+Q+".gif\"> View Answer</a> ");
else
	document.write("<a href=\"javascript:questionFetcher("+W+")\">Next Question </a><a href=\"Unit3/Ans"+Q+".gif\"> View Answer</a>");

document.write("</body></html>");
document.close();
}	
