
function headerdata(strpath, strindexpath){

	document.write("<TABLE cellSpacing=0 cellPadding=0 width=100% border=0>\n");
	document.write("<TBODY>\n");
	document.write("<TR>\n");
	document.write("<TD bgcolor=#dddddd align=left width=80% height=28>\n");

	document.write("<TABLE cellSpacing=0 cellPadding=0 border=0>\n");
	document.write("<TBODY>\n");
	document.write("<TR>\n");
	document.write("<TD width=5><IMG src=\"files/05.gif\"></TD>\n");
	document.write("<TD><A href=\"i_index.htm\"><IMG border=0 alt=\"\" src=\"files/top_home.gif\"></A></TD>\n");
	document.write("<TD class=header><A href=\"i_index.htm\">Strona główna</A></TD>\n");
	document.write("<TD width=10><IMG src=\"files/10.gif\"></TD>\n");
	document.write("<TD><A href=\"javascript:winopen\(\'epsonwin2\',\'htmltoc.htm\',0,0,285,iheight-150\)\" ><IMG border=0 alt=\"\" src=\"files/top_toc.gif\"></A></TD>\n");
	document.write("<TD class=header><A href=\"javascript:winopen\(\'epsonwin2\',\'htmltoc.htm\',0,0,285,iheight-150\)\" >Spis treści</A></TD>\n");
	document.write("<TD width=10><IMG src=\"files/10.gif\"></TD>\n");
	document.write("<TD><A href=\"javascript:winopen\(\'epsonwin3\',\'indexx.htm\',0,50,285,iheight-150\)\" ><IMG border=0 alt=\"\" src=\"files/top_indx.gif\"></A></TD>\n");
	document.write("<TD class=header><A href=\"javascript:winopen\(\'epsonwin3\',\'indexx.htm\',0,50,285,iheight-150\)\" >Indeks</A></TD>\n");
	
		document.write("<TD width=10><IMG src=\"files/10.gif\"></TD>\n");
		document.write("<TD><A href=\"help.htm\"><IMG border=0 alt=\"\" src=\"files/top_help.gif\"></A></TD>\n");
		document.write("<TD class=header><A href=\"help.htm\">Pomoc</A></TD>\n");
	
	document.write("<TD width=10><IMG src=\"files/10.gif\"></TD>\n");
	document.write("</TR></TBODY></TABLE>\n");

	document.write("</TD>\n");
	document.write("<TD bgcolor=#dddddd align=right width=20% height=25>\n");
	
	
	document.write("<IMG src=\"files/10.gif\"></TD>\n");
	
	
	document.write("</TR></TBODY></TABLE>\n");
	document.write("\n");

}

function footerdata(strpath, strindexpath)
{

	document.write("<TABLE cellSpacing=0 cellPadding=0 border=0 bgcolor=#ffffff>\n");
	document.write("<TBODY>\n");
	document.write("<TR>\n");
	document.write("<TD width=30><IMG src=\"files/epson.gif\"></TD>\n");
	document.write("<TD width=100% align=right vAlign=middle class=footer>| \n");
	document.write("<A href=\"i_index.htm\" target=\"_top\">Strona główna</A> | \n");
	document.write("<A href=\"javascript:winopen\(\'epsonwin2\',\'htmltoc.htm\',0,0,285,iheight-120\)\" >Spis treści</A> | \n");
	document.write("<A href=\"javascript:winopen\(\'epsonwin3\',\'indexx.htm\',0,50,285,iheight-120\)\" >Indeks</A> | \n");
	
	document.write("<A href=\"help.htm\" target=\"_top\">Pomoc</A> | \n");
	
	document.write("(NPD2425-00)</TD>\n");
	document.write("<TD width=10><IMG src=\"files/10.gif\"></TD>\n");
	document.write("</TR></TBODY></TABLE>\n");
}

var iwidth = screen.width;
var iheight = screen.height;

function winOpen(winName,url,X,Y,W,H) {
	var win;
	win = window.open(url,winName,'top='+X+',left='+Y+',screenX='+X+',screenY='+Y+',scrollbars=1,,menubar=1,resizable=1,width='+W+',height='+H+'');
	
	win.focus();
}

	


