

<!-- Begin
var linktext=new Array()
linktext[0]='<font class="helptext">Check out all the latest NLP news and events.</font>'

linktext[1]='<font class="helptext">Look around our school, find directions, places to stay, meet our NLP trainers and hear what others think.</font>'

linktext[2]='<font class="helptext">Learn about our Neuro Linguistic Programming (NLP) Practitioner, Master Practitioner, Psychotherapy and trainer training courses.</font>'

linktext[3]='<font class="helptext">NLP Discussion forum, links, articles, exercises, competition, quizzes, more NLP information.</font>'


var ns6=document.getElementById&&!document.all
var ie=document.all
function show_text(thetext, whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=linktext[thetext]
else if (ns6) document.getElementById(whichdiv).innerHTML=linktext[thetext] }
function reset(whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML='<font class="helptext">Welcome to the Northern School of NLP</font>'
else if (ns6) document.getElementById(whichdiv).innerHTML='<font class="helptext">Welcome to the Northern School of NLP</font>'}
//  End -->
