// Start -->
					function jumpToPage2(thePage) {
						if (thePage!=null && thePage!=0) {
							if(thePage==1) {window.location = "outdoor-adventures.htm#rafting"};
							if(thePage==2) {window.location = "outdoor-adventures.htm#seakayak"};
							if(thePage==3) {window.location = "outdoor-adventures.htm#trek"};
							if(thePage==4) {window.location = "outdoor-adventures.htm#infkayak"};
							if(thePage==5) {window.location = "outdoor-adventures.htm#culture"};
							if(thePage==6) {window.location = "outdoor-adventures.htm#multi"};
							if(thePage==7) {window.location = "outdoor-adventures.htm#glacier"};
							if(thePage==8) {window.location = "outdoor-adventures.htm#wildlife"};
							if(thePage==9) {window.location = "outdoor-adventures.htm#specialty"};
							if(thePage==10) {window.location = "river-guide-school.htm"};
							if(thePage==11) {window.location = "outdoor-adventures.htm#custom"};
							if(thePage==12) {window.location = "outdoor-adventures.htm"};
							
						};
					};

// End -->

// Start -->
					function jumpToPage(thePage) {
						if (thePage!=null && thePage!=0) {
							if(thePage==1) {window.location = "adventure-travel-trips.htm#oregon"};
							if(thePage==2) {window.location = "adventure-travel-trips.htm#alaska"};
							if(thePage==3) {window.location = "adventure-travel-trips.htm#idaho"};
							if(thePage==4) {window.location = "adventure-travel-trips.htm#california"};
							if(thePage==5) {window.location = "adventure-travel-trips.htm#hawaii"};
							if(thePage==6) {window.location = "adventure-travel-trips.htm#norway"};
							if(thePage==7) {window.location = "adventure-travel-trips.htm#iceland"};
							if(thePage==8) {window.location = "adventure-travel-trips.htm#baja"};
							if(thePage==9) {window.location = "adventure-travel-trips.htm#customtrip"};							
						};
					};

// End -->

// Start -->
// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header

var good;
function checkEmailAddress(field) {
// the following expression must be all on one line...
var goodEmail = field.value.match(/\b(^(\S+@).+((\.com)|(\.net)|(\.edu)|(\.mil)|(\.gov)|(\.org)|(\..{2,2}))$)\b/gi);
if (goodEmail){
   good = true
} else {
   alert('Please enter a valid e-mail address.')
   field.focus()
   field.select()
   good = false
   }
}

u = window.location;
m = "I recommend Destination Wilderness for Adventure Travel....";
function mailThisUrl(){
   good = false
   checkEmailAddress(document.eMailer.address)
   if (good){
      // the following expression must be all on one line...
      window.location = "mailto:"+document.eMailer.address.value+"?subject="+m+"&body="+document.title+" "+u;
   }
}

// End -->

// Start -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function Start(page) {
OpenWin = this.open(page, "CtrlWindow", "width=350,height=475,left=350,top=250,screenX=350,screenY=250,toolbar=no,menubar=no,location=no,scrollbars=no,resize=yes");
}
// End -->
 
				
				
				