//
// Centralized script used to display all Manassas District AA Web site navigation links
// Written by: Conrad Matiuk, February 21, 2005
//

// General Date function variables
var today_date= new Date()
var month=today_date.getMonth()
var today=today_date.getDate()
var day=today_date.getDay()
//var year=today_date.getYear()
var year=today_date.getFullYear()
var months = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
var dayofweek = new Array("sun","mon","tues","wed","thurs","fri","sat");

function tch(typesStr)	{
var msg = '';
var types = typesStr;
msg+='Meeting types:\r\n\r\n';
if( types == '' )
	{
	msg+='\tFollowing is a list of all the possible meeting type\r\n';
	msg+='\tdesignates and their descriptions:\r\n\r\n';
	}
	else
types = ',' + types + ',';
		
if( (types == '') || (types.indexOf('Open,') > 0) )
	msg+='(O)    Open - Meeting is open to all, including those simply curious about AA.\r\n';

if( (types == '') || (types.indexOf('Closed,') > 0) )
	msg+='(C)    Closed - AA members only - the only requirement for membership is a desire to stop drinking.\r\n';

if( (types == '') || (types.indexOf('Discussion,') > 0) )
	msg+='(D)    Discussion - Sharing by indviduals on decided topic(s) is the focus.\r\n';

if( (types == '') || (types.indexOf('Speaker,') > 0) )
	msg+='(Sp)   Speaker - A speaker(s) is scheduled to share experience, strength, and hope.\r\n';

if( (types == '') || (types.indexOf('Steps,') > 0) )
	msg+='(St)   Steps - The 12 Steps of AA are the meeting focus.\r\n';

if( (types == '') || (types.indexOf('Traditions,') > 0) )
	msg+='(T)    Traditions - The 12 Traditions of AA are the meeting focus.\r\n';

if( (types == '') || (types.indexOf('Big Book,') > 0) )
	msg+='(BB)   Big Book - Readings from the Big Book are the meeting focus.\r\n';

if( (types == '') || (types.indexOf('Beginners,') > 0) )
	msg+='(B)    Beginners - Focused issues pertaining to AA newcomers.\r\n';

if( (types == '') || (types.indexOf('Men Only,') > 0) )
	msg+='(M)    Men Only - Men special-interest group.\r\n';

if( (types == '') || (types.indexOf('Women Only,') > 0) )
	msg+='(W)    Women Only - Women special-interest group.\r\n';

if( (types == '') || (types.indexOf('Gay,') > 0) )
	msg+='(G)    Gay - Gay/Lesbian/Bi/Transgender special-interest group.\r\n';

if( (types == '') || (types.indexOf('Young People,') > 0) )
	msg+='(Y)    Young People - Young special-interest group.\r\n';

if( (types == '') || (types.indexOf('Smoking Permitted,') > 0) )
	msg+='(**)   Smoking Permitted - Smoking is Allowed.  Unless otherwise noted, meetings are assumed to be non-smoking.\r\n';

if( (types == '') || (types.indexOf('Handicapped-accessible,') > 0) )
	msg+='(H)    Handicapped-accessible - Location provides accessibility by handicapped individuals.\r\n';

if( (types == '') || (types.indexOf('Grapevine Literature,') > 0) )
	msg+='(gv)   Grapevine Literature - Grapevine Literature is the meeting focus.\r\n';

alert(msg);
} // end function

function common_footer(){
document.write('<td valign="top" class="botlinks"><div align="left">Comment or question for the <a href="mailto:webmaster@aamanassas.org?subject=Manassas AA">WebMaster</a>?<br><!--<a href="http://www.aamanassas.org/dnn/" style="text-decoration: none;">Web site</a> built and maintained by <a href="http://www.altweb-design.com" target="_blank" title="Web site built and maintained by Alternative Web Design">Alternative Web Design</a>--></td><td valign="top" class="botlinks"><div align="right"><script language="JavaScript">document.write("This page last updated:<br>" + document.lastModified)</script></td>');
} // end function

