<!--
/*********************************
 * author@TechSystems.com        *
 * http://www.portaldepot.net    *
 * management@portaldepot.net    *
 * (c)TechSystems.com 2005       *
 * All Rights Reserved.          *
 *********************************
 */

//Change your initial tabBGcolor to your document background color.
var tabBGcolor = "#d9d9d9"; 

//Change your tab background color here.
var thBGcolor = "#f9efe9"; 
 
var num=1;
var bottomBordr="1px solid #000000"

var tb = document.getElementById("tb");
var tb1 = document.getElementById("tb1");
var tb2 = document.getElementById("tb2");
var tb3 = document.getElementById("tb3");
var tb4 = document.getElementById("tb4");



//If you input images in your content, you have to 
//preload the images. If you call your images from a separate
//directory, you have to put in the directory var imgDir = "imageDirectory".
//If you call the images from the same directory that holds your document,
//then just leave it empty. Put your images into the array.
var imgArray = new Array("008_8A.jpg", "creekscene.jpg", "familyhike.jpg", "gi-blob.jpg", "image002.jpg");
var imgDir = "playpics";
if (document.images) {
for (i=0; i<imgArray.length; i++) {
eval("imgObj" + i + "= new Image(50,30)");
eval("imgObj" + i + ".src = '" + imgDir + imgArray[i] + "'");
}
}

