/* Copyright 2010 Simply Extras Ltd */
var sel_ajax=new Seajax("/ajax/call.php");function getSelectOptionsAjax(c,d,b){var a=new Array(c,d,b);sel_ajax.call("get_sel_opts",a,"populateselectoptions",g_default_seajax_timeout)}function h_populateselectoptions(c,a,b){var d="";if(a==-1){d="Sorry, the request to fetch the selection options has timed out."}if(a==0){d="Sorry, there was an error fetching the selection options."}if(d==""){ia_resp=json_parse(c);ia_eles=new Array();for(i=0;i<ia_resp.length;i++){ka_resp=ia_resp[i];topop=ka_resp.topopulate;ia_opts=ka_resp.options;ele=document.getElementById(topop);curValue=ele.value;if(ele.options[0].value==""){ele.options.length=1}else{ele.options.length=0}l=ia_opts.length;for(j=0;j<l;j++){ele.options[ele.options.length]=new Option(ia_opts[j].description,ia_opts[j].id)}ele.value=curValue;ia_eles[i]=ele}for(i=0;i<ia_eles.length;i++){if(ia_eles[i].onchange){ia_eles[i].onchange()}}}seajax_done(d)}function getCheckBoxOptionsAjax(c,d,b){var a=new Array(c,d,b);sel_ajax.call("get_sel_opts",a,"populatecheckboxoptions",g_default_seajax_timeout)}function h_populatecheckboxoptions(c,a,b){var e="";if(a==-1){e="Sorry, the request to fetch the selection options has timed out."}if(a==0){e="Sorry, there was an error fetching the selection options."}if(e==""){ia_resp=json_parse(c);ia_eles=new Array();for(i=0;i<ia_resp.length;i++){ka_resp=ia_resp[i];topop=ka_resp.topopulate;ia_opts=ka_resp.options;eles=document.getElementsByName(topop+"[]");ele=eles[0];ele=ele.parentNode.parentNode;var d="";l=ia_opts.length;if(l==0){ia_opts=[{id:0,description:""}];l=1}for(j=0;j<l;j++){d+='<div><input type="checkbox" id="wf_to_form_'+topop+'" value="'+ia_opts[j].id+'" name="'+topop+'[]"><label>'+ia_opts[j].description+"</label></div>"}ele.innerHTML=d}for(i=0;i<ia_eles.length;i++){if(ia_eles[i].onchange){ia_eles[i].onchange()}}}seajax_done(e)};
