var cdr,region_iz,region_v,punkt_iz,punkt_v,fcountry_iz,fcountry_v,country_iz,country_v,fpunkt_iz,fpunkt_v,dat_fld,set_sel_iz="",set_sel_v="";
function on_load(){cdr=gebi("calendar");region_iz=gebi("sel_region_iz");country_iz=gebi("sel_country_iz");punkt_iz=gebi("sel_punkt_iz");region_v=gebi("sel_region_v");country_v=gebi("sel_country_v");punkt_v=gebi("sel_punkt_v");};
function extract(n_g, t_n, f_t) {
if (f_t==1){
t_s=gebi("t_form"+ n_g +".type_search" + n_g);
//t_s=gebi("type_search"+n_g);
if (eval("t_form"+ n_g +".type_search" + n_g + "[0].checked") == true){
var ter = eval("t_form"+ n_g +".type_search" + n_g + "[0].value");
} else {var ter = eval("t_form"+ n_g +".type_search" + n_g + "[1].value");}
src_m="/inc/suitable_gruz.inc.php?suit_trans=true&num_gruz="+n_g+"&first=true&ter="+ter;
parent.f_i.document.location.href=src_m;
var tgt = document.getElementById(t_n);
tgt.style.display = 'inline';
tgt.innerHTML = '
Загрузка...';
} else {
tgt=gebi("tgt"+n_g);
tgt.style.display="";
h_f=gebi("show_suit"+n_g);
h_f.innerHTML="Свернуть";
parent.h_f.href="javascript:Tab_Hide('"+n_g+"', 0)";
}
};
function extract_tr(n_g, t_n, f_t) {
if (f_t==1){
if (eval("t_form_tr"+ n_g +".type_search_tr" + n_g + "[0].checked") == true){
var ter = eval("t_form_tr"+ n_g +".type_search_tr" + n_g + "[0].value");
} else {var ter = eval("t_form_tr"+ n_g +".type_search_tr" + n_g + "[1].value");}
src_m="/inc/suitable_trans.inc.php?suit_trans=true&num_trans="+n_g+"&first=true&ter="+ter;
parent.f_i.document.location.href=src_m;
var tgt = document.getElementById(t_n);
tgt.style.display = 'inline';
tgt.innerHTML = '
Загрузка...';
} else {
tgt=gebi("tgt"+n_g);
tgt.style.display="";
h_f=gebi("show_suit"+n_g);
h_f.innerHTML="Свернуть";
parent.h_f.href="javascript:Tab_Hide_tr('"+n_g+"', 0)";
}
};
function ch_region_iz(){load_sel(punkt_iz);parent.f_punkt_iz.document.location.href="/res/trans/gor_z.php?region="+sel_val(region_iz);};
function ch_country_iz(obl){
load_sel(region_iz);parent.f_country_iz.document.location.href="/reg_z.php?obl="+obl+"&country="+sel_val(country_iz);
};
function ch_region_v(){ load_sel(punkt_v); parent.f_punkt_v.document.location.href="/res/trans/gor_r.php?region="+sel_val(region_v);};
function ch_country_v(obl){
load_sel(region_v);parent.f_country_v.document.location.href="/reg_r.php?obl="+obl+"&country="+sel_val(country_v);
};
function copy_region(){clear_sel(region_v);for(var i=0;i0){sel.options[0]=null;};};
function load_sel(sel){clear_sel(sel);sel.options[0]=new Option("Загрузка ...",0);};
function test_sel(sel){if((sel.length==0)||(trim(sel_val(sel))=="0")){return false;}else{return true;};};
function set_sel(sel,val){for(var i=0;id1.getTime()){return false;}else{return true;};
};