﻿// Function to change the contents of the frame

function changeFrame( pageName )
{
	document.getElementById( "imageFrame" ).src = pageName + ".html";
}