if (document.images) {
	
	tab1= new Image(130,28);
	tab1.src="images/tabs/a_voyage_of_discovery_down.gif";
	
	tab2= new Image(130,28);
	tab2.src="images/tabs/caring_for_your_child_down.gif"; 
	
	tab3= new Image(130,28);
	tab3.src="images/tabs/managing_our_staff_down.gif"; 
	
	tab4= new Image(130,28);
	tab4.src="images/tabs/nursery_locations_down.gif"; 
	
	tab5= new Image(130,28);
	tab5.src="images/tabs/photo_gallery_down.gif"; 
	
	tab6= new Image(130,28);
	tab6.src="images/tabs/services_down.gif"; 
	
	
	
	tab1a= new Image(130,28);
	tab1a.src="images/tabs/a_voyage_of_discovery.gif";
	
	tab2a= new Image(130,28);
	tab2a.src="images/tabs/caring_for_your_child.gif"; 
	
	tab3a= new Image(130,28);
	tab3a.src="images/tabs/managing_our_staff.gif"; 
	
	tab4a= new Image(130,28);
	tab4a.src="images/tabs/nursery_locations.gif"; 
	
	tab5a= new Image(130,28);
	tab5a.src="images/tabs/photo_gallery.gif"; 
	
	tab6a= new Image(130,28);
	tab6a.src="images/tabs/services.gif"; 



	tab1b= new Image(130,28);
	tab1b.src="images/tabs/a_voyage_of_discovery_down_pre.gif";
	
	tab2b= new Image(130,28);
	tab2b.src="images/tabs/caring_for_your_child_down_pre.gif"; 
	
	tab3b= new Image(130,28);
	tab3b.src="images/tabs/managing_our_staff_down_pre.gif"; 
	
	tab4b= new Image(130,28);
	tab4b.src="images/tabs/nursery_locations_down_pre.gif"; 
	
	tab5b= new Image(130,28);
	tab5b.src="images/tabs/photo_gallery_down_pre.gif"; 
	
	tab6b= new Image(130,28);
	tab6b.src="images/tabs/services_down_pre.gif"; 
	
}