// JavaScript Document

/*************************************************************************
  This code is from Dynamic Web Coding at http://www.dyn-web.com/
  See Terms of Use at http://www.dyn-web.com/bus/terms.html
  Permission granted to use this code 
  as long as this entire notice is included.
*************************************************************************/

function changeContent(id,shtml) {
   if (document.getElementById || document.all) {
      var el = document.getElementById? document.getElementById(id): document.all[id];
      if (el && typeof el.innerHTML != "undefined") el.innerHTML = shtml;
   }
}

var a = '<span id="director"><a href="notedirector3.html">From the Director</a></span><span id="glance"><a href="wiaglance3.html">WiA at a Glance</a></span>';

var b = '<span id="parispre"><a href="parispreseason3.html">Paris pre-session</a></span><span id="aix"><a href="aixprovence3.html">Aix-en-Provence</a></span>';

var c = '<span id="lafac"><a href="lafac3.html">La Fac</a></span><span id="leip"><a href="liep3.html">L&#39;IEP</a></span><span id="academic"><a href="academiccredit3.html">Academic Credit</a></span><span id="courses"><a href="courses3.html">Courses in Aix</a></span>';

var d = '<span id="transport"><a href="transvisa3.html">Transport &amp; Visa</a></span><span id="legap"><a href="legap3.html">Le GAP</a></span><span id="room"><a href="roomboard3.html">Room and Board</a></span>';

var e = '<span id="director2"><a href="director3.html">Director</a></span><span id="centre"><a href="centrewellesley3.html">Centre Wellesley</a></span><span id="club"><a href="wellesleyclub3.html">Wellesley Club of France</a></span>';

var f = '<span id="apply"><a href="whoshouldapply3.html">Who Should Apply</a></span><span id="prereq"><a href="prerequisites3.html">Prerequisites</a></span><span id="finaid"><a href="financialaid3.html">Financial Aid</a></span><span id="health"><a href="healthinsurance3.html">Health Insurance</a></span><span id="costs"><a href="costs3.html">Costs</a></span><span id="withdraw"><a href="withdrawalpolicy3.html">Withdrawal Policy</a></span><span id="forad"><a href="foradmittedstudents3.html">For Admitted Students</a></span>';

var g = '';


/*
<span id=""><a href=""></a></span>
*/