function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}
function gotoSubChapter(type){
	window.top.nroc_cfooter.setURL(location.href)
	window.top.nroc_cbanner.appendBanner(type);
}
