
if(document.images)
{
  var image_array = new Array();
	
  // path to the directory with images
  var path = 'pics/';

  // enumeration of the "active" images
  image_array[0] = path + "button_lead2.png";
  image_array[1] = path + "button_ILP2.png";
  image_array[2] = path + "button_bigmind2.png";
  image_array[3] = path + "a_lead2.jpg";
  image_array[4] = path + "a_ILP2.jpg";
  image_array[5] = path + "a_bigmind2.jpg";
  image_array[6] = path + "contactenvelope1b.png";
  image_array[7] = path + "contactenvelope2b.png";

  var preload_image = new Array ();
 
  for(var i=0; i<image_array.length; i++)
  {
    preload_image[i]= new Image();
    preload_image[i].src = image_array[i];
  }
}


function rollover(name, filename)
{
  var fullpath = 'pics/' + filename;
  document.images[name].src = fullpath;
}

function mouseOnContact(c)
{
  document.getElementById('envelope' + c ).src = 'pics/contactenvelope' + c + 'b.png';
  document.getElementById('contact_'+c).style.color = 'black';
}

function mouseOutContact(c)
{
  document.getElementById('envelope'+c).src = 'pics/contactenvelope'+ c + '.png';
  document.getElementById('contact_'+c).style.color = 'white';
}

function moreAboutTerry()
{
  document.getElementById('aboutTerry').innerHTML = "Terry Patten is a senior trainer, coach, and consultant with many years of experience working with organizations, including Integral Institute, where he developed the Integral Practice framework with Ken Wilber. He is one of the leading authorities on Integral Coaching and served a key role in the recent partnering between Integral Institute and Integral Coaching Canada. <br><br>Terry Patten worked with Ken Wilber and a core team at Integral Institute to develop Integral Life Practice, which distills ancient and modern practices into an intelligent contemporary transformational lifestyle.<br><br>Terry currently lives with his wife and son in San Rafael, California, where he recently finished a book with Ken Wilber: <em>Integral Life Practice: A 21st-Century Blueprint for Physical Health, Emotional Balance, Mental Clarity, and Spiritual Awakening</em> (Integral Books, 2008). [This book is included in the Integral Self Practice workshop.] <br><br> Terry offers Integral Coaching and Integral Life Practice training to outstanding organizations and experienced trainers who wish to actualize their highest potentials. His mission is to help clients serve the world effectively in grounded, authentic, and deeply meaningful ways. It is an honor for Matrix Integral to bring two of his world-class workshops and an evening with Big Mind to Stockholm." ;
}

function moreAboutTerry_frontpage()
{
  document.getElementById('aboutTerry').innerHTML = "Terry Patten is a senior trainer, coach, and consultant with many years of experience working with organizations, including Integral Institute, where he developed the Integral Practice framework with Ken Wilber. He is one of the leading authorities on Integral Coaching and served a key role in the recent partnering between Integral Institute and Integral Coaching Canada. <br><br>Terry Patten worked with Ken Wilber and a core team at Integral Institute to develop Integral Life Practice, which distills ancient and modern practices into an intelligent contemporary transformational lifestyle.<br><br>He was also an early and longtime student and editor for the brilliant and controversial American spiritual teacher, Adi Da Samraj.<br><br>Terry currently lives with his wife and son in San Rafael, California, where he recently finished a book with Ken Wilber: <em>Integral Life Practice: A 21st-Century Blueprint for Physical Health, Emotional Balance, Mental Clarity, and Spiritual Awakening</em> (Integral Books, 2008). [This book is included in the Integral Self Practice workshop.] <br><br> Terry offers Integral Coaching and Integral Life Practice training to outstanding organizations and experienced trainers who wish to actualize their highest potentials. His mission is to help clients serve the world effectively in grounded, authentic, and deeply meaningful ways. It is an honor for Matrix Integral to bring two of his world-class workshops and an evening with Big Mind to Stockholm." ;
}

function moreAboutTerry2()
{
  document.getElementById('aboutTerry').innerHTML = "Terry Patten is a featured presenter in the Integral Life Practice Starter Kit (available for 50% of the regular price if you sign up before October 25th). He was also a top trainer at Integral Institute when they offered workshops and currently gives Integral Practice training to those who wish to actualize their highest potentials and serve the world effectively in authentic, deep, and meaningful ways. <br><br> Terry Patten is a senior trainer, coach, and consultant with many years of experience working with organizations. He is one of the leading authorities on Integral Coaching and served a key role in the recent partnering between Integral Institute and Integral Coaching Canada. <br><br> He was also an early and longtime student and editor for the brilliant and controversial American spiritual teacher, Adi Da Samraj. <br><br>Terry currently lives with his wife and son in San Rafael, California, where he recently finished the Integral Life Practice book with Ken Wilber. <br><br>Terry offers Integral Coaching and Integral Life Practice training to outstanding organizations and experienced trainers who wish to actualize their highest potentials. His mission is to help clients serve the world effectively in grounded, authentic, and deeply meaningful ways. It is an honor for Matrix Integral to bring two of his world-class workshops and an evening with Big Mind to Stockholm. " ;
}

function moreAboutBigMind()
{
  document.getElementById('aboutBigMind').innerHTML = "<h3>Terry Patten</h3> Terry Patten is a seasoned Integral practitioner and teacher. He began walking a \"trans-path\" spiritual path 35 years ago. His service to others has given him the unique opportunity to explore the most advanced tools -- and the most venerable traditions -- for unlocking human awareness and potential.<br><br>He has spent decades as a rational explorer of the states, structures, shadows, and shared experiences at the frontiers of human evolution. In the process he has also become a successful entrepreneur, a grass-roots conservationist, and business consultant. <br><br>Among his many experiences, he was an early and longtime student and editor for the brilliant and controversial American spiritual teacher, Adi Da Samraj. Today he works primarily as a Integral trainer, coach, writer, and speaker. " ;
  document.getElementById('aboutBigMind').style.marginBottom = '45px';
  document.getElementById('learnMore').innerHTML = ""; 
}

function moreAboutInvitation()
{
  document.getElementById('invitation').innerHTML = "An exclusive invitation to the Integral Advanced Questions session, Monday 24th. In this evening session, we will get a chance to ask questions that have formed over the course of the weekend after the workshop. Terry will offer immediate feedback to participants, but also receive questions in advance to prepare more elaborate answers. Expect a meaningful deepening of the experiences and insights from the workshop that will help you sustain an expanded perspective.";
}

function moreAboutBook()
{
  document.getElementById('book').innerHTML = "A signed copy of Terry's newly published book on Integral Life Practice. Learn more about <em>Integral Life Practice: A 21st-Century Blueprint for Physical Health, Emotional Balance, Mental Clarity, and Spiritual Awakening</em> at <a href='http://www.integral-life-practice.com' target='_blank' >www.integral-life-practice.com</a>";
}