/*
 * finder widget
 * Essyo software development
 * 
 */

var fidr_style 	= ['margin:4px 0px 4px 4px; background:#4e5961; color:#ffffff',
               	   'margin:4px 0px 4px 4px; background:#803500; color:#ffffff',
               	   'margin:4px 0px 4px 4px; background:#077b6f; color:#ffffff'];

var fidr_title 	= 'Wyszukaj w edupedi';
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; width: 100%;">'
					+'<li style="margin:0; width:100%; font-weight:bold;text-align:center; padding:8px 0px 8px 0px;"><p style="padding-right:20px">'+fidr_title+'</p></li>'
					+'<li style="margin:0; width:100%; color:#006699"><p style="padding:2px 0px 8px 8px; 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:6px 16px 4px 6px; font-size:13px; width:256px; background:#fff; border:0px solid #fff" />'
					+'<input type="button" onclick="javascript:document.searchForm.submit()" value="" style="background:url(http://edupedia.pl/images//findmin.gif) repeat scroll 0 0 transparent; border:1px solid #fff; -moz-border-radius:3px; -webkit-border-radius:3px; width:31px; height:31px; cursor:pointer" /></p></li>'
					+'</ul></form></div>';

document.write(fidr_body);