function ShowHideSearch(){
jQuery("#searchbar").animate({"height": "toggle"}, { duration: 1000 });
}
function ShowHideLogin(){
jQuery("#header_loginform").animate({"width": "toggle"}, { duration: 1000 });
}
function ShowHideRegister(){
jQuery("#header_registerform").animate({"height": "toggle"}, { duration: 1000 });
}
function ShowHideNewsletter(){
jQuery("#newsletterform").animate({"height": "toggle"}, { duration: 1000 });
}
function ShowHideNewsletter2(){
jQuery("#newsletterform2").animate({"height": "toggle"}, { duration: 1000 });
}
