<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS

var showsflash		= "yes"		// SHOW FLASH IMAGE CHANGER
var flashcolor		= "1F1F32"	// FLASH BACKGROUND COLOR
var flashwC		= "175"		// WIDTH OF THE FLASH CHANGER
var flashhC		= "200"		// HEIGHT OF THE FLASH CHANGER

var flashspace		= "40"		// FLASH TOP SPACING
var flashspaceB		= "26"		// FLASH BOTTOM SPACING
var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		= "1"		// MENU TOP SPACING




document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth"><tr><td>');
document.write('<img src="image-files/spacer.gif" width="175" height="'+menutop+'" class="menuwidth"></a><br>');




// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="laura-mccabe.html" class="menu">About Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="services.html" class="menu">Services</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="interventions.html" class="menu">Interventions</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="heart-of-the-matter.html" class="menu">The Heart of the Matter</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="workshops.html" class="menu">Workshops</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="center-for-law-and-addiction.html" class="menu">Center for Law &amp; Addiction</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="resources.html" class="menu">Resources</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="support-groups.html" class="menu">Support Groups</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="success-stories.html" class="menu">Success Stories</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact-addiction-intervention-inc.html" class="menu">Contact Us</a>');

// END TOP LINKS //



/*
document.write('</td></tr><tr><td align="center">');
document.write('<img src="image-files/spacer.gif" width="175" height="'+menuspace+'"></a><br>');
*/



// START BOTTOM LINKS //

/*
document.write('</td></tr><tr><td nowrap class="topline">');
document.write('<a href="site_map.htm" class="menu">Gallery Home</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery1.htm" class="menu">Gallery One</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery2.htm" class="menu">Gallery Two</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery3.htm" class="menu">Gallery Three</a>');
*/

// END BOTTOM LINKS //






document.write('</td></tr><tr><td align="center">');

document.write('<img src="image-files/spacer.gif" width="175" height="'+flashspace+'"></a><br>');

// FLASH CHANGER
   if (showsflash == "yes") {
document.write('<div class="printhide">');
document.write('<table cellpadding="0" cellspacing="0" border="0" class="flashchanger"><tr><td valign="top">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" id="imagechanger">');
document.write('<PARAM NAME="movie" VALUE="support-files/imagechanger-sbi.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+flashcolor+'">');
document.write('<EMBED src="support-files/imagechanger-sbi.swf" quality="high" bgcolor="#'+flashcolor+'"  WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" NAME="imagechanger" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');
document.write('</div>');
}

document.write('<img src="image-files/spacer.gif" width="175" height="'+flashspaceB+'"></a><br>');







document.write('</td></tr></table>');

//  End -->