var watchseries = new RegExp ("/watch/");
var broadcastsched = new RegExp ("/watch/broadcast.html");
var online = new RegExp ("/watch/online.html");
var dvds = new RegExp ("/watch/dvd.html");

var events = new RegExp ("/events/");
var findevents = new RegExp ("/events/index.html");
var downloads = new RegExp ("/events/order-form.html");

var parties = new RegExp ("/parties");

var resources = new RegExp ("/resources/");
var publications = new RegExp ("/resources/publications.html");
var reading = new RegExp ("/resources/books.html");
var help = new RegExp ("/resources/help.html");

var about = new RegExp ("/about/");
var project = new RegExp ("/about/about-the-project.html");
var website = new RegExp ("/about/about-the-partnership.html");
var faq = new RegExp ("/faq.html");
var link2us = new RegExp ("/about/link-to-us.html");


///BUILD NAVIGATION

//WATCH BUTTON ON
if (watchseries.test(document.URL) == true){

	if (broadcastsched.test(document.URL) == false && online.test(document.URL) == false && dvds.test(document.URL) == false){
		
		document.writeln ('<a href="http://www.addictionaction.org/watch/"><img src="http://www.addictionaction.org/images/nav_watch1.jpg" alt="Watch the Series" name="watchseries" width="200" height="40" border="0" id="watchseries" /></a>');
		
		}

	else {
document.writeln ('<a href="http://www.addictionaction.org/watch/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image9\',\'\',\'http://www.addictionaction.org/images/nav_watch1.jpg\',1)"><img src="http://www.addictionaction.org/images/nav_watch0.jpg" alt="Watch the Show" name="Image9" width="200" height="40" border="0" id="Image9" /></a>');
	}


	
	
	//WATCH-ONLINE
	if (online.test(document.URL) == true){
	
    document.writeln ('<a href="http://www.addictionaction.org/watch/online.html"><img src="http://www.addictionaction.org/images/subnav_online1.gif" alt="watch online" name="online" width="200" height="20" border="0" id="online" /></a>');
    
	}

	else {
	
    document.writeln ('<a href="http://www.addictionaction.org/watch/online.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'online\',\'\',\'http://www.addictionaction.org/images/subnav_online1.gif\',1)"><img src="http://www.addictionaction.org/images/subnav_online0.gif" alt="watch online" name="online" width="200" height="20" border="0" id="online" /></a>');

	}


	
	//WATCH-DVDS
	if (dvds.test(document.URL) == true){
	
    document.writeln ('<a href="http://www.addictionaction.org/watch/dvd.html"><img src="http://www.addictionaction.org/images/subnav_dvds1.gif" alt="DVDs" name="dvds" width="200" height="20" border="0" id="dvds" /></a>');
  
	}
	else {
	
    document.writeln ('<a href="http://www.addictionaction.org/watch/dvd.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'dvds\',\'\',\'http://www.addictionaction.org/images/subnav_dvds1.gif\',1)"><img src="http://www.addictionaction.org/images/subnav_dvds0.gif" alt="DVDs" name="dvds" width="200" height="20" border="0" id="dvds" /></a>');
    
	}
}



//WATCH ROLL-OVER
else {

document.writeln ('<a href="http://www.addictionaction.org/watch/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image9\',\'\',\'http://www.addictionaction.org/images/nav_watch1.jpg\',1)"><img src="http://www.addictionaction.org/images/nav_watch0.jpg" alt="Watch the Show" name="Image9" width="200" height="40" border="0" id="Image9" /></a>');

}





//PARTIES BUTTON ON
if (parties.test(document.URL) == true){

document.writeln ('<a href="/parties/"><img src="http://www.addictionaction.org/images/nav_parties1.jpg" alt="House Parties" name="Image10" width="200" height="40" border="0" id="Image10" /></a>');


}

//SHOW PARTIES ROLL-OVER
else {

document.writeln ('<a href="/parties/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image10\',\'\',\'http://www.addictionaction.org/images/nav_parties1.jpg\',1)"><img src="http://www.addictionaction.org/images/nav_parties0.jpg" alt="House Parties" name="Image10" width="200" height="40" border="0" id="Image10" /></a>');

}





