
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=25>\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\">Home</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\)\" >Contents</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\)\" >Index</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\">Help</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("<TABLE cellSpacing=0 cellPadding=0 border=0>\n");
	document.write("<TBODY>\n");
	document.write("<TR>\n");
	document.write("<TD class=header><A href=\"../html/i_index.htm\">Printing</A></TD>\n");
	document.write("<TD><A href=\"../html/i_index.htm\"><IMG border=0 alt=\"\" src=\"files/top_link.gif\"></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("</TR></TBODY></TABLE>\n");
	document.write("\n");

}

function footerdata(strpath, strindexpath)
{

	document.write("<TABLE cellSpacing=0 cellPadding=0 border=0 bgcolor=#dddddd>\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\">Home</A> | \n");
	document.write("<A href=\"javascript:winopen\(\'epsonwin2\',\'htmltoc.htm\',0,0,285,iheight-120\)\" >Contents</A> | \n");
	document.write("<A href=\"javascript:winopen\(\'epsonwin3\',\'indexx.htm\',0,50,285,iheight-120\)\" >Index</A> | \n");
	
	document.write("<A href=\"help.htm\" target=\"_top\">Help</A> | \n");
	
	document.write("(NPD1554S-00)</TD>\n");
	document.write("<TD width=10><IMG src=\"files/10.gif\"></TD>\n");
	document.write("</TR></TBODY></TABLE>\n");
}

	


