
function nothing(errmsg, url, line){
	return true;
	}
onerror = nothing;

function resizenotesframe(){
	try {
       parent.rightcont.rows = "85%, *";
	} catch (KuKu) {
	  // Force Load frames: 
	  top.location.href = "INDEX.HTM" ;
	}
//	parent.notes.location.href="BLANK.HTM";
}

function restoreframesize() {
   parent.rightcont.rows = "100%, *" ;
}

function mouseover(url){
     parent.notes.location.href=url;
}