function common_footer_20050919(){
document.write('<td valign="top" class="botlinks"><div align="left">Comment or question for the <a href="mailto:webmaster@aamanassas.org?subject=Manassas AA">WebMaster</a>?<br><script language="JavaScript">document.write("URL: " + document.location.href)</script></td><td valign="top" class="botlinks"><div align="right"><script language="JavaScript">document.write("This page last updated:<br>" + document.lastModified)</script></td>');
} // end function

function index_nav(){
document.write('<h1>&nbsp;</h1>');
document.write('<div id="seal"><img src="images/aaicon.gif" width="100" height="100" border="0" align="center" valign="top" alt="AA Triangle"></div>');
document.write('<h4>Manassas AA</h4>');
document.write('<a href="#" onClick="today_meeting(1)" title="link to Today\'s Meetings">Meeting Schedules</a>');
//document.write('<a href="#" onClick="today_meeting(1)" title="link to Today\'s Meetings">Meeting Schedules</a>');
//document.write('<a href="htm/spring-workshop.html" title="link to Workshops">Area Workshops & Events</a>');
//document.write('<a href="#" onClick="menu_alert(\'District Archives\')" title="link to District Archives">District Archives</a>');
document.write('<a href="htm/dcm-news.html" title="link to Manassas District Events & Items of Interest"> Events, Minutes & Items of Interest</a>');
//document.write('<a href="docs/newsletter-200811.pdf" title="link to the manassas district Newsletter in PDF format" target="_blank">District Newsletter</a>');
//document.write('<a href="docs/newsletter-200903.pdf" title="link to the manassas district Newsletter in PDF format" target="_blank">District Newsletter</a>');
//document.write('<a href="docs/newsletter-200904.pdf" title="link to the manassas district Newsletter in PDF format" target="_blank">District Newsletter</a>');
//document.write('<a href="docs/newsletter-MD-200903.pdf" title="link to the manassas district Newsletter in PDF format" target="_blank">District Newsletter</a>');
document.write('<a href="docs/newsletter-MD-201005.pdf" title="link to the manassas district Newsletter in PDF format" target="_blank">District Newsletter</a>');
document.write('<a href="htm/archives.html" title="link to District Archives">District Archives</a>');
document.write('<a href="htm/promises.html" title="link to Promises, Prayers, and other things to Contemplate">Contemplations</a>');
document.write('<a href="htm/DistrictNotices.html" title="Notification of Obituaries or other news within our community news">Notifications</a>');
document.write('<h4>Quick Links</h4>');
document.write('<a href="http://www.aa.org" target="_blank" title="Alcoholics Anonymous">Alcoholics Anonymous</a>');
document.write('<a href="http://www.aa-intergroup.org/" target="_blank" title="Online Intergroup">Online Intergroup</a>');
document.write('<a href="http://www.aa.org/bigbookonline/index.cfm" target="_blank" title="Alcoholics Anonymous Big Book in PDF format">Big Book Online<br><span style="font-size: xx-small;">(in PDF format)</span></a>');
//document.write('<a href="http://www.recovery.org/aa/bigbook/ww/" target="_blank" title="Non-AA site Big Book in HTML format">Big Book Online<br><span style="font-size: xx-small;">(in HTML format)</span></a>');
document.write('<a href="http://www.aagrapevine.org/" target="_blank" title="Grapevine">Grapevine</a>');
document.write('<a href="http://www.aaprimarypurpose.org/" target="_blank" title="Primary Purpose">Primary Purpose</a>');
document.write('<a href="http://www.aavirginia.org/hp/" target="_blank" title="Virginia A.A., Area 71">Virginia A.A.,<br>Area 71</a>');
document.write('<a href="htm/area-webs.html" title="Other Area Web sites">Other Area Web Sites</a>');
document.write('<a href="http://www.nvintergroup.org/" target="_blank" title="Northern Virginia Intergroup">Northern Virginia Intergroup</a>');
document.write('<a href="http://www.alanonva.com/" target="_blank" title="Northern Virginia Al-Anon and Alateen">Al-Anon and Alateen</a>');
document.write('<img src="images/spacer.gif" border="0" width="1" height="1" hspace="63" alt="">');
document.write('<h4>&nbsp;</h4>');
document.write('<a href="docs/wherewhen.pdf" target="_blank" title="link to the manassas district folding Where and When in PDF format">Manassas Where & When <span style="font-size: xx-small;">(in PDF)</span></a>');
//document.write('<a href="blog/index.html" title="link to the manassas district Web log">Manassas District Web Log</a>');
document.write('<a href="htm/sobriety-date.htm" title="link to the Sobriety Calculator">Sobriety Calculator</a>');
document.write('<div id="seal"><img src="images/aa-small.gif" width="75" height="75" border="0" align="center" valign="top" alt="sobriety calculator"></div>');
} // end function

