/* 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.aspx"><font size="2">read the directions.</font></a></i></b>' + 
'</td>' + 
'</tr>' + 
'</table></div>'

document.write(info)
}
/* End Registry Warning function **