<!-- 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		= "no"		// SHOW 1ST SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 3RD PARAGRAPH
var movedown		= "2"		// SIDEBAR SPACE FROM TOP
var sidewidth		= "200"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "100"		// ADD EXTRA HEIGHT TO ALL PAGES WITH A SIDEBAR


document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="'+sidewidth+'"><br>');

// 1ST NOTES AREA
   if (showarea_2 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">Join the Tribe!</span></legend>');

document.write('<br>');

document.write('If you would like to stay in touch for access to more advice, tips and great info, choose your way.');

document.write('<br><br>');

document.write('<a href="contact.htm">Find Out More...</a>');


document.write('</fieldset>');

document.write('<br><br>');
}
// END FIRST TEXT AREA



// IMAGE AREA

   if (showimage_1 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td class="borders">');
document.write('<IMG SRC="picts/sidebar.jpg" border="0" width="150" height="100"><br>');
document.write('</td></tr></table><br>');
}





// 2ND NOTES AREA

   if (showarea_1 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">Testimonials</span></legend>');

document.write('When I first came to Dave, I had the opportunity of a lifetime to join the FBI, yet was drastically out of shape.  Several months and 35 pounds later, Dave helped me QUADRUPLE my initial FBI test score of 3 into a 12.  On my way to Quantico, and I could not have done it without Daves help!   CG - FBI');
document.write('<br><br><br>');
document.write('David, I love giving it my all and I cannot wait to be training with you again.  Thanks for your time and effort David.  You are a friend for life man!  THANKS.   CW - Navy SEAL');
document.write('<br><br><br>');
document.write('I cannot thank you enough for taking the time to speak with me and writing such a detailed Email.  Thank you.  This journey into the other world has been rather interesting to say the least and the one thing that continues to impress me is the type and caliber of people you meet.  This is the comaraderie that I have been searching for my entire life.   CF - Blackwater USA');
document.write('<br><br><br>');


document.write('<a href="testimonials.htm">Find Out More...</a>');

document.write('</fieldset>');

document.write('<br><br>');
}

// END SECOND TEXT AREA









// 3RD NOTES AREA
   if (showarea_3 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">The Enhancements</span></legend>');

document.write('<br>');

document.write('Altitude, Survival and Extreme Environment Training Enhancements available.  Perfect for outdoor sports, PQT, Special Forces and Private Security that will require these strategies.');

document.write('<br><br>');

document.write('<a href="enhancements.htm">Find Out More...</a>');

document.write('</fieldset>');

document.write('<br><br>');
}
// END THIRD TEXT AREA




document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="130"><br>');



//  End -->