publicfolder = function() {
	var helpWindow = window.open('','hw','width=320,height=200');
	var helpWin = helpWindow.document;
	helpWin.write('<html><head><title>What are public folders?</title>');
	helpWin.write('<link rel="stylesheet" type="text/css" href="css/awv.css"></head>');
	helpWin.write('<body><div id="helpDiv"><h2>Public Folders</h2><p>Public folders are a way for you to create a collection of clips you like, and then easily send a link to a client, or friend, so that they can view the same clips as you without having to send multiple links to the clips themself.</p>');
	helpWin.write('<p>If you wish you can add a password to the folder to protect it. This is not your account password, and it is recommended that you do not use your account password for this.</p>');
	helpWin.write('<a href="javascript:self.close()">Close this window</a></div></body></html>');
	helpWin.close();
	return false;
}
