function ShowHide1(){
$("#vwlinks").animate({"height": "toggle"}, { duration: 1000 });
}
function ShowHide2(){
$("#vwmid").animate({"height": "toggle"}, { duration: 1000 });
}
function ShowHide3(){
$("#vwrechts").animate({"height": "toggle"}, { duration: 1000 });
}

