/*r2labs.jsKeith Evan SchubertDec 29, 2005Standard JavaScript functions*/function rtwolabs_setup(){    document.write('<img src="/images/R2labsHeader.gif" alt="Renaissance Research Labs">');    document.write('<TABLE WIDTH="1008" BORDER="0" CELLSPACING="0" CELLPADDING="0" HEIGHT="20" bgcolor="#9900ff">');    document.write('<TR>');    document.write('<td width=30>&nbsp</td><TD>');    // home menu    document.write('<a href="index.html" onClick="return clickreturnvalue()" ');    document.write('onMouseover="dropdownmenu(this, event, '+"'r2labshome'"+')">HOME</a>');    document.write('<div id="r2labshome" class="anylinkcss">');    document.write('<A HREF="/index.html">R2 Labs Home</A>');    document.write('<A HREF="index.html">This Research Area Home</A>');    document.write('</div>');    document.write('</td><td width=30>&nbsp</td><TD>');    // about menu    document.write('<a href="index.html" onClick="return clickreturnvalue()" ');    document.write('onMouseover="dropdownmenu(this, event, '+"'r2labsabout'"+')">ABOUT</a>');    document.write('<div id="r2labsabout" class="anylinkcss">');    document.write('<A HREF="/purpose.html">Purpose</A>');    document.write('<A HREF="/researchers/">Researchers</A>');    document.write('<A HREF="/pubs/">Publications</A>');    document.write('<A HREF="/presentations/">Presentations</A>');    document.write('<A HREF="/references/">References</A>');    document.write('</div>');    document.write('</td><td width=30>&nbsp</td><TD>');    // encrypt menu    document.write('<a href="index.html" onClick="return clickreturnvalue()" ');    document.write('onMouseover="dropdownmenu(this, event, '+"'r2labscryptology'"+')">CRYPTOLOGY</a>');    document.write('<div id="r2labscryptology" class="anylinkcss">');    document.write('<A HREF="/cryptology/cryptanalysis.html">Cryptanalysis</A>');    document.write('<A HREF="/cryptology/cryptography.html">Encryption</A>');    document.write('<A HREF="http://www.csci.csusb.edu/public/crypto/game/">Cryptogame</A>');    document.write('</div>');    document.write('</td><td width=30>&nbsp</td><TD>');    // misc menu    document.write('<a href="index.html" onClick="return clickreturnvalue()" ');    document.write('onMouseover="dropdownmenu(this, event, '+"'r2labsmisc'"+')">MISC</a>');    document.write('<div id="r2labsmisc" class="anylinkcss">');    document.write('<A HREF="/tex.html">Tex</A>');    document.write('<A HREF="/makpic.html">al-Khowarizmi</A>');    document.write('</div>');    document.write('</td><td width=30>&nbsp</td><TD>');    // helpful links menu    document.write('<a href="index.html" onClick="return clickreturnvalue()" ');    document.write('onMouseover="dropdownmenu(this, event, '+"'r2labslinks'"+')">LINKS</a>');    document.write('<div id="r2labslinks" class="anylinkcss">');    document.write('<A href="http://www.csci.csusb.edu/schubert/">Dr. Keith Evan Schubert</A>');    document.write('<a href="http://www.google.com/">Google</a>');    document.write('<a href="http://www.dynamicdrive.com">Dynamic Drive</a>');    document.write('</div></td></tr></table>');    document.write('<TABLE WIDTH="1008" BORDER="0" CELLSPACING="2" CELLPADDING="0" HEIGHT="20">');    document.write('<TR><TD WIDTH="100">&nbsp;</TD>');    document.write('<TD WIDTH="30">&nbsp;</TD>');    document.write('<TD WIDTH="878">');    document.write('<BR><BR>');}function rtwolabs_footer_back(){    document.write('<br><br>[<A HREF=".">main</A>]');    document.write('<HR ALIGN=LEFT><BR>');    document.write('<a href="http://www4.clustrmaps.com/counter/maps.php?url=http://r2labs.org" id="clustrMapsLink">');    document.write('<img src="http://www4.clustrmaps.com/counter/index2.php?url=http://r2labs.org" style="border:0px;" ');    document.write('alt="Locations of visitors to this page" title="Locations of visitors to this page" id="clustrMapsImg" ');    document.write('onerror="this.onerror=null; ');    document.write("this.src='http://www2.clustrmaps.com/images/clustrmaps-back-soon.jpg'; ");    document.write("document.getElementById('clustrMapsLink').href='http://www2.clustrmaps.com';");    document.write('" /></a>');    document.write('<form method="get" action="http://citeseer.nj.nec.com/cs" ENCTYPE="application/x-www-form-urlencoded">');    document.write('<center><table border=0><tr><td><a href="http://citeseer.ist.psu.edu/">');    document.write('<img src="http://citeseer.ist.psu.edu/icon/logosmall.gif" border=0 align=center></a>&nbsp;</td>');    document.write('<td>Search: <input type="text" name="q" value="" size=32>');    document.write('<input type="submit" name="submit" value="Documents">');    document.write('<input type="submit" name="submit" value="Citations">');    document.write('</td></tr></table></center></form>');    document.write('<HR ALIGN=LEFT><BR>');    document.write('Renaissance Research Labs');    document.write('</TD></TR>');    document.write('</TABLE>');}function rtwolabs_up(){    document.write('<BR>[<A HREF="..">up</A>]');}