<HTML>
<HEAD>
#include "header.inc"
#include "debug_js.inc"

<TITLE>Remote Assistance</TITLE>
<LINK id="UI_StyleSheet" REL="stylesheet" TYPE="text/css" HREF="../Css/rc.css">
<Script language="javascript">
function OnLoad()
{
	var L_ERRACCESSDENIED_Text	= "Directly launching this page is not allowed. ";

	if( null == parent.OnLoad1 )
	{
		idBody.style.visibility = "hidden";
		alert( L_ERRACCESSDENIED_Text );
		return;
	}
}
</Script>
</HEAD>
<BODY id="idBody" onload="OnLoad();">
<BR>
<Font class="styText"><Center><strong>Learn about Remote Assistance security issues</strong></Center></Font>
<P>
<Table class="styText MaxWidth" border=0>	
	<TR>
		<TD>
			Any unauthorized persons that receive your Remote Assistance invitations may be able to connect to your computer. To better secure your computer, use the password option.
		</TD>
	</TR>		
</BODY>
</HTML>