function sub_nav(){
document.write('<h1>&nbsp;</h1>');
document.write('<div id="seal"><img src="../images/aaicon.gif" width="100" height="100" border="0" align="center" valign="top" alt="AA Triangle"></div>');
document.write('<h4>Manassas AA</h4>');
document.write('<a href="../index.html" title="Manassas AA Home">Manassas AA Home</a>');
document.write('<a href="#" onClick="today_meeting(2)" title="link to Today\'s Meetings">Meeting Schedules</a>');
//document.write('<a href="spring-workshop.html" title="link to Workshops">Area Workshops & Events</a>');
//document.write('<a href="#" onClick="menu_alert(\'District Archives\')" title="link to District Archives">District Archives</a>');
document.write('<a href="archives.html" title="link to District Archives">District Archives</a>');
document.write('<a href="dcm-news.html" title="link to Manassas District Events & Items of Interest">Events, Minutes & Items of Interest</a>');
//document.write('<a href="../docs/newsletter-200903.pdf" title="link to the manassas district Newsletter in PDF format" target="_blank">District Newsletter</a>');
document.write('<a href="../docs/newsletter-MD-201005.pdf" title="link to the manassas district Newsletter in PDF format" target="_blank">District Newsletter</a>');
document.write('<a href="promises.html" title="link to Promises, Prayers, and other things to Contemplate">Contemplations</a>');
document.write('<a href="../htm/DistrictNotices.html" title="Obituaries or other news impacting members of our community">Notifications</a>');
//document.write('<a href="http://www.aamanassas.org/dnn/" title="link to the new Communications Portal">Communications Portal &amp; Calendar</a>');
document.write('<h4>Quick Links</h4>');
document.write('<a href="http://www.aa.org" target="_blank" title="Alcoholics Anonymous">Alcoholics Anonymous</a>');
document.write('<a href="http://www.aa-intergroup.org/" target="_blank" title="Online Intergroup">Online Intergroup</a>');
document.write('<a href="http://www.aa.org/bigbookonline/index.cfm" target="_blank" title="Alcoholics Anonymous Big Book in PDF format">Big Book Online<br><span style="font-size: xx-small;">(in PDF format)</span></a>');
//document.write('<a href="http://www.recovery.org/aa/bigbook/ww/" target="_blank" title="Non-AA site Big Book in HTML format">Big Book Online<br><span style="font-size: xx-small;">(in HTML format)</span></a>');
document.write('<a href="http://www.aagrapevine.org/" target="_blank" title="Grapevine">Grapevine</a>');
document.write('<a href="http://www.aaprimarypurpose.org/" target="_blank" title="Primary Purpose">Primary Purpose</a>');
document.write('<a href="http://www.aavirginia.org/hp/" target="_blank" title="Virginia A.A., Area 71">Virginia A.A.,<br>Area 71</a>');
document.write('<a href="area-webs.html" title="Other Area Web sites">Other Area Web Sites</a>');
document.write('<a href="http://www.nvintergroup.org/" target="_blank" title="Northern Virginia Intergroup">Northern Virginia Intergroup</a>');
document.write('<a href="http://www.alanonva.com/" target="_blank" title="Northern Virginia Al-Anon and Alateen">Al-Anon and Alateen</a>');
document.write('<img src="../images/spacer.gif" border="0" width="1" height="1" hspace="63" alt="">');
document.write('<h4>&nbsp;</h4>');
document.write('<a href="../docs/wherewhen.pdf" target="_blank" title="link to the manassas district folding Where and When in PDF format">Manassas Where & When <span style="font-size: xx-small;">(in PDF)</span></a>');
//document.write('<a href="../blog/index.html" title="link to the manassas district Web log">Manassas District Web Log</a>');
document.write('<a href="sobriety-date.htm" title="link to the Sobriety Calculator">Sobriety Calculator</a>');
document.write('<div id="seal"><img src="../images/aa-small.gif" width="75" height="75" border="0" align="center" valign="top" alt="sobriety calculator"></div>');
} // end function

