/******************************************************************************
* images.js                                                               *
*                                                                             *
* Last update: May 21, 2008												  *
*                                                                             *
******************************************************************************/

/* Images pre loader */
  if (document.images)
   {
	 pic7on= new Image(40,25);
     pic7on.src="/images/detachbtnon.jpg";

     pic7off= new Image(40,25);
     pic7off.src="/images/detachbtnoff.jpg";
	 
	 pic8on= new Image(40,25);
     pic8on.src="/images/outsourcebtnon.jpg";

     pic8off= new Image(40,25);
     pic8off.src="/images/outsourcebtnoff.jpg";
	 
	 pic9on= new Image(40,25);
     pic9on.src="/images/wervbtnon.jpg";

     pic9off= new Image(40,25);
     pic9off.src="/images/wervbtnoff.jpg";

	 pic9bon= new Image(40,25);
     pic9bon.src="/images/intbtnon.jpg";

     pic9boff= new Image(40,25);
     pic9boff.src="/images/intbtnoff.jpg";
   }
