// Preload Product Page Images
if (document.images)
{
  pic1= new Image(245,155);
  pic1.src="/images/productimage_gifts.gif"; 
  pic1.alt="SmartChange"; 

  pic2= new Image(245,155);
  pic2.src="/images/productimage_smartchange2.gif"; 
  pic2.alt="GIFTS"; 

  pic3= new Image(245,155); 
  pic3.src="/images/productimage_essgifts.gif";
  pic3.alt="Essential GIFTS";  

  pic4= new Image(245,155); 
  pic4.src="/images/productimage_mygifts.gif"; 
  pic4.alt="MyGIFTS"; 
  
  pic5= new Image(245,155);
  pic5.src="/images/productimage_igamG.gif"; 
  pic5.alt="IGAM for GIFTS"; 

  pic6= new Image(245,155); 
  pic6.src="/images/productimage_rc.gif"; 
  pic6.alt="ReviewerCONNECT"; 

  pic7= new Image(245,155); 
  pic7.src="/images/productimage_fims.gif"; 
  pic7.alt="FIMS"; 

  pic8= new Image(245,155); 
  pic8.src="/images/productimage_fp.gif"; 
  pic8.alt="FoundationPower"; 

  pic9= new Image(245,155); 
  pic9.src="/images/productimage_dc.gif"; 
  pic9.alt="DonorCentral"; 
  
  pic10= new Image(245,155); 
  pic10.src="/images/productimage_daf.gif"; 
  pic10.alt="Donor Advised Fund (DAF)"; 

  pic11= new Image(245,155); 
  pic11.src="/images/productimage_igamF.gif"; 
  pic11.alt="IGAM for FIMS"; 

  pic12= new Image(245,155); 
  pic12.src="/images/productimage_fimscrm.gif"; 
  pic12.alt="FIMS CRM"; 
}

function rollover(thePic)
{
	if (document.images)
	{
		theImg = eval("pic" + thePic + ".src");
		theAlt = eval("pic" + thePic + ".alt");
		document["productimage"].src= theImg;
		document["productimage"].alt= theAlt;
	}
}

