function loadInFrame() {
	var pos=document.location.href.substring(7).indexOf("/")+7;
	var url=document.location.href.substring(0,pos+1)+"?"+document.location.href.substring(pos+1);
	if (parent.frames) {
		if (!parent.frames.Sch_Main) document.location.href=url;
	} else document.location.href=url;
}
