function loadFrame(content)
{
	var myiframe = document.getElementById('FRAME1');
	myiframe.src = content;
}