function prayer_nav(){
document.write('<h1>&nbsp;</h1>');
document.write('<div id="seal"><img src="../images/aaicon.gif" width="100" height="100" border="0" align="center" valign="top" alt="AA Triangle"></div>');
document.write('<h4>Manassas AA</h4>');
document.write('<a href="../index.html" title="Manassas AA Home">Manassas AA Home</a>');
document.write('<a href="#" onClick="today_meeting(2)" title="link to Today\'s Meetings">Meeting Schedules</a>');
document.write('<a href="../docs/wherewhen.pdf" target="_blank" title="link to the manassas district folding Where and When in PDF format">Manassas Where & When <span style="font-size: xx-small;">(in PDF)</span></a>');
document.write('<h4>Prayers</h4>');
document.write('<a href="promises.html" title="link to the Promises">The Promises</a>');
document.write('<a href="serenity-short.html" title="Serenity Prayer">Serenity Prayer</a>');
document.write('<a href="serenity.html" title="Serenity Prayer">Serenity Prayer<br><span style="font-size: xx-small;">(Niebuhr version)</span></a>');
document.write('<a href="assisi.html" title="Prayer of St. Francis of Assisi">Prayer of St. Francis of Assisi</a>');
document.write('<a href="third-step.html" title="Third Step Prayer">Third Step</a>');
document.write('<a href="fourth-step.html" title="Fourth Step Prayer">Fourth Step</a>');
document.write('<a href="seventh-step.html" title="Seventh Step Prayer">Seventh Step</a>');
document.write('<a href="desiderata.html" title="Desiderata">Desiderata</a>');
document.write('<a href="footprints.html" title="Footprints">Footprints</a>');
document.write('<a href="page164.html" title="From Page 164 of the Big Book of Alcoholics Anonymous">Page 164 Excerpt</a>');
document.write('<h4>Links of Interest</h4>');
//document.write('<a href="http://www.recovery.org/aa/misc/oxford.html">Oxford Group</a>');
document.write('<a href="humor.html" title="link to a little humor?">Humor</a>');
document.write('<img src="../images/spacer.gif" border="0" width="1" height="1" hspace="63" alt="">');
document.write('<h4>&nbsp;</h4>');
document.write('<a href="sobriety-date.htm" title="link to the Sobriety Calculator">Sobriety Calculator</a>');
document.write('<div id="seal"><img src="../images/aa-small.gif" width="75" height="75" border="0" align="center" valign="top" alt="Unity, Service, Recovery"></div>');
} // end function

