function loadFrames(frame1,page1,frame2,page2)
{
	eval("parent."+frame1+".location='"+page1+"'");
	eval("parent."+frame2+".location='"+page2+"'");
}

function load3Frames(frame1,page1,frame2,page2,frame3,page3)
{
	eval("parent."+frame1+".location='"+page1+"'");
	eval("parent."+frame2+".location='"+page2+"'");
	eval("parent."+frame3+".location='"+page3+"'");
}

function load4Frames(frame1,page1,frame2,page2,frame3,page3,frame4,page4)
{
	eval("parent."+frame1+".location='"+page1+"'");
	eval("parent."+frame2+".location='"+page2+"'");
	eval("parent."+frame3+".location='"+page3+"'");
	eval("parent."+frame4+".location='"+page4+"'");	
}

function createFrameset()
{
	if(top.frames.length!=0)
	{
		top.tews.location.href="top-search.html";
		top.topnavi.location.href="topnavi-search.html";
		top.left.location.href="left-search.html";
		top.subnavi.location.href="subnavi-search.html";
		top.leftnavi.location.href="leftnavi-search.html";
		top.right.location.href="right-search.html";
		top.empty.location.href="empty-search.html";
	}
}

function backFrameset()
{
	if(top.frames.length!=0)
	{
		top.tews.history.back();
		top.topnavi.history.back();
		top.left.history.back();
		top.subnavi.history.back();
		top.leftnavi.history.back();
		top.right.history.back();
		top.empty.history.back();
		top.content.history.back();
	}
}
