/* configuration settings */

	searchname = 'wyszukaj.htm'
	
	usebannercode=false
	ButtonCode = "<img src='searchbutton.gif' border=0>" 
	var charset = "ISO-8859-2";
	var lang = "pl";
	
	function templateBody(){
	document.write('<html><head><title>XSearch</title>');
	document.write('<'+'/'+'head>');
	document.write('<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset="'+charset+'">');
	document.write('<META HTTP-EQUIV="Content-Language" CONTENT="'+lang+'">');

	}

	function templateEnd() {
		document.write('</td></tr></table></font></center></body></html>');
	}
	function bannerCode() {
	}	

/* end configuration settings */
