// <!--
function dsSubmit() {
	if(document.dsf.opt[0].checked == true)
    	    document.dsf.action = 'http://search.delfi.lt/i.php?q=';
	else if(document.dsf.opt[1].checked == true)
		document.dsf.action = 'http://search.delfi.lt/y.php?q=';
	else if(document.dsf.opt[2].checked == true)
		document.dsf.action = 'http://search.delfi.lt/d.php?q=';
};
//-->