//COMMUNITY EVENTS BUTTON ON
if (events.test(document.URL) == true){


	if (findevents.test(document.URL) == false && downloads.test(document.URL) == false){
		
		document.writeln ('<a href="http://www.addictionaction.org/events/"><img src="http://www.addictionaction.org/images/nav_commEvents1.jpg" alt="Community Events" name="Image11" width="200" height="40" border="0" id="Image11" /></a>');
		
	}
	else {
		
		document.writeln ('<a href="http://www.addictionaction.org/events/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image11\',\'\',\'http://www.addictionaction.org/images/nav_commEvents1.jpg\',1)"><img src="http://www.addictionaction.org/images/nav_commEvents0.jpg" alt="Community Events" name="Image11" width="200" height="40" border="0" id="Image11" /></a>');
		
	}

	//COMMUNITY EVENTS -  FIND AN EVENT
	if (findevents.test(document.URL) == true){
	
    document.writeln ('<a href="http://www.addictionaction.org/events/index.html"><img src="http://www.addictionaction.org/images/subnav_findEvent1.gif" alt="Find Events" name="findevents" width="200" height="20" border="0" id="findevents" /></a>');
    
	}
	else {
	    document.writeln ('<a href="http://www.addictionaction.org/events/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'findevents\',\'\',\'http://www.addictionaction.org/images/subnav_findEvent1.gif\',1)"><img src="http://www.addictionaction.org/images/subnav_findEvent0.gif" alt="Find Events" name="findevents" width="200" height="20" border="0" id="findevents" /></a>');
    
	}
	
	//COMMUNITY EVENTS -  DOWNLOAD
	if (downloads.test(document.URL) == true){
	
    document.writeln ('<a href="http://www.addictionaction.org/events/order-form.html"><img src="http://www.addictionaction.org/images/subnav_download0.gif" alt="Downloads" name="downloads" width="200" height="20" border="0" id="downloads" /></a>');
 
	}
	else {
	
    document.writeln ('<a href="http://www.addictionaction.org/events/order-form.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'downloads\',\'\',\'http://www.addictionaction.org/images/subnav_download1.gif\',1)"><img src="http://www.addictionaction.org/images/subnav_download0.gif" alt="Downloads" name="downloads" width="200" height="20" border="0" id="downloads" /></a>');
    
	}
	
	

}

//SHOW COMMUNITY EVENTS ROLL-OVER
else {

document.writeln ('<a href="http://www.addictionaction.org/events/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image11\',\'\',\'http://www.addictionaction.org/images/nav_commEvents1.jpg\',1)"><img src="http://www.addictionaction.org/images/nav_commEvents0.jpg" alt="Community Events" name="Image11" width="200" height="40" border="0" id="Image11" /></a>');

}







//RESOURCES BUTTON ON
if (resources.test(document.URL) == true){

	if (publications.test(document.URL) == false && reading.test(document.URL) == false && help.test(document.URL) == false) {
		
		document.writeln ('<a href="http://www.addictionaction.org/resources/"><img src="http://www.addictionaction.org/images/nav_resources1.jpg" alt="Help and Recovery" name="Image12" width="200" height="40" border="0" id="Image12" /></a>');
		
		}
	else {
		
		document.writeln ('<a href="http://www.addictionaction.org/resources/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image12\',\'\',\'http://www.addictionaction.org/images/nav_resources1.jpg\',1)"><img src="http://www.addictionaction.org/images/nav_resources0.jpg" alt="Help and Recovery" name="Image12" width="200" height="40" border="0" id="Image12" /></a>');
		
	}


	//RESOURCES-PUBLICATIONS
	if (publications.test(document.URL) == true){
	
    document.writeln ('<a href="http://www.addictionaction.org/resources/publications.html"><img src="http://www.addictionaction.org/images/subnav_publications1.gif" alt="publications" name="publications" width="200" height="20" border="0" id="publications" /></a>');
    
	}
	else {
	
    document.writeln ('<a href="http://www.addictionaction.org/resources/publications.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'publications\',\'\',\'http://www.addictionaction.org/images/subnav_publications1.gif\',1)"><img src="http://www.addictionaction.org/images/subnav_publications0.gif" alt="publications" name="publications" width="200" height="20" border="0" id="publications" /></a>');
    
	}
	
	//RESOURCES-READING/BOOKS
	if (reading.test(document.URL) == true){
	
    document.writeln ('<a href="http://www.addictionaction.org/resources/books.html"><img src="http://www.addictionaction.org/images/subnav_reading1.gif" alt="Reading" name="reading" width="200" height="20" border="0" id="reading" /></a>');

	}
	else {
	    document.writeln ('<a href="http://www.addictionaction.org/resources/books.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'reading\',\'\',\'http://www.addictionaction.org/images/subnav_reading1.gif\',1)"><img src="http://www.addictionaction.org/images/subnav_reading0.gif" alt="Reading" name="reading" width="200" height="20" border="0" id="reading" /></a>');
    
	}

	
	//RESOURCES-HELP
	if (help.test(document.URL) == true){
	
    document.writeln ('<a href="http://www.addictionaction.org/resources/help.html"><img src="http://www.addictionaction.org/images/subnav_help1.gif" alt="Help" name="help" width="200" height="20" border="0" id="help" /></a>');
    	}
	else {
	
    document.writeln ('<a href="http://www.addictionaction.org/resources/help.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'help\',\'\',\'http://www.addictionaction.org/images/subnav_help1.gif\',1)"><img src="http://www.addictionaction.org/images/subnav_help0.gif" alt="Help" name="help" width="200" height="20" border="0" id="help" /></a>');
    
	}
}


