// JavaScript Document

if (document.images)
{
  pic1= new Image(669,167); 
  pic1.src="/PTP%20Photo%20Galleries/SuccessPlan/WLF-SELECTED.jpg"; 

  pic2= new Image(669,167); 
  pic2.src="/PTP%20Photo%20Galleries/SuccessPlan/LS-SELECTED.jpg"; 

  pic3= new Image(669,167); 
  pic3.src="/PTP%20Photo%20Galleries/SuccessPlan/SAP-SELECTED.jpg"; 
  
  pic4= new Image(669,167); 
  pic4.src="/PTP%20Photo%20Galleries/SuccessPlan/WSWS-SELECTED.jpg"; 
  
  pic5= new Image(669,167); 
  pic5.src="/PTP%20Photo%20Galleries/SuccessPlan/WLF-NOT-SELECTED.jpg"; 

  pic6= new Image(669,167); 
  pic6.src="/PTP%20Photo%20Galleries/SuccessPlan/LS-NOT-SELECTED.jpg"; 

  pic7= new Image(669,167); 
  pic7.src="/PTP%20Photo%20Galleries/SuccessPlan/SAP-NOT-SELECTED.jpg"; 
  
  pic8= new Image(669,167); 
  pic8.src="/PTP%20Photo%20Galleries/SuccessPlan/WSWS-NOT-SELECTED.jpg"; 
  
  pic9= new Image(669,167); 
  pic9.src="/PTP%20Photo%20Galleries/SuccessPlan/SGC-NOT-SELECTED.jpg"; 
  
  pic10= new Image(669,167); 
  pic10.src="/PTP%20Photo%20Galleries/SuccessPlan/SGC-SELECTED.jpg"; 
}

