<% @Language="JavaScript"@ %>
<HTML>
<HEAD>
		<TITLE>Acquistions Quiz</TITLE>
  <!-- #include file="GenGifs.asp" -->
  <SCRIPT language="JavaScript">
<!-- hide from old browsers 

var i=0;

function score() {
fenster = open("", "Anzeige", "width=300,height=300");
fenster.document.open();
with (fenster.document) {
write("<html><body onBlur='window.close()'>");
write("<br>Your score: <b>" + i + "</b><br><hr><br>");
write("<b>more than 12 correct</b><br>Oops! Don't believe it.<br>");
write("<b>11-12 correct</b><br>Congratulations! You know a lot about the Gov Docs!. Share this information with your fellow workers.<br>");
write("<b>10-11 correct</b><br>Very good.<br>");
write("<b>Fewer than 10 correct</b><br>Review your procedures manual and try again.");
write("</body></html>");
}
fenster.document.close();
}

function close() {
fenster.document.close();
}
function clearText(elem,origVal)
{
 if(elem.value == origVal) elem.value="";
}
// --> </SCRIPT>
  <SCRIPT type="text/javascript" src="NewquizEvaluation.js"></SCRIPT>
  <SCRIPT type="text/javascript" src="acquistions_quiz.js"></SCRIPT>
</HEAD>
<BODY TEXT="#000000" LINK="#0000ff" VLINK="#000080" BACKGROUND="bkgrd_pad.gif"
leftmargin="80">
<P>
<FORM METHOD="post" ACTION="http://www.lib.msu.edu/cgi-gd/boxquizmailer">
  <INPUT TYPE="hidden" NAME="Quiztype" VALUE="Box Opening Quiz">
  <TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="102%">
    <TR>
      <TD><P>
	<P>
      </TD>
      <TD><H1 ALIGN=Center>
	  Student Procedures
	</H1>
	<P ALIGN=Center>
	<IMG WIDTH="553" HEIGHT="33" SRC="stulogoline.gif">
	<P ALIGN=Center>
	  <HR>
	<P ALIGN=Left>
	<TABLE BORDER CELLPADDING="2">
	  <TR>
	    <TD><IMG SRC="question1.gif" WIDTH="47" HEIGHT="47"></TD>
	    <TD>&nbsp; <BIG><BIG>Quizzes &nbsp;</BIG></BIG></TD>
	  </TR>
	</TABLE>
	<P ALIGN=Left>
	  <HR>
	<P>
	<FONT COLOR="#ff0000"><BIG><B>Acquistions Quiz</B></BIG></FONT><BR>
	<BR>
	Name
	<INPUT NAME="Name" SIZE="30" VALUE="Name" onFocus="clearText(this,'Name');">
	Today's Date
	<INPUT NAME="Date" SIZE="20" VALUE="MM/DD/YY" onFocus="clearText(this,'MM/DD/YY');">
	<script type="text/javascript" src="newGenQuiz.js"></script>
  <CENTER>
   <b> Please print this quiz and show it to your supervisor.</b>
    <P>
    <INPUT TYPE=RESET VALUE="Clear this quiz">
  </CENTER>
</FORM>
<P ALIGN=Center>
<P ALIGN=Center>

</BODY></HTML>