//RESOURCES ROLL-OVER
else {

document.writeln ('<a href="http://www.addictionaction.org/resources/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image12\',\'\',\'http://www.addictionaction.org/images/nav_resources1.jpg\',1)"><img src="http://www.addictionaction.org/images/nav_resources0.jpg" alt="Help and Recovery" name="Image12" width="200" height="40" border="0" id="Image12" /></a>');

}






//ABOUT US BUTTON ON
if (about.test(document.URL) == true){

	if ( project.test(document.URL) == false && website.test(document.URL) == false && faq.test(document.URL) == false && link2us.test(document.URL) == false){
		
		document.writeln ('<a href="http://www.addictionaction.org/about/"><img src="http://www.addictionaction.org/images/nav_about1.jpg" alt="About Us" name="Image13" width="200" height="40" border="0" id="Image13" /></a>');
		
	}
	else {
		
		document.writeln ('<a href="http://www.addictionaction.org/about/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image13\',\'\',\'http://www.addictionaction.org/images/nav_about1.jpg\',1)"><img src="http://www.addictionaction.org/images/nav_about0.jpg" alt="About Us" name="Image13" width="200" height="40" border="0" id="Image13" /></a>');
		
	}

	//ABOUT US - PROJECT
	if (project.test(document.URL) == true){
	
    document.writeln ('<a href="http://www.addictionaction.org/about/about-the-project.html"><img src="http://www.addictionaction.org/images/subnav_project1.gif" alt="About The Project" name="project" width="200" height="20" border="0" id="project" /></a>');
    
	}
	else {  
	
    document.writeln ('<a href="http://www.addictionaction.org/about/about-the-project.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'project\',\'\',\'http://www.addictionaction.org/images/subnav_project1.gif\',1)"><img src="http://www.addictionaction.org/images/subnav_project0.gif" alt="About The Project" name="project" width="200" height="20" border="0" id="project" /></a>');
    
	}

	//ABOUT US - WEBSITE
	if (website.test(document.URL) == true){
	
    document.writeln ('<a href="http://www.addictionaction.org/about/about-the-partnership.html"><img src="http://www.addictionaction.org/images/subnav_website1.gif" alt="About This Website" name="partnership" width="200" height="20" border="0" id="partnership" /></a>');
    
	}
	else {  
	
    document.writeln ('<a href="http://www.addictionaction.org/about/about-the-partnership.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'partnership\',\'\',\'http://www.addictionaction.org/images/subnav_website1.gif\',1)"><img src="http://www.addictionaction.org/images/subnav_website0.gif" alt="About This Website" name="partnership" width="200" height="20" border="0" id="partnership" /></a>');
    
	}

	//ABOUT US - FAQ
	if (faq.test(document.URL) == true){
	
    document.writeln ('<a href="http://www.addictionaction.org/about/faq.html"><img src="http://www.addictionaction.org/images/subnav_faq1.gif" alt="FAQs" name="faq" width="200" height="20" border="0" id="faq" /></a>');
    
	}
	else {  
	
    document.writeln ('<a href="http://www.addictionaction.org/about/faq.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'faq\',\'\',\'http://www.addictionaction.org/images/subnav_faq1.gif\',1)"><img src="http://www.addictionaction.org/images/subnav_faq0.gif" alt="FAQs" name="faq" width="200" height="20" border="0" id="faq" /></a>');
    
	}


	//ABOUT US - LINK
	if (link2us.test(document.URL) == true){
	
    document.writeln ('<a href="http://www.addictionaction.org/about/link-to-us.html"><img src="http://www.addictionaction.org/images/subnav_link1.gif" alt="Link to Us" name="link" width="200" height="20" border="0" id="link" /></a>');
    
	}
	else {  
	
    document.writeln ('<a href="http://www.addictionaction.org/about/link-to-us.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'link\',\'\',\'http://www.addictionaction.org/images/subnav_link1.gif\',1)"><img src="http://www.addictionaction.org/images/subnav_link0.gif" alt="Link to Us" name="link" width="200" height="20" border="0" id="link" /></a>');
    
	}

}



//SHOW ABOUT US ROLL-OVER
else {

document.writeln ('<a href="http://www.addictionaction.org/about/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image13\',\'\',\'http://www.addictionaction.org/images/nav_about1.jpg\',1)"><img src="http://www.addictionaction.org/images/nav_about0.jpg" alt="About Us" name="Image13" width="200" height="40" border="0" id="Image13" /></a>');

}