/******************************************************************************
* images.js                                                               *
*                                                                             *
* Last update: May 21, 2008												  *
*                                                                             *
******************************************************************************/

/* Images pre loader */
  if (document.images)
   {
	 pic13on= new Image(40,25);
     pic13on.src="/images/vacaturesbtnon.jpg";

     pic13off= new Image(40,25);
     pic13off.src="/images/vacaturesbtnoff.jpg";
	 
	 pic14on= new Image(40,25);
     pic14on.src="/images/selectfuncbtnon.png";

     pic14off= new Image(40,25);
     pic14off.src="/images/selectfuncbtnoff.png";
	 
	 pic15on= new Image(40,25);
     pic15on.src="/images/selectprobtnon.png";

     pic15off= new Image(40,25);
     pic15off.src="/images/selectprobtnoff.png";
	 
	 pic16on= new Image(40,25);
     pic16on.src="/images/kandidatenbtnon.jpg";

     pic16off= new Image(40,25);
     pic16off.src="/images/kandidatenbtnoff.jpg";
   }