// JavaScript Document
function preloadImage(imageSrc){
	 imageObj = new Image();
	 imageObj.src=imageSrc; 
}
