function slider_open(id){
    document.getElementById(id).style.visibility='visible';
}

