document.write('<style>span.noscript { display: none !important }</style>');

function chapterWindow(path, title)
{
    var cWindow =
	window.open(
	    path,
	    "chapter_window",
	    'height=575,width=980,toolbar,menubar,scrollbars,resizable,location,directories,status,dependent');
    if (cWindow) cWindow.focus();
}

