var message_= "This computer system, including all related equipment, is the property of the NYC Department of Design and Construction (DDC) and is solely for uses authorized by DDC. You have no right to privacy on the system, and all information and activity on the system may be monitored. Any unathorized use of the system may result in disciplinary action, civil or criminal penalties. \n\nYour use of the system constitutes express consent to the above terms and conditions."

function confirm_ftp()	{ 
	/*if (confirm(message_))	
	{ 
		return true;
	} */
	return true;
} 

function confirm_verify()	{
	var s = "If you have already registered, but have not received activation email, your email address will be verified,\n"; 
		s+="and the system will attempt to activate your account.\n\n";
	/*if (confirm(s+message_))	{
		return true;
	}*/
	return true;
}