<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW 3RD SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "yes"		// SHOW THE 3RD PARAGRAPH
var links		= "yes"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var movedown		= "45"		// SIDEBAR SPACE FROM TOP




document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');

document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');






// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<img src="picts/sidebar-1.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}




// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('Quick Links</legend>');

document.write('Grab the info you need. ');
document.write('<a href="2010-ConferenceBrochure.pdf">Brochure</a>');
document.write('<br>')
document.write('<a href="2010-ConferenceAgenda.pdf">Agenda</a>');
document.write('<br>')
document.write('<a href="http://campaign.constantcontact.com/render?v=001xE0bk2lrgCrNuo8x6wjlcWcw8YnoPYRMhtnIpRX11ZonpAo18oUE30qz7ZG3ekS3xSDk2BOg877s5dD52_9rkUUO1dkh5HmYb54e8UWRE3wV7iQuXmlKcA%3D%3D">Conference Flash</a>');
document.write('<br>')
document.write('<a href="Registration.htm">Registration</a>');
document.write('<br>')
document.write('<a href="Exhibitor.htm">Exhibitor Information</a>');
document.write('<br>')
document.write('<a href="sponsor.htm">Sponsor Information</a>');
document.write('<br>')


document.write('<a href="http://nwrendezvous4.org/2010-Conference-ASHE-12-09.pdf">Save the Date Letter</a>');
document.write('<br>')

document.write('<a href="http://nwrendezvous4.org/chfm.htm">CHFM & CHC Workshop & Exam</a>');
document.write('<br>')
document.write('</fieldset>');
document.write('<br><br><br>');
}

// END FIRST TEXT AREA








// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('ASHE Chapters</legend>');

document.write('<a href="http://www.ashe.org">ASHE</a><br>');

document.write('<a href="http://ashme.org/">Alaska: ASHME</a><br>');

document.write('<a href="http://www.ishe-web.com">Idaho: ISHE</a><br>');

document.write('<a href="http://www.oshe.us/" target="_blank">Oregon: OSHE</a><br>');

document.write('<a href="http://www.mt-mshe.net/" target="_blank">Montana: MSHE</a><br>');

document.write('<a href="http://www.ashe.org/ashe/chapters/chapterlist.html#Wyoming" target="_blank">Wyoming: WSHE</a><br>');

document.write('<a href="http://www.wsshe.org" target="_blank">Washington: WSSHE</a><br>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA










// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<img src="picts/sidebar-2.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}




// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('Why NW Rendezvous?</legend>');

document.write('Its an historical homage to the Mountain Man Native American Rendezvous Sites of the 17th century. ');

document.write('<a href="http://www.thefurtrapper.com/rendezvous_sites.htm">More...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END SECOND TEXT AREA










// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<img src="picts/sidebar-3.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}




// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset class="sidebar"><legend>');
document.write('On the River</legend>');

document.write('Beautifully located in downtown Spokane, Washington with the River in the backyard, the Spokane Convention Center and DoubleTree Hotel will provide attractive accommodations and local fun activities. ');

document.write('<a href="travel.htm">More...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END THIRD TEXT AREA







document.write('</td></tr></table>');
//  End -->