function dataExchangePage(select_obj)
{
    window.location="dataflow_" + select_obj.value + ".html";
}


