function display1() {
   DispWin = window.open('','NewWin', 'toolbar=no,status=no,width=410,height=200')
   DispWin.document.write("<UL><B><FONT COLOR=#008844>100:</FONT> </B>" + document.form1.author.value);
   DispWin.document.write("<BR><B><FONT COLOR=#008844>245:</FONT> </B>" + document.form1.title.value);
   DispWin.document.write("<BR><B><FONT COLOR=#008844>260:</FONT> </B>" + document.form1.publisher.value);
   DispWin.document.write("<BR><B><FONT COLOR=#008844>300:</FONT> </B>" + document.form1.physicaldescription.value);
   DispWin.document.write("<BR><B><FONT COLOR=#008844>500:</FONT> </B>" + document.form1.note.value);
   DispWin.document.write("<BR><B><FONT COLOR=#008844>600:</FONT> </B>" + document.form1.subject.value);  
   DispWin.document.write("<P><B><FONT SIZE=4>Please close this window before you continue</FONT></B> </UL>"); 
}
function display2() {
   DispWin = window.open('','NewWin1','toolbar=no,status=no,width=600,height=250')
   DispWin.document.write("<CENTER><P><BR><FONT COLOR=#008844><B>A Bibliographic Record in MARC Format</B></FONT><BR></CENTER>");
   DispWin.document.write("<UL><PRE><FONT COLOR=#008844>100</FONT> 1   Chute, Marchette Garlord, &#135;d 1909-<P>");
   DispWin.document.write("<FONT COLOR=#008844>245</FONT> 10  Stories from Shakespreare / &#135;c Marchette Garlord Chute.<P>");
   DispWin.document.write("<FONT COLOR=#008844>260</FONT>     New York, NY : &#135;b Meridian, &#135;c c1976 (1993 printing)<P>");
   DispWin.document.write("<FONT COLOR=#008844>300</FONT>     319 p. ; &#135;c 21 cm.<P>");
   DispWin.document.write("<FONT COLOR=#008844>500</FONT>     Includes index.<P>");
   DispWin.document.write("<FONT COLOR=#008844>600</FONT> 10  Shakespeare, William, &#135;d 1564-1616 &#135;x Adaptations.<P>");
   DispWin.document.write("<FONT COLOR=#008844>650</FONT>  0  English drama &#135;z Early modern, 1500-1700 &#135;x Adaptations.<P>");
   DispWin.document.write("</PRE>");
   DispWin.document.write("<P><BR><B><font size=4>Please close this window before you continue</font></B> </UL>");
}   
