// Global variables
var touchpoint_img1 = new Image;


function preload_touchpoint_images()
{
	touchpoint_img1.src = 'images/general/touchpoints.png';
}