/*
 * finder widget
 * Essyo software development
 * 
 */

var fidr_style 	= ['margin:0px 0px 0px 0px;',
               	   'margin:0px 0px 0px 0px;',
               	   'margin:0px 0px 0px 0px;'];

var fidr_title 	= '';
var fidr_body 	= '<div id="widget-FID1" style="clear: both; '+fidr_style[0]+'";	>'
					+'<form name="searchForm" action="http://edupedia.pl/result" method="get">'
					+'<ul style="list-style: none; margin: 0px 0px 0px 0px;">'
					+'<li style="margin:2; font-weight:bold;text-align:center; padding:0px 0px 0px 0px;"><p style="padding-right:0px">'+fidr_title+'</p></li>'
					+'<li style="margin:0;"><p style="padding:0px 0px 0px 0px; overflow:hidden; font-size:12px; font-weight:bold;">'
					+'<input type="hidden" id="hiddDict" name="dictionary" value="" /><input type="hidden" id="sortMode" name="resultorder" value="" />'
					+'<input type="hidden" id="sorting" name="resultordertype" value="" /><input type="hidden" id="sortuser" name="resultuseronly" value="" />'
					+'<input type="text" name="entry" style="padding:3px 3px 0px 3px; font-size:13px; width:150px; background:#fff; border:1px solid #000" />'
					+'<input type="button" onclick="javascript:document.searchForm.submit()" value="" style="background:url(http://edupedia.pl/images//findmin2.gif) repeat scroll 0 0 transparent; border:1px solid #fff; -moz-border-radius:3px; -webkit-border-radius:3px; width:20px; height:20px; cursor:pointer" /></p></li>'
					+'</ul></form></div>';

document.write(fidr_body);
