function gen_multiple_popup     
(
    p_url,
    p_popup_height,
    p_popup_width,
    p_shuttle_width,
    p_shuttle_rows,
    p_shuttle_attributes,
    p_move_buttons,
    p_formname,
    p_sel_values_name, 
    p_sel_disp_name,
    p_avail_values_name,
    p_avail_disp_name,
    p_title_elem_name,
    p_desc_elem_name,
    p_include_select_limit,
    p_selected_limit,
    p_return_type,
    p_unique_values_only
)
{
	w = open (p_url +
		"&p_formname="+p_formname+
		"&p_shuttle_width="+p_shuttle_width+
		"&p_shuttle_rows="+p_shuttle_rows+
		"&p_shuttle_attributes="+p_shuttle_attributes+
		"&p_move_buttons="+p_move_buttons+
		"&p_sel_values_name="+p_sel_values_name+
		"&p_sel_disp_name="+p_sel_disp_name+
		"&p_avail_values_name="+p_avail_values_name+
		"&p_avail_disp_name="+p_avail_disp_name+
		"&p_title_elem_name="+p_title_elem_name+
		"&p_desc_elem_name="+p_desc_elem_name+                             
		"&p_include_select_limit="+p_include_select_limit+
		"&p_selected_limit="+p_selected_limit+
		"&p_return_type="+p_return_type+
		"&p_unique_values_only="+p_unique_values_only,
          "winLov",                       
          "Scrollbars=1,resizable=1,width="+p_popup_width+",height="+p_popup_height
          );
	if (w.opener == null)
    	w.opener = self;
		w.focus();
}
function launch(newURL, newName) {
  alert ("You are now leaving the website of the Department of Water.");
  var remote = open(newURL, newName);
  if (remote.opener == null)
    remote.opener = self;
	remote.focus();
}
function clearForm() {
	document.SEARCH88521_PAGESEARCH_368516480.ms.value = "";
}
