// JavaScript Document

function loadImage(num) {
	document.write("<img src=img/section"+num+"_image.jpg />");
}