/* This function creates a popup window with the comments about the calendar... */

function popup() {
	var popwin = window.open("", "BetaTest", "width=500,height=700,scrollbars=yes,resizable=yes");
	popwin.document.writeln("<h2><center>North Trinity Lake Online<br>Community Calendar</center></h2>");
	popwin.document.writeln("<p>With positive responses from community members, we have concluded that the calendar");
	popwin.document.writeln("facility will benefit the communities of the north Trinity Lake basin. The calendar");
	popwin.document.writeln("package is called Thyme produced by Extrosoft Software.</p>");
	popwin.document.writeln("<p>You can access the calendar using the Community Calendar link in the Quick Links list,");
	popwin.document.writeln("click on the calendar graphic above the event summary list, or click on the \"open calendar\" link below the");
	popwin.document.writeln("events list.</p><p>To request an event to be posted, click on the &quot;+&quot; symbol in the");
	popwin.document.writeln("date square and complete the event form.</p><p>We are writing");
	popwin.document.writeln("easy-to-follow instructions, a policy about how to get your activity posted, and instructions");
	popwin.document.writeln("on how to become a calendar manager for your organization. These will appear under the \"Help\" tab");
	popwin.document.writeln("in the calendar.</p><p><span >Some of the calendar");
	popwin.document.writeln("features are:</span></p><ul><li>Ability for community members to post events</li><li>Email");
	popwin.document.writeln("notification if an event is added, modified, or deleted on the calendar <i>(We are working on a");
	popwin.document.writeln("login request process.)</i></li><li>Email reminder notices that you can subscribe to for events</li>");
	popwin.document.writeln("<li>Ability to download event information to a calendar on your computer or PDA -- such as Microsoft");
	popwin.document.writeln("Outlook calendar</li></ul><p>Please us email at ");
	var user = "editor"; var domain = "northtrinitylake.com";
	popwin.document.writeln('<a href="mailto:' + user + '@' + domain + '">' + user + '@' + domain + '</a>');
	popwin.document.writeln(" and let us know if you would like to have a special calendar for your group or organization.");
	popwin.document.writeln("We can create logins for calendar managers and group members to access special calendars.");
	popwin.document.writeln("And if there are features you would like to see, send us an email.<br><br>");
	popwin.document.writeln("<center><a href=\"javascript:self.close()\">Close this window.</a></center>");
}