function tgglTabs(n2) {
num = n2;
var tb = document.getElementById("tb");
var tb1 = document.getElementById("tb1");
var tb2 = document.getElementById("tb2");
var tb3 = document.getElementById("tb3"); 
var tb4 = document.getElementById("tb4");


//Change the content "tb.innerHTML = " for each tab below.


   		
	   if (num==1){
		tb1.style.backgroundColor = tabBGcolor;
    tb1.style.borderBottom = "1px solid " +tabBGcolor;						
	  tb.innerHTML = '<table><tr><td valign="top"><p class="subtitle" fontcolor="#ff33ff">Canoeing</p><p class="maintext">We provide the transportation, paddles, canoes, and life jackets.  You float in the Ozark National Scenic Riverways.  The Jacks Fork and Current rivers are two of the most beautiful rivers in the U.S.  You may prefer to take your trip Monday through Thursday in order to avoid the weekend crowds.</p><p class="maintext">Especially in the Spring, these Class I rivers are sometimes closed due to flooding.</p><p class="maintext">We do offer multi-day trips to other areas--for example our Boundry Waters trips.  These require permiting and a few months lead time to get all the ducks in a row for a trip.  We are willing to lead a trip anywhere we are able to get a permit!<p class="sidebar">We have a special use permit from the ONSR to provide canoe rental and livery service within the boundary of ONSR only to guest that participate in other activities or programs at Discovery Ministries.  Camping counts as another program or activity.</p>  <p class="note">Note that <strong>during July and August</strong> we cannot put canoes on the rivers on <strong>Saturday and Sunday</strong> due to National Park Service regulations on our activity.  This may not apply if it is a multi-day canoe trip, call to see.  <br><br>Canoes must have at least one person over the age of 13 in them.   <br><Br>If you want to rent less than 3 canoes, we suggest that you call another canoe rental.  They will be glad to pick you up at our camp and bring you back here.  And, they will be much cheaper.  We are generally cheaper if you have 3 canoes or more.</p><td align="center" valign="top"><p class="sidebar">Your ONSR trip can last 3 hours to 5 days depending<br> on your chosen put-in and take-out points.</p><img src="../activitiespics/photo8.jpg" width="310" height="409" alt=""></td></td></tr></table>';
		tb2.style.backgroundColor = thBGcolor;
    tb2.style.borderBottom = bottomBordr;
		tb3.style.backgroundColor = thBGcolor;
    tb3.style.borderBottom = bottomBordr;	
		tb4.style.backgroundColor = thBGcolor;
    tb4.style.borderBottom = bottomBordr;
		
			
    }	


	  if (num==2){
		tb2.style.backgroundColor = tabBGcolor;
		tb2.style.borderBottom = "1px solid " + tabBGcolor;		
	  tb.innerHTML = '<table><tr><td valign="top"><span class="subtitle">Caving</span><p class="maintext">Shannon County has over 300 caves.  We try to design a caving trip at the challenge level your group wants.  From a cave that allows access to most people to a cave that has 2 rappels, climbing, and lots of tight squeezes inside.</p><ul type=circle> <li>You provide the flashlights and batteries, we provide all the other necessary equipment.</li><li>Will you get muddy?  It depends on whether you walk, crawl, or fall down.</li><li>  What clothing do you need?  Caves are 55 degrees, dark, and very humid all year long.  Dress according to how comfortable you want to be in that atmosphere</li>  <li>  It is never easy to get to a cave. You have to drive a while, walk through the woods a while, and then go in the cave.  Most people are tired at the end of a caving trip.</li></ul></TD><td align="center" valign="top"><div class="sidebar">Plan to spend at least 5 hours of your day travelling and caving.<br>  These trips can take as much as 9 hours.</div><br><img src="../activitiespics/photo6.jpg" width="310" height="400" alt=""></td></tr></table>';
		tb1.style.backgroundColor = thBGcolor;
    tb1.style.borderBottom = bottomBordr;
		tb3.style.backgroundColor = thBGcolor;
    tb3.style.borderBottom = bottomBordr;
		tb4.style.backgroundColor = thBGcolor;
    tb4.style.borderBottom = bottomBordr;
		
    }	
	  if (num==3){
		tb3.style.backgroundColor = tabBGcolor;
		tb3.style.borderBottom = "1px solid " + tabBGcolor;		
	  tb.innerHTML = '<table><tr><td valign="top"><p class="subtitle">Rock Climbing & Rappelling (single day trip)</p><p class="maintext">Climbing real rock is like taking the training wheels off a climbing wall.  The beauty and challenge of natural rock cannot be imitated.  A 120 percent mental, physical, and spiritual challenge, there is no way words can describe the feeling of accomplishment participants enjoy when they conquer a climb that is at the far reaches of their abilities.  Add to the climbing experience a 70 foot rappel, and most participants sleep during the drive back to camp.  In the summer time, we can stop at Rocky Falls on the way home to take a cooling swim.</p><p align="center" class="sidebar2">For an in-depth description of our Rock Week, see the article<a href="../info_articles/art_climbing.htm">What is a Rock Week?</a></td><td align="center" valign="top"><p class="sidebar">This activity will take half to all day<br>depending on the group size.  Includes 40 minute drive<br>to site, 10 minute walk up hill to rock.</p><img src="../activitiespics/photo15.jpg" width="310" height="398" alt=""></td></tr></table>';
		tb1.style.backgroundColor = thBGcolor;
		tb1.style.borderBottom = bottomBordr;		
		tb2.style.backgroundColor = thBGcolor;
		tb2.style.borderBottom = bottomBordr;
		tb4.style.backgroundColor = thBGcolor;
    tb4.style.borderBottom = bottomBordr;
				
    }			

	if (num==4){
		tb4.style.backgroundColor = tabBGcolor;
		tb4.style.borderBottom = "1px solid " + tabBGcolor;		
	  tb.innerHTML = '<table><tr><td valign="top"><p class="subtitle">Orienteering</p><p class="maintext">This is a group initiative with real life consequences--Getting Lost.&nbsp; We teach the group to read a map and compass, then drop in the middle of nowhere (or so they think) and give them destinations.&nbsp; Wherever they lead, we go.&nbsp; The final destination is the transportation back to the camp.&nbsp; Be sure to bring creek crossing shoes!</td><td align="center" valign="top"><P class="sidebar"> The time for this activity is highly unpredictable.&nbsp; Orienteering takes<br> anywhere from 2 to 8 hours depending on how the group works<br> together, stays focused, encourages, etc.</p><img src="../activitiespics/photo1.jpg" width="335" height="260" alt=""></td></table>';
		tb1.style.backgroundColor = thBGcolor;
		tb1.style.borderBottom = bottomBordr;		
		tb2.style.backgroundColor = thBGcolor;
		tb2.style.borderBottom = bottomBordr;
		tb3.style.backgroundColor = thBGcolor;
    tb3.style.borderBottom = bottomBordr;
				
    }			

	

}		
//-->
