function summaryList_module_item_handler(form_name_id,document_location){
	var el_form_id = document.getElementById(form_name_id);
	document.location.href=document_location+"&num="+el_form_id.parution.value+"&list_p_num=0";
}
