// JavaScript Document
function loadMainFrame(s)
{
	parent.mainFrame.location.href = s;
}
