/* Start Registry Warning function */
function _registry()
{
info='<div align="center">' + 
'<table border="0" cellpadding="0" id="trmainTable">' + 
'<tr>' + 
'<td>' + 
'<p style="margin-left: 8; margin-top: 8"><b><font color="#ff0000"><img src="images/warn.gif" border="0" width="35" height="34" alt="">' + 
'<i><font size="3">Warning!!!:</font></i></font></b><font size="2">  Using the Windows Registry Editor incorrectly can cause serious problems' +
' requiring the re-installation of your operating system and possible loss of data.'+
'  I do not and will not support problems that arise from you editing your own registry.  Use the Registry Editor and my directions at your own risk.'+
'  Be sure that you create a backup of your registry and be very sure that you know how to restore it.' + 
'  If you are not sure how to do both of these things then </font><b><font size="2"><font color="#ff0000"><i>STOP here!!</i></font> '+
'and <i><a target="_self" href="Windows/Registry/Reg_Backup.htm"><font size="2">read the directions.</font></a></i></b>' + 
'</td>' + 
'</tr>' + 
'</table></div>'

document.write(info)
}
/* End Registry Warning function **

** Start Last Modified function */

function last_mod()
{
info='      <center><p><font size="-2">' 
/*document.write(info);*/
var m = "This Page Was Last Updated " + document.lastModified; 
var p = m.length-8; 
document.write(info + m.substring(p, 0)+'</font><p>&nbsp;</p></center>');

}

/* End Last Modified function **

** Start Copyright function */
function _copyright()
{
info='<p><font size="2"><center>' + 
'      <a title="About This Site" href="http://dundats.mvps.org/About.htm">About this web ' + 
'      site</a></font></p>' + 
'      <p><font size="2">Reproduction of information on this site, in any form, is prohibited ' + 
'      without the express written permission of the author.</font></p>' + 
/*'      <p style="margin-top: 2px; margin-bottom: 2px"><font size="-1">Microsoft or any ' + */
'      <div style="width:700px;color:red"><p style="margin: 2px"><font size="2" color="red">Microsoft or any ' +
'      other companies mentioned on this web site are in no way<br />affiliated with, nor do they ' + 
'      offer endorsement of, this web site.</font></p></div>' + 
'      <p><font size="-2">' + 
'      <!--Creative Commons License-->' + 
'      <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/">' + 
'      <img alt="Creative Commons License" border="0" src="images/somerights20.png" width="88" height="31" /></a><br />' + 
'      This work is licensed under a' + 
'      <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/">Creative ' + 
'      Commons Attribution-NonCommercial-NoDerivs 2.5 License</a>.' + 
'      <!--/Creative Commons License-->' + 
'      <!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc-nd/2.5/" /><dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc-nd/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"/></License></rdf:RDF> -->' + 
'      </font></p>' + 
'      </center>'

document.write(info)
}
function _copyrighta()
{
info='      <p><font size="2"><center>Reproduction of information on this site, in any form, is prohibited ' + 
'      without the express written permission of the author.</font></p>' + 
/*'      <p style="margin-top: 2px; margin-bottom: 2px"><font size="-1">Microsoft and / or any ' + */
'      <div style="width:700px;color:red"><p style="margin: 2px"><font size="2" color="red">Microsoft or any ' +
'      other companies mentioned on this web site are in no way<br />affiliated with, nor do they ' + 
'      offer endorsement of, this web site.</font></p></div>' + 
'      <p><font size="-2">' + 
'      <!--Creative Commons License-->' + 
'      <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/">' + 
'      <img alt="Creative Commons License" border="0" src="images/somerights20.png" width="88" height="31" /></a><br />' + 
'      This work is licensed under a' + 
'      <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/">Creative ' + 
'      Commons Attribution-NonCommercial-NoDerivs 2.5 License</a>.' + 
'      <!--/Creative Commons License-->' + 
'      <!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc-nd/2.5/" /><dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc-nd/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"/></License></rdf:RDF> -->' + 
'      </font></p>' + 
'      </center>'

document.write(info)
}
/* End Copyright function */

/*********  Start Toggle **********/
function toggle(e) 
{  
if (e.style.display == "none") 
	{
	e.style.display = "";
	 } 
else 
	{     
	e.style.display = "none";  
	}
}
/********* End Toggle ************/