<!--
  conBrowser=0;
  function display(stuff) { window.status = stuff; }
//-->


<!--
  conBrowser=1;
  pic1on  = new Image(174,27);  	pic1on.src  = '/images/what_is_coaching_yellow.gif';
  pic1off = new Image(174,27);  	pic1off.src = '/images/what_is_coaching.gif';
  pic1stay = new Image(174,27);  	pic1stay.src = '/images/what_is_coaching_yellow.gif';
  pic2on  = new Image(174,27);  	pic2on.src  = '/images/about_ECI_yellow.gif';
  pic2off = new Image(174,27);  	pic2off.src = '/images/about_ECI.gif';
  pic2stay = new Image(174,27);  	pic2stay.src = '/images/about_ECI_yellow.gif';
  pic3on  = new Image(174,27);  	pic3on.src  = '/images/resources_yellow.gif';
  pic3off = new Image(174,27);  	pic3off.src = '/images/resources.gif';
  pic3stay = new Image(174,27);  	pic3stay.src = '/images/resources_yellow.gif';
  pic4on  = new Image(174,27);  	pic4on.src  = '/images/coach_referral_service_yellow.gif';
  pic4off = new Image(174,27);  	pic4off.src = '/images/coach_referral_service.gif';
  pic4stay = new Image(174,27);  	pic4stay.src = '/images/coach_referral_service_yellow.gif';
  pic5on  = new Image(174,27);  	pic5on.src  = '/images/coach_training_yellow.gif';
  pic5off = new Image(174,27);  	pic5off.src = '/images/coach_training.gif';
  pic5stay = new Image(174,27);  	pic5stay.src = '/images/coach_training_yellow.gif';
  pic6on  = new Image(174,27);  	pic6on.src  = '/images/member_login_yellow.gif';
  pic6off = new Image(174,27);  	pic6off.src = '/images/member_login.gif';
  pic6stay = new Image(174,27);  	pic6stay.src = '/images/member_login_yellow.gif';
  pic7on  = new Image(129,23);  	pic7on.src  = '/images/corporate_coaching_yellow.gif';
  pic7off = new Image(129,23);  	pic7off.src = '/images/corporate_coaching.gif';
  pic7stay = new Image(129,23);  	pic7stay.src = '/images/corporate_coaching_yellow.gif';
  
  pic8on  = new Image(129,23);  	pic8on.src  = '/images/conferences_yellow.gif';
  pic8off = new Image(129,23);  	pic8off.src = '/images/conferences.gif';
  pic8stay = new Image(129,23);  	pic8stay.src = '/images/conferences_yellow.gif';
  
  pic20on  = new Image(140,44);  	pic20on.src  = '/images/conference_web_bean_bottom_yellow.gif';
  pic20off = new Image(140,44);  	pic20off.src = '/images/conference_web_bean_bottom.gif';
  pic20stay = new Image(140,44);  	pic20stay.src = '/images/conference_web_bean_bottom_yellow.gif';



/*Include more pictures here! Don't forget to change height und width of the image! In this example it's 14,14.*/

//-->



<!--
	 var whichbutton = 0
  	function HighLight(muspic) {
        if (conBrowser) {
                picnavn = eval(muspic + "on");
                document [muspic].src = picnavn.src;
                }
        }

	function UndoHighLight(muspic) {
        if (conBrowser) {
                picnavn = eval(muspic + "off");
                document [muspic].src = picnavn.src;
				  }	
        }

	function Static(muspic) {
        if (conBrowser) {
                picnavn = eval(muspic + "stay");
                document [muspic].src = picnavn.src;
				  }
        }
   function Change() {
        if (conBrowser) {
				  if (whichbutton == 1) UndoHighLight('pic1');
				  if (whichbutton == 2) UndoHighLight('pic2');
				  if (whichbutton == 3) UndoHighLight('pic3');
				  if (whichbutton == 4) UndoHighLight('pic4');
				  if (whichbutton == 5) UndoHighLight('pic5');
				  if (whichbutton == 6) UndoHighLight('pic6');
				  if (whichbutton == 7) UndoHighLight('pic7');
				   if (whichbutton == 8) UndoHighLight('pic8');
				  if (whichbutton == 20) UndoHighLight('pic20');

				  
/*Include the if-clauses for further pictures here! */
				  }
		 }
//-->




/***********************************************
* Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]

omitformtags=omitformtags.join("|")

function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}

function reEnable(){
return true
}

if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}