
<!--
var MainURL = "is_chap3.html";
function selectMain(){
	if( location.search!="" ){
		main.window.location.href= location.search.substring( 1 , 128 );
	}	
}
function putIFrameMain( defaultFile , w , h ){
	if( location.search == "" ) var srcFile = defaultFile;
	else	var srcFile = location.search.substring( 1 , 128 );
	var str = "<iframe src='" + srcFile + "' name='main' width='" + w + "' height='" + h + "'>";
	document.write( str );
}
//-->
