function preload_image(src)
{
	pic_temp = new Image(100,25); 
	pic_temp.src = src; 
}
