// JavaScript Document by Garry Butcher for SOLACEHELP.ORG.UK
<!--
		
		function preLoad_Images() {
					
			pic1 = new Image();
			pic1.src = "images/logo.jpg";
			
			pic2 = new Image();
			pic2.src = "images/telicon.jpg";
			
			pic3 = new Image();
			pic3.src = "images/bg-grey.gif";
			
			pic4 = new Image();
			pic4.src = "images/rssbut.gif";
			
		}
	
	// -->