function DoSearchFields	(pForm)
{
var	sPathString				= "/buscard/search";
if	(pForm.SearchProtocolServerAndPublic)
	sPathString				= 	pForm.SearchProtocolServerAndPublic.value;
top.location.href			=	sPathString + "/dsp_form.cfm?my_action=search_field";
}