function htm_nav(){
document.write('<h1>&nbsp;</h1>');
document.write('<div id="seal"><img src="../images/aaicon.gif" width="100" height="100" border="0" align="center" valign="top" alt="AA Triangle"></div>');
document.write('<h4>Manassas AA</h4>');
document.write('<a href="../index.html" title="Manassas AA Home">Manassas AA Home</a>');
document.write('<a href="promises.html" title="link to Promises, Prayers, and other things to Contemplate">Contemplations</a>');
document.write('<h4>Meetings</h4>');
document.write('<a href="meetings-sun.html" title="link to the Sunday meetings">Sunday</a>');
document.write('<a href="meetings-mon.html" title="link to the Monday meetings">Monday</a>');
document.write('<a href="meetings-tues.html" title="link to the Tuesday meetings">Tuesday</a>');
document.write('<a href="meetings-wed.html" title="link to the Wednesday meetings">Wednesday</a>');
document.write('<a href="meetings-thurs.html" title="link to the Thursday meetings">Thursday</a>');
document.write('<a href="meetings-fri.html" title="link to the Friday meetings">Friday</a>');
document.write('<a href="meetings-sat.html" title="link to the Saturday meetings">Saturday</a>');
document.write('<a href="../docs/wherewhen.pdf" target="_blank" title="link to the manassas district folding Where and When in PDF format">Manassas Where & When <span style="font-size: xx-small;">(in PDF)</span></a>');
document.write('<h4>Quick Links</h4>');
document.write('<a href="http://www.aa.org" target="_blank" title="Alcoholics Anonymous">Alcoholics Anonymous</a>');
document.write('<a href="http://www.aa-intergroup.org/" target="_blank" title="Online Intergroup">Online Intergroup</a>');
document.write('<a href="http://www.aa.org/bigbookonline/index.cfm" target="_blank" title="Alcoholics Anonymous Big Book in PDF format">Big Book Online<br><span style="font-size: xx-small;">(in PDF format)</span></a>');
//document.write('<a href="http://www.recovery.org/aa/bigbook/ww/" target="_blank" title="Non-AA site Big Book in HTML format">Big Book Online<br><span style="font-size: xx-small;">(in HTML format)</span></a>');
document.write('<a href="http://www.aagrapevine.org/" target="_blank" title="Grapevine">Grapevine</a>');
document.write('<a href="http://www.aaprimarypurpose.org/" target="_blank" title="Primary Purpose">Primary Purpose</a>');
document.write('<a href="http://www.aavirginia.org/hp/" target="_blank" title="Virginia A.A., Area 71">Virginia A.A.,<br>Area 71</a>');
document.write('<a href="area-webs.html" title="Other Area Web sites">Other Area Web Sites</a>');
document.write('<a href="http://www.nvintergroup.org/" target="_blank" title="Northern Virginia Intergroup">Northern Virginia Intergroup</a>');
document.write('<a href="http://www.alanonva.com/" target="_blank" title="Northern Virginia Al-Anon and Alateen">Al-Anon and Alateen</a>');
document.write('<img src="../images/spacer.gif" border="0" width="1" height="1" hspace="63" alt="">');
document.write('<h4>&nbsp;</h4>');
document.write('<a href="sobriety-date.htm" title="link to the Sobriety Calculator">Sobriety Calculator</a>');
document.write('<div id="seal"><img src="../images/aa-small.gif" width="75" height="75" border="0" align="center" valign="top" alt="Unity, Service, Recovery"></div>');
} // end function

function menu_alert(thispage){
	alert("_________________\n\nThe " + thispage + " page is under development.\n\n Coming soon!\n\n--------------------------");
} // end function

function openmaps(map)
{
//var popurl = '../images/' + map + '.gif';
var popurl = map + '.html';
winpops=window.open(popurl,"","width=650,height=600,scrollbars,resizable,");
} // end function

function today_meeting(lvl)
{
switch(lvl){
  case 1:
	var todaymtg = 'htm/meetings-' + dayofweek[day] + '.html';
	if(navigator.userAgent.indexOf("Firefox")!=-1)
		{
		var versionindex=navigator.userAgent.indexOf("Firefox")+8
		if (parseInt(navigator.userAgent.charAt(versionindex))>=1)
//		alert("You are using Firefox 1.x or above")
		window.open(todaymtg); parent.window.self.close();
		}
	else
		{
		document.location = todaymtg;
		}
//	window.open(todaymtg); parent.window.self.close();
//	window.location.href = todaymtg;
//	document.location = todaymtg;
	break;
  case 2:
	var todaymtg = 'meetings-' + dayofweek[day] + '.html';
	document.location = todaymtg;
	break;
  } // end switch statement
} // end function

function openmessage(){
var popurl="htm/alcothon-message.html";
winpops=window.open(popurl,"","width=650,height=700,scrollbars,resizable,");
}

function rusure(URL,WebArea){
	question = confirm("Please Note:\n\nYou are leaving the Manassas District Web site.\n\nWe neither endorse nor oppose the content on the Area Web site that you are about to enter:\n\n "+WebArea+".\n\nClick on \"OK\" to continue or \"Cancel\" to stop.")
	if (question !="0"){
//		window.top.location = "URL"
		open(URL,"Site")
	}
}
