<!--
function set2Frame(jpURL1,jpURL2)
{
	parent.topFrame.location.href = jpURL1;
	parent.mainFrame.location.href = jpURL2;
}
//-->
