var Cookie={set:function(_1,_2,_3){var _4="";if(_3!=undefined){var d=new Date();d.setTime(d.getTime()+(86400000*parseFloat(_3)));_4="; expires="+d.toGMTString();}return (document.cookie=escape(_1)+"="+escape(_2||"")+_4);},get:function(_6){var _7=document.cookie.match(new RegExp("(^|;)\\s*"+escape(_6)+"=([^;\\s]*)"));return (_7?unescape(_7[2]):null);},erase:function(_8){var _9=Cookie.get(_8)||true;Cookie.set(_8,"",-1);return _9;},accept:function(){if(typeof navigator.cookieEnabled=="boolean"){return navigator.cookieEnabled;}Cookie.set("_test","1");return (Cookie.erase("_test")==="1");}};function completa_top_list(_a,_b,_c){if(!_c){var _d=window.onload;window.onload=function(){if(_d){_d();}completa_top_list(_a,_b,1);};return;}var _e=Cookie.get("top_list");if(_e==null){if(typeof (Valid_routes)!="undefined"){vr_activa_desactiva_destinos(_a,_b);}return;}var r=_e.split("-");if(r.length!=2){Cookie.erase("top_list");if(typeof (Valid_routes)!="undefined"){vr_activa_desactiva_destinos(_a,_b);}return;}if(r[0]!=null){var _10=r[0].match(new RegExp("...","g"));add_top_list_to_select(_a,_10,_10[0]);}if(r[1]!=null){var _11=r[1].match(new RegExp("...","g"));add_top_list_to_select(_b,_11,_11[0]);}if(typeof (Valid_routes)!="undefined"){vr_activa_desactiva_destinos(_a,_b);}}function add_top_list_to_select(_12,_13,_14){if(_13.length>0){var _15=new Array();_15.push(new Option("--------",""));_13.each(function(val){var _17=search_name_in_list(_12,val);if(_17!=null){_15.push(new Option(_17,val));}});_15.push(new Option("--------",""));var _18=$(_12);var _19=$A(_18.options).slice(1);_18.options.length=1;_15=_15.concat(_19);_15.each(function(val){_18.options[_18.options.length]=val;});if(_14){var op=$A(_18.options).detect(function(val){return (val.value==_14);});if(op){_18.selectedIndex=op.index;}}else{_18.selectedIndex=0;}_18.onchange();}}function search_name_in_list(_1d,_1e){var _1f=$A($(_1d).options);var op=_1f.detect(function(val){return (val.value==_1e);});if(op){return (op.text);}return (null);}function update_top_list(_22,_23){var _24=$F(_22);var _25=$F(_23);var _26=new Array();_26.push(_24);var _27=new Array();_27.push(_25);var _28=Cookie.get("top_list");if(_28!=null){var r=_28.split("-");if(r.length!=2){Cookie.erase("top_list");}else{if(r[0]!=null&&r[0]!=""){var _2a=r[0].match(new RegExp("...","g"));_2a.each(function(_2b){if(_2b!=_24){_26.push(_2b);}});}if(r[1]!=null&&r[1]!=""){var _2c=r[1].match(new RegExp("...","g"));_2c.each(function(_2d){if(_2d!=_25){_27.push(_2d);}});}}}var _2e=_26.slice(0,5).join("")+"-"+_27.slice(0,5).join("");Cookie.set("top_list",_2e,365);}