function ch_location(url,p_name) {
    param = '?'+p_name+'='+document.site_location.pref.value;
    document.location.href=url+param;
}
