if( i_header_height != 0 ) {
	document.write("<frameset rows=\"",i_header_height,",*\" border=\"0\">");
	document.write("<frame src=\"",i_header_file,"\" name=\"header\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" noresize>");
}
if( i_node_height != 0 ) {
	document.write("<frameset rows=\"",i_node_height,",*\" border=\"0\">");
	document.write("<frame src=\"",i_node_file,"\" name=\"node\" scrolling=\"auto\" marginwidth=\"0\" marginheight=\"0\" noresize>");
}
if( i_header_height == 0 && i_node_height == 0 ){
	document.write("<frameset rows=\"*\" border=\"0\">");
	document.write("<frame src=\"",i_work_file,"\" name=\"work\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" noresize frameborder=\"0\">");
	document.write("</frameset>");
} else {
	document.write("<frame src=\"",i_work_file,"\" name=\"work\" scrolling=\"auto\" marginwidth=\"0\" marginheight=\"0\" noresize frameborder=\"0\">");
}
if( i_node_height != 0 ) {
	document.write("</frameset>");
}
if( i_header_height != 0 ) {
	document.write("</frameset>");
}
document.write("<noframes>");
document.write("<meta http-equiv=\"refresh\" content=\"0;url=",i_noframe_file,"\">");
document.write("</noframes>");
