if (document.images) 
{
//****On Images
	//*** Declare Array Variables
	onImgArray["more_handbook"] = new Image();					
	onImgArray["more_registration"] = new Image();	
	onImgArray["more_parents"] = new Image();	
	onImgArray["more_contact_us"] = new Image();	
	//*** Assign Array Variables
	onImgArray["more_handbook"].src = "images/spsx_sub_hb_on.gif";	
	onImgArray["more_registration"].src = "images/spsx_sub_reg_on.gif";	
	onImgArray["more_parents"].src = "images/spsx_sub_parents_on.gif";	
	onImgArray["more_contact_us"].src = "images/spsx_sub_contact_on.gif";	
//****Off Images	
	//*** Declare Array Variables
	offImgArray["more_handbook"] = new Image();
	offImgArray["more_registration"] = new Image();
	offImgArray["more_parents"] = new Image();
	offImgArray["more_contact_us"] = new Image();
	//*** Assign Array Variables
	offImgArray["more_handbook"].src = "images/spsx_sub_hb_off.gif";
	offImgArray["more_registration"].src = "images/spsx_sub_reg_off.gif";
	offImgArray["more_parents"].src = "images/spsx_sub_parents_off.gif";
	offImgArray["more_contact_us"].src = "images/spsx_sub_contact_off.gif";
//****Over Images	
	//*** Declare Array Variables
	overImgArray["more_handbook"] = new Image();
	overImgArray["more_registration"] = new Image();
	overImgArray["more_parents"] = new Image();
	overImgArray["more_contact_us"] = new Image();
	//*** Assign Array Variables		
	overImgArray["more_handbook"].src = "images/spsx_sub_hb_over.gif";
	overImgArray["more_registration"].src = "images/spsx_sub_reg_over.gif";
	overImgArray["more_parents"].src = "images/spsx_sub_parents_over.gif";
	overImgArray["more_contact_us"].src = "images/spsx_sub_contact_over.gif";